
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (52)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (8486)
-
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