
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (63)
-
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 ) (...) -
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 (11533)
-
RTMP Authentication for Wowza
6 février 2017, par James OantaI have a java encoder that currently does not support RTMP authentication.
I’ve done some research on how to implement that part this days but the RTMP protocol lacks of documentation regarding this and I couldn’t find anything (very helpful) related to this.
Basically I have the following url schema : rtmp ://user:pass@wowza_adress:1935/application
In the official documentation (V1.0) released by adobe there is no specification of any authentication command nor any RTMP authentication reference.
Could someone give me an hint/example on how this should be done ?
-
libsourcey & OpenCV stream example
22 août 2018, par 2adnielsenx xxI am trying to make a second annotated web based video screen for our security cams.
Basicly we are tooling the opencv with C++11 , based solution to boxing/ovelays for important objects in the video frames . We can see locally with imshow .
We want to stream this frames so we can access through web browser based app through ip adresses.
The question is :
- What is the advised thirdparty for this simple(!) requirement (libsourcey,ffmpeg,libvl etc)
- any example for opencv to ie : mp4 streaming that we can acces from browser.
at first sight video streaming libs looks very complicated and honestly we confused.
Thanks a lot.
-
Bash : Variable Expansion in Single Quote / Double Quote
15 mars 2012, par Susan MayerI want to add a variable
${date}
in the following bash script :ffmpeg -i in.flv -vf drawtext="fontfile=Sans.ttf:text='Today is ${date}':fontsize=6" out.flv
Obviously,
${date}
won't expand in single quote, please also note that there is a double quote beyond the single quote, which makes it even more complicated.Thanks a lot. I am on CentOS 6.