
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (100)
-
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (9248)
-
Révision 20021 : retour sur r20020 : il faut tout de meme verifier l’existence d’un champ statut ...
22 novembre 2012, par cedric -+ ajout d’un argument $set dans objet_inserer qui permet d’initialiser certains champs a la creation (exemple d’une cle unique : on ne veut pas passer par une valeur vide car en cas d’insertions concourantes on risque l’echec, ce qui n’est pas le cas si on fournit directement la valeur lors de (...)
-
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