
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)
Sur d’autres sites (10872)
-
flv from vlc to ffmpeg live video error when no sound temporarily
14 septembre 2012, par dvchWhen we get live stream from vlc to ffmpeg , wherever there is sometimes 5-6 second no sound part of video , then ffmpeg is dead with this log
flv @ 0x8b426d0]illegal ac vlc code at 4x6
[flv @ 0x8b426d0]Error at MB : 142
[flv @ 0x8b426d0]concealing 257 DC, 257 AC, 257 MV errors
[mpegts @ 0x8b44e50]dts < pcr, TS is invalid
Is there anyway to avoid this problem ?
-
live-streaming media with
8 février 2012, par Thanh HoangMy live-streaming system streams media in following step :
- Server loads source (from a file, webcam,...)
- Server decodes this source by using ffmpeg to get audio and video stream in raw format
- Server encodes audio and video to aac and libx264 and then stores them with [AVPacket] (http://ffmpeg.org/doxygen/0.6/avpacket_8c.html)
- Then server transmits these packets to client
- Client receive these packets, then calculates pts and dts and then display them using libsdl. (following this [tutorial] (http://dranger.com/ffmpeg/tutorial01.html).
And now, I want to change in client. I want when client receive audio and video packets, It will stream them under http stream, rtp stream or somethings like those to a player such as windows media player, flash player.... Anyone can helps me ? Thanks a lot. :)
-
ffserver - ffmpeg live streaming [closed]
13 octobre 2012, par caplitI have read the ffmpeg & ffserver documentation and I understand how to start the ffserver from documentation and some examples I have read. I also understand how can I change the quality of a video using ffmpeg. The problem is how can I change the quality of a video (change bitrate etc) that is streaming into the client side on the fly.
I mean is there a way to interact ffmpeg and ffserver to change live the quality of a video that is playing on the client ? so the server stop sending the streams that is currently sending and start sending the new streams that created from the change of the quality of the video ?