
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (91)
-
Les sons
15 mai 2013, par -
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (7755)
-
x86 : aacencdsp : Fix negating signed values in aac_quantize_bands
5 février, par Martin Storsjö -
Bash, ffmpeg and pipe musings
4 septembre 2016, par nickI am trying to run Monit with this script. This script is running perfectly under root from command line however, when I try to run it from shell environment, it does not work after pipe sign, i.e. when I debug I can see it runs till pipe sign and ffmpeg command after pipe sign is not running neither from root nor any other user. Your help would be appreciated.
#!/bin/sh
pid_file="/home/tester/radio1.pid"
name="radio1"
case "$1" in
start)
echo "Start radio";
rtl_fm -f 93.2970M -M wbfm | /opt/ffmpeg_qsv/ffmpeg/ffmpeg -f s16le -ac 1 -i pipe:0 -acodec libmp3lame -ab 128k -f flv rtmp://localhost:1935/live/test" &
ch_pid=$!
echo $ch_pid
echo $ch_pid > $pid_file
echo `( >>/dev/null )&`;
;;
stop)
echo "Stop radio";
PID=`cat $pid_file 2>/dev/null`
kill $PID >/dev/null 2>&1
rm -f $pid_file
;;
*)
echo "Usage: /etc/init.d/$name {start|stop}"
exit 1
;;
esac
exit 0 -
Revision 98537 : 3 notices PHP en moins lors de la création d’une Page unique. Le champ ...
23 juin 2016, par marcimat@… — Log3 notices PHP en moins lors de la création d’une Page unique.
Le champ $erreurchamp_page ? n’est pas toujours présent, tout comme $argcontexte ?page ?.