
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (73)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (11011)
-
Using FFMPEG and url_fopen example
2 novembre 2012, par BlenderI wonder how to get a stream from a URL (with
url_fopen
for example) (live video or PCM stream for example) and encode it into something ?Update :
This actually was a mall formated question. It was about how to stream something out using url_fopen.Answer :
It is quite simple :
There is like a short article explaining how to use it
And I had a small video streaming solution which actually used it andurl_write
called HelloVideoStreaming (windows sln) some many revisions ago.Good thing is that you actually do not really need or want to use ffmpeg for streaming. But you want to have sendable packets of encoded data in order to send. We have a client that does it (crossplatform, with premake project generation script). Main thing there is to use
url_open_dyn_buf
andurl_close_dyn_buf
which are shortly described here -
Access Haivision SRT statistics from ffmpeg command
7 avril 2022, par martyn GilbertI have been successfully using ffmpeg to stream using the Haivision SRT protocol enabled, I need to access the SRT statistics as described here https://github.com/Haivision/srt/blob/master/docs/API/statistics.md


Can anyone help me to understand how to access these statistics from an ffmpeg commadline streaming SRT.


-
Anomalie #3664 : Insertion de formulaire dans l’editeur et champ obligatoire en HTML5
25 juin 2017, par b bDonc, quand HTML5 est actif , il faudrait tenter d’ajouter en js un attribut
novalidate
aux formulaires présents dans la prévisu afin de voir si ça permet de contourner le bug.https://developer.mozilla.org/fr/docs/Web/HTML/Element/Form#attr-novalidate