
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (96)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (7269)
-
Streaming WebM with ffmpeg over UDP doesn't work with audio
28 avril 2014, par omgodieI’m trying to stream a webcam video and audio as WebM via udp over the ffmpeg command line tool. (ffmpeg is build correctly and all libraries are included)
The stream is initiated with :
ffmpeg -f dshow -i video="Logitech HD Pro Webcam C910":audio="Mikrofon (USB-Audogerät)" -f webm udp://localhost:11100
and i try to playback the file on the same computer with :
ffplay udp://localhost:11100
Streaming Video AND audio doesn’t work. I get the following error message in ffplay :
udp://localhost:11100: End of file 0KB vq= 0KB sq= 0B f=0/0
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0If i just stream the video
ffmpeg -f dshow -i video="Logitech HD Pro Webcam C910" -f webm udp://localhost:11100
I receive the video with ffplay.
What do i have to do to stream/receive audio correctly ?
I’m trying this way with the command line to reproduce a way with using libav in a C project if this is of interest...
-
avformat/mvdec : Fix DoS due to lack of eof check
25 août 2017, par Michael Niedermayer -
avformat/rmdec : Fix DoS due to lack of eof check
25 août 2017, par 孙浩 and 张洪亮(望初)