Recherche avancée

Médias (91)

Autres articles (22)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • 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 : (...)

Sur d’autres sites (5002)

  • 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 ?