
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (44)
-
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" (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (8031)
-
Single click solution to publish webcam live feed to wowza
22 mai 2015, par user2002522I have been trying to find out how to publish live webcam feed to a remote wowza server. I am trying to make a web application where in a user will be able to broadcast its live feed with a single click of a button.
How can this be done ?
-
Solution to convert FLV to MP4 from streaming server [on hold]
10 avril 2015, par user3799647I am looking for solution to convert FLV video file from streaming server like Vidzer, to HTML5 friendly format like mp4. I have small website with movies and I want to watch movies on my phone which support MP4.
Is there any way to do that ? I have dedicated server, I don’t want to save files on server and convert, but convert on the fly using cURL, PHP and ffmpeg.
-
Choose good solution for streaming video in android [closed]
28 novembre 2013, par Alex TranI always find solution for fixing this bug
"Invalid streaming" or "Can not play video"
on many devices.
I researched and found many people get this bug.
There are two solutions :
-
At Server side : Convert to appropriate "h264 avc baseline + web optimized *.mp4" format for Android device can stream & play video.
-
At Android side : Use third-party library to fix :
-
VitamioBundle : I tested on many devices,
some devices (Android version 4.0.3 or above, and have StageFright
framework) stream & play video very good, but the others (before
Android version 4.0) is not . I think the framework on the device causes it. (related to OpenCore/StageFright framework) -
Ffmpeg : I researched about Android NDK. And know how to build to file *.so.
-
Actually, I can not edit at server side.
Can I use ffmpeg in second solution ?
But I don't really know it is the good way or not ?
p/s : Actually, I want to stream and play video from the server on all devices have version from Froyo 2.2.
Please tell me,
Regards,
-