
Recherche avancée
Autres articles (11)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (3697)
-
How to stitch ad on live streaming ?
3 mai 2021, par user951215I want to stitch ad in live stream. I achieved live stream by using nginx as rtmp server and OBS as rtmp client which ingest data into nginx and then nginx convert it to hls and store in server path so i link that m3u8 file to stream in html player using js hls lib. All i wanted now is stitch ad video in this live streaming. which will be better solution should i process hls playlist stored in the server and merge it with ad video or any other way. if any one know about ad stitching in live streaming please suggest me better way to implement in java using ffmeg.


-
FOR FFMPEQ CODE LIVE [on hold]
20 août 2017, par Trung lêOne user live streaming and he used ffmpeg with 1 pc : 1core,1GB ram AND LIVE WITH 20 threads EVENTS ON YOUTUBE @@ unbelievable . i would like need "code live", can i help you ? tks very much
https://ffmpeg.org/documentation.html -
live streaming with ffmpeg after processing video
17 avril 2019, par LotfusI have input videos that are received live then processed with ffmpeg then put in output to be live streamed. Where I am stuck is below.
I am processing chunks of 10 seconds with ffmpeg in real time and I need to live stream these videos as I output them. I do not know how to proceed with ffmpeg, any clue ?