
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (65)
-
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 (11270)
-
bash script to start/stop ffmpeg x11grab
28 juin 2012, par lunacafuA application is storing its status in a file on the server
/temp/status.txt
. There are 4 status possible :wait
,ready
,recording
,finished
. With a cronjob I would like to start a shell script that checks this file and take action as follows :- wait -> do nothing
- ready -> execute
ffmpeg -f x11grab -s cif -r 25 -i :0.0 /tmp/out.mpg
. Now whileffmpeg
captures, the status.txt file still has to be checked for a change to the status, - recording -> do nothing
- finished -> send
q
command toffmpeg
process to quit capturing process and finish script.
I tried to solve it with
expect
andxdotool
to realize that this absolutely the wrong way. My problem is that I acutally have no experience inbash
and handling processes, child processes etc. -
Révision 18721 : Changement du format des APIs : on utilise un "." dans le déclancheur, ce qui év...
15 novembre 2011, par RastaPopoulos -Ce qui donne : http://site/xmlrpc.api => action=api_xmlrpc http://site/atom.api/patates/1234 => action=api_atom&arg=patates/1234
-
Révision 18720 : Allez on teste une petite nouveauté. En attendant un jour une vraie gestion du r...
15 novembre 2011, par RastaPopoulos -Le htaccess sait donc gérer : http://site/api/truc => action=truc http://site/api/truc/bidule/32 => action=truc&arg=bidule/32 Le premier bloc après le slash correspond au nom d’une action, et tout ce qui suit sera "arg". Évidemment ça garde la query string qu’il y aurait en plus. On peut donc (...)