Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (91)

  • Les sons

    15 mai 2013, par
  • Soumettre bugs et patchs

    10 avril 2011

    Un 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 2011

    MediaSPIP 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ö
    x86 : aacencdsp : Fix negating signed values in aac_quantize_bands
    

    Previously, we would do OR with the sign bit, forcing the output
    to a negative value, while we want to negate it, by inverting the
    sign bit.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/x86/aacencdsp.asm
  • Bash, ffmpeg and pipe musings

    4 septembre 2016, par nick

    I 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" &amp;
           ch_pid=$!
       echo $ch_pid
       echo $ch_pid > $pid_file
       echo `( >>/dev/null )&amp;`;
            ;;

    stop)
       echo "Stop radio";
       PID=`cat $pid_file 2>/dev/null`
       kill $PID >/dev/null 2>&amp;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@… — Log

    3 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 ?.