
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (67)
-
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" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6665)
-
Anomalie #3418 : Les tables des plugins ne s’installent pas
19 avril 2015, par Franck DalotSPIP 3.1.0-alpha [21978]
J’ai également fait des tests en modifiant .ovhconfig
J’ai fait des copies d’écran de ce qui me semble changeant dans "configure command"php 5.3 (test1)
= ok (mais j’ai dû me reprendre à plusieurs reprise pour avoir la liste de tous les plugs compatibles)
app.engine=phpcgi
app.engine.version=5.3
http.firewall=none
environment=developmentphp 5.3 (test2)
= Bizarrement, cela à quand même fonctionné une fois, mais après, impossible d’avoir les tables d’agenda
app.engine=php
app.engine.version=5.3
http.firewall=none
environment=developmentphp 5.4 (test3)
= ok
app.engine=php
app.engine.version=5.4
http.firewall=none
environment=developmentphp 5.4 (test4)
= ok
app.engine=phpcgi
app.engine.version=5.4
http.firewall=none
environment=developmentphp 5.6 (test5)
= Les tables d’agenda ne s’installent pas
app.engine=php
app.engine.version=5.6
http.firewall=none
environment=developmentphp 5.6 (test6)
= ok
app.engine=phpcgi
app.engine.version=5.6
http.firewall=none
environment=development -
UDP Streaming with ffmpeg - overrun_nonfatal option
21 octobre 2022, par Julien GreardI'm working on a software which uses FFMPEG C++ libs to make an acquisition from an UDP streaming.



FFMPEG (1.2) is implemented and running but I get some errors (acquisition crashes and restarts). The log displays the following message :



*Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overrun_nonfatal option*



I searched online for documentation about how to use this option, but I only got informations about how to use when running directly ffmpeg executable.



Would someone know how to set the correct option in my C++ code to :
- increase fifo_size
- use overrun_nonfatal option



Thanks


-
UDP Streaming with ffmpeg - overrun_nonfatal option
19 juillet 2016, par Julien GreardI’m working on a software which uses FFMPEG C++ libs to make an acquisition from an UDP streaming.
FFMPEG (1.2) is implemented and running but I get some errors (acquisition crashes and restarts). The log displays the following message :
*Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overrun_nonfatal option*
I searched online for documentation about how to use this option, but I only got informations about how to use when running directly ffmpeg executable.
Would someone know how to set the correct option in my C++ code to :
increase fifo_size
use overrun_nonfatal option
Thanks