Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (45)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (7270)

  • test/test_compression.sh : Fix for OSX.

    26 novembre 2014, par Erik de Castro Lopo
    test/test_compression.sh : Fix for OSX.
    

    On Mac OSX, the ’wc -c’ command returns a number with leading whitespace
    which then results in a syntax error when the shell parser expects a
    number when it really has a string containing a number. The easy fix is
    to use string interpolation.

    Closes : https://sourceforge.net/p/flac/bugs/420/
    Reported-by : Mark Harris <mark.hsj@gmail.com>

    • [DH] test/test_compression.sh
  • How do I make audio work with pulseaudio in systemd ? [migrated]

    1er avril 2022, par user5827693

    I'm trying to live stream my website to the rtmp server via pulseaudio, ffmpeg and chromium in ubuntu 20.04. Everything works great if I execute the following commands in shell :

    &#xA;

    pulseaudio&amp;&#xA;ffmpeg -y -f x11grab -draw_mouse 0 -s 1280x720 -i :1.0&#x2B;0,0 -f pulse -ac 2 -i default -c:v libx264 -c:a aac -b:a 128k -f flv MY_SERVER &amp;> /dev/null &lt; /dev/null &amp;&#xA;DISPLAY=:1.0 chromium-browser --autoplay-policy=no-user-gesture-required --disable-gpu --user-data-dir=/tmp/test --window-position=0,0 --window-size=1280,720 --app=MY_URL &amp;&#xA;

    &#xA;

    However if I try to setup the same logic via systemd - everything works fine, except there is no audio. Below are my systemd files.

    &#xA;

    pulseaudio.service

    &#xA;

    [Unit]&#xA;Description=PulseAudio system server&#xA;&#xA;[Service]&#xA;User=ubuntu&#xA;Type=notify&#xA;ExecStart=/usr/bin/pulseaudio --daemonize=no&#xA;Restart=always&#xA;&#xA;[Install]&#xA;WantedBy=multi-user.target&#xA;

    &#xA;

    chromium.service

    &#xA;

    [Unit]&#xA;Description=start chromium browser&#xA;After=pulseaudio.service&#xA;&#xA;[Service]&#xA;User=ubuntu&#xA;Type=simple&#xA;Environment=DISPLAY=:1.0&#xA;ExecStart=/usr/bin/chromium-browser --autoplay-policy=no-user-gesture-required --disable-gpu --user-data-dir=/tmp/test --window-position=0,0 --window-size=1280,720 --app=MY_URL&#xA;Restart=always&#xA;&#xA;[Install]&#xA;WantedBy=multi-user.target&#xA;

    &#xA;

    ffmpeg.service

    &#xA;

    [Unit]&#xA;Description=start ffmpeg&#xA;Requires=display.service pulseaudio.service&#xA;After=pulseaudio.service&#xA;&#xA;[Service]&#xA;User=ubuntu&#xA;Type=simple&#xA;ExecStart=/usr/bin/ffmpeg -y -f x11grab -draw_mouse 0 -s 1280x720 -i :1.0&#x2B;0,0 -f pulse -ac 2 -i default -c:v libx264 -c:a aac -b:a 128k -f flv MY_SERVER&#xA;Restart=always&#xA;&#xA;[Install]&#xA;WantedBy=multi-user.target&#xA;

    &#xA;

    I do not see any errors in my syslog regarding the audio. I can't figure out why it would work from shell but not from systemd.

    &#xA;

    I tried the following :

    &#xA;

      &#xA;
    • Ran pulseaudio systemwide
    • &#xA;

    • Tried to setup systemd under root user
    • &#xA;

    • Tried to setup systemd under non root user
    • &#xA;

    • Tried all possible pulseaudio params
    • &#xA;

    &#xA;

  • install ffmpeg and ffmpeg-php on cpanel

    5 juin 2014, par Mulham Aryan

    first you must know i’m the root of the server and i have the full shell access and on my server WHM/Cpanel is installed
    then i’m trying to install ffmpeg and ffmpeg-php
    i don’t know if this is ffmpeg are powerfull here take a look
    http://www.ffmpeginstaller.com/
    but it’s installed normaly but how can i install the ffmpeg-php
    take a look here at this message error
    http://mauriserv.org/phpinfo.php
    after installing ffmpeg from the site in the top
    ffmpeginstaller.com
    what should i do ?