
Recherche avancée
Autres articles (12)
-
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 (...) -
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 (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)
Sur d’autres sites (3970)
-
Anomalie #4561 (Nouveau) : Version php min
30 septembre 2020, par jluc -D’après la fonction lister_branches_php_min inclue par spip_loader, spip_loader est prévu pour installer spip 3.1 dont la version php mini est 5.1
mais spip_loader utilise la syntaxe php avec les crochets pour créer un tableau (ligne 207 : $branch = [ ] ;) qui n’existe que depuis php 5.4
-
Révision 19769 : Report de r19768 :
27 juillet 2012, par RastaPopoulos -Mini amélioration du dateur : pouvoir passer un pas au timepicker car 30min par défaut ça ne convient pas à un paquet de sites à mon avis (tous ceux que je connais qui utilisent Agenda râlent de pas pouvoir caler l’heure d’un événement plus précisément). Tout est pareil par défaut, mais au moins ça se (...)
-
FFMPEG Speed drops and warnings
31 juillet 2018, par leo_dragonsI’ve been trying to stream from a BlackMagic DeckLink Mini Recorder to 4 different outputs using FFMPEG, but i get a huge delay let say more than 60 seconds of delay, it takes a long time to buffer on any player and when i check the terminal i get these warnings :
[decklink @ 0x4655e40] Decklink input buffer overrun!
I’ve also noticed that i have a very slow capture speed like 0.5x. Here’s the string i use, i’m currently running on CentOS 7.5 :
ffmpeg -f decklink -i "DeckLink Mini Recorder" -y -pix_fmt yuv420p -vcodec h264 -preset ultrafast -tune zerolatency -b 900k -g 48 -framerate 30 -movflags +faststart -vf scale=1280:720 -bufsize 400k -maxrate 1200k -benchmark -f flv "rtmp ://10.0.0.172:1935/CAMARAS/live9" -vcodec h264 -preset ultrafast -tune zerolatency -b 700k -g 48 -framerate 30 -movflags +faststart -vf scale=854:480 -bufsize 400k -maxrate 1000k -benchmark -f flv "rtmp ://10.0.0.172:1935/CAMARAS/live10" -vcodec h264 -preset ultrafast -tune zerolatency -b 400k -g 48 -framerate 30 -movflags +faststart -vf scale=854:480 -bufsize 400k -maxrate 500k -benchmark -f flv "rtmp ://10.0.0.172:1935/CAMARAS/live11" -vcodec h264 -preset ultrafast -tune zerolatency -b 200k -g 48 -framerate 30 -movflags +faststart -vf scale=640:360 -bufsize 300k -maxrate 300k -benchmark -f flv "rtmp ://10.0.0.172:1935/CAMARAS/live12" > /dev/null 2>&1 &
But if i run this string alone i get decent capture speed, but i still have an awful latency 30ish seconds :
ffmpeg -f decklink -i "DeckLink Mini Recorder" -y -pix_fmt yuv420p -vcodec h264 -preset ultrafast -tune zerolatency -b 900k -g 48 -framerate 30 -movflags +faststart -vf scale=1280:720 -bufsize 400k -maxrate 1200k -benchmark -f flv "rtmp ://10.0.0.172:1935/CAMARAS/live9"
Any help will be highly appreciated.
Tahnk you.