
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 (93)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (...)
Sur d’autres sites (5045)
-
Loop input on a http url with ffmpeg ?
19 mai 2020, par halo testHow can I loop input on a http url with ffmpeg ?
The http url jpg is dynamically changing so every time I call the http url its a new image.



I have already tried these commands below.



ffmpeg -stream_loop -1 -i http://127.0.0.1/api/gfx/frame.jpg -codec mpeg4 -f rtsp rtsp://localhost:8554/stream



ffmpeg -r 1 -filter_complex loop=loop=-1:size=100:start=0 -i http://127.0.0.1/api/gfx/frame.jpg -f rtsp rtsp://localhost:8554/stream



This comment makes it seems like there is no support or work around.



-loop_input is deprecated in favor of -loop, which unfortunately doesn't re-read HTTP URL's. (Even if the returned image has Cache-Control:none). Even trying -pattern_type sequence and adding ?dummy=%d to the URL fails, as the sequence numbering is incompatilbe with URL's as well. – MSalters Jul 18"
Generate a movie with ffmpeg from a changing still image url ?


-
Accept incomplete http cookies without domain.
10 juin 2013, par Carl Eugen Hoyos -
libavformat/http.c : Fix missing parenthesis in http_listen()
6 avril 2015, par Stephan Holljes