
Recherche avancée
Autres articles (55)
-
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 (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (5970)
-
Is there a way to handle discontinuities with FFMPEG ?
16 avril 2020, par Dave SteinI am running ffmpeg like this, to get a screenshot from an HLS manifest :



ffmpeg -i 'https://example.com/myfile.ism/manifest' -vframes 1 test.jpg -y



There are times where there are gaps in the HLS manifest. When I run that command, it fails because it can't find a frame. Is there anything I can do to make it more resilient ? ie if it fails getting the time this very second, try the second before that ?



When I watch the video in something like video.js, or even HLS directly in Safari, I see a frame regardless of gaps. It just jumps sometimes - I always see a frame.



How would I be able to replicate that here such that the ffmpeg command will always return a frame ?


-
Live Streaming App iOS
23 août 2016, par Jay GajjarI am trying to develop a live-streaming application like the meerkat app, where user A can broadcast a live stream while other users are able to watch it. I am having trouble understanding the architecture and mechanisms used to upload video to a server. Currently, I am using a dedicated server with
FFMPEG
installed on it. I also knowFFServer
can be used to performRTSP
communication, but I am still unclear how to do this. Can anyone guide me on this ?I would like to know how to upload videos to a server or whether there is another way to perform a live stream. Open source frameworks are welcome.
-
Open source media server for web service.
20 février 2016, par ScarfaceI am currently building a website where users can listen to music, and watch videos. However, I am worried about the media content(music/videos) being downloaded from the website(I initially stuck to the HTML5 video/audio tags), I did a little research and found that my best option to prevent this was by using a media server, I have search for free open source media servers to use, but none seem promising. I thought my best bet was ffmpeg, but I am scared to use it as there it seems to be no longer maintained. Does anyone know of any good media servers out there I could use ?