
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (69)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7119)
-
avcodec : stop using deprecated codec flags
26 mars 2017, par James Almeravcodec : stop using deprecated codec flags
Signed-off-by : James Almer <jamrial@gmail.com>
-
ffplay does not play hls continuously and it stop after a few first segments
31 mai 2023, par LeXela-EDI am using the following command to read a RTSP stream from an IP camera and record it as HLS :


ffmpeg -i rtsp://<user>:<password>@<ip>:<port> -c:v copy -c:a copy -hls_segment_type mpegts -segment_list_type m3u8 -hls_list_size 5 -hls_wrap 5 -hls_time 5 -hls_flags split_by_time -segment_time_delta 1.00 -start_number 1 -segment_list live -reset_timestamps 1 -movflags faststart live.m3u8</port></ip></password></user>


However, while I am using ffplay as
ffplay -i live.m3u8
, it only plays a few first segments. Even VLC does play a few first segments too ! What am I missing ? shall I change my ffmpeg command or what ?

Thank you all in advance.


-
avformat_find_stream_info().. How to stop this method ?
11 mai 2012, par mmmaaakWhile working with ffmpeg i use avformat_find_stream_info()... in some situations there is an error output, like :
[mjpeg @ 17b80a40] Found EOI before any SOF, ignoring
[mjpeg @ 17b80a40] No JPEG data found in image
[mjpeg 17b80a40] No JPEG data found in image
[mjpeg @ 17b80a40] Found EOI before any SOF, ignoring
[mjpeg @ 17b80a40] No JPEG data found in image
[mjpeg @ 17b80a40] Found EOI before any SOF, ignoring
[mjpeg @ 17b80a40] No JPEG data found in image
[mjpeg @ 17b80a40] Found EOI before any SOF, ignoringand so on.. And it doesn't return any value. It outputs it in it's own loop. How can I breake this loop in this case ???