
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
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 (...) -
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 (...) -
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.
Sur d’autres sites (7786)
-
RTSP connection refused on live server
17 juin 2022, par Vajirali AsamadiI am trying to convert my rtsp live stream url into .m3u8 playlist but it will return me tcp connection refused error.
I am using Centos 7 on my live server. I m using below code to convert my stream.


ffmpeg -i {input stream} -fflags flush_packets -max_delay 5 -flags -global_header -hls_time 5 -hls_list_size 3 -vcodec copy -y index.m3u8



Any one can help me where I am wrong.


I run this command in server terminal. but still error. I have attach below screenshot that display error.




-
Generating live HLS playlist with bento4
12 décembre 2019, par sba.s623It is possible to use ffmpeg to do transcoding and packaging to convert a video stream from capture device to HLS playlist using something like this below :
ffmpeg -y -i /dev/video -c:v libx264 -crf 28 -c:a aac -preset:v ultrafast -b:a 128k -strict -2 -f hls playlist.m3u8
Is there a way we can use ffmpeg to output segments continuously that can be consumed by Bento4 for packaging them into HLS playlist ? Or Bento can only be used to generate HLS playlist for VOD cases not live scenario ?
-
how can I scan live mp3 streams for their sample rate ?
30 juillet 2012, par NadalI am new to FFMPEG and I am suppose to scan all of my files for sample rate. I am not sure as to what this is because I am new to this and don't know how to even get started with FFMPEG's scanning. These live streams are mp3 streams, music tracks. I am familiar with PHP if that makes any difference.