Recherche avancée

Médias (91)

Autres articles (60)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (8494)

  • avformat/dhav : fix backward scanning for get_duration and optimize seeking

    21 mars, par Justin Ruggles
    avformat/dhav : fix backward scanning for get_duration and optimize seeking
    

    The backwards scanning done for incomplete final packets should not
    assume a specific alignment at the end of the file. Truncated files
    result in hundreds of thousands of seeks if the final packet does not
    fall on a specific byte boundary, which can be extremely slow.
    For example, with HTTP, each backwards seek results in a separate
    HTTP request.

    This changes the scanning to check for the end tag 1 byte at a time
    and buffers the last 1 MiB to avoid additional seek operations.

    Co-authored-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Justin Ruggles <justinr@vimeo.com>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/dhav.c
  • Can't get watermark on my nginx-rtmp live streams with ffmpeg

    8 juillet 2020, par mallebabbe

    Goodday,

    &#xA;&#xA;

    I'm trying to get my livestreams watermarked but for some reason the streams aren't transcoded with the image I want to have on top.

    &#xA;&#xA;

    My current build is :

    &#xA;&#xA;

      &#xA;
    • Stream from OBS to Nginx-RTMP server
    • &#xA;

    • In the nginx.conf I've an app configured with the name live which should trigger ffmpeg execution and transfer the output to the push app to deliver the final stream to the different Social Media platform
    • &#xA;

    &#xA;&#xA;

    All is working without the ffmpeg execution.

    &#xA;&#xA;

    My OBS Stream configuration looks like this ;&#xA;rtmp://xxx.xxx.xxx.xxx:1935/live

    &#xA;&#xA;

    My configuration looks like this :

    &#xA;&#xA;

    events {&#xA;    worker_connections  1024;&#xA;}&#xA;# RTMP configuration&#xA;rtmp {&#xA;    server {&#xA;        listen 1935; # Listen on standard RTMP port&#xA;        chunk_size 4000;&#xA;&#xA;# Define Live&#xA;        application live {&#xA;        live on;&#xA;        exec /bin/ffmpeg -loglevel info -i rtmp://localhost:1935/live/$name&#xA;                 -vf "movie=/etc/nginx/images/logo.png[logo];[0][logo]overlay=0:960"&#xA;                 -c:v flv -f flv rtmp://localhost:1935/push/$name;&#xA;        }&#xA;&#xA;# Define the Push Application&#xA;        application push {&#xA;        live on;&#xA;        push rtmp://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx;&#xA;        push rtmp://rtmp.mixcloud.com/broadcast/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx_xxxxxxx-x;&#xA;        push rtmp://live-ams.twitch.tv/app/live_xxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;&#xA;        push rtmp://127.0.0.1:19350/rtmp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;&#xA;        }&#xA;&#xA;# Define the Application&#xA;        application show {&#xA;            live on;&#xA;            # Turn on HLS&#xA;            hls on;&#xA;            hls_path /mnt/hls/;&#xA;            hls_fragment 3;&#xA;            hls_playlist_length 60;&#xA;            # disable consuming the stream from nginx as rtmp&#xA;            deny play all;&#xA;        }&#xA;# RTMP video on demand for mp4 files&#xA;        application vod {&#xA;            play /mnt/mp4s;&#xA;        }&#xA;        # RTMP stream using OBS&#xA;        application stream {&#xA;            live on;&#xA;        }&#xA;    }&#xA;}&#xA;http {&#xA;    sendfile off;&#xA;    tcp_nopush on;&#xA;    aio on;&#xA;    directio 512;&#xA;    default_type application/octet-stream;&#xA;    server {&#xA;        listen 8080;&#xA;        location / {&#xA;            # Disable cache&#xA;            add_header &#x27;Cache-Control&#x27; &#x27;no-cache&#x27;;&#xA;            # CORS setup&#xA;            add_header &#x27;Access-Control-Allow-Origin&#x27; &#x27;*&#x27; always;&#xA;            add_header &#x27;Access-Control-Expose-Headers&#x27; &#x27;Content-Length&#x27;;&#xA;            # allow CORS preflight requests&#xA;            if ($request_method = &#x27;OPTIONS&#x27;) {&#xA;                add_header &#x27;Access-Control-Allow-Origin&#x27; &#x27;*&#x27;;&#xA;                add_header &#x27;Access-Control-Max-Age&#x27; 1728000;&#xA;                add_header &#x27;Content-Type&#x27; &#x27;text/plain charset=UTF-8&#x27;;&#xA;                add_header &#x27;Content-Length&#x27; 0;&#xA;                return 204;&#xA;            }&#xA;            types {&#xA;                application/dash&#x2B;xml mpd;&#xA;                application/vnd.apple.mpegurl m3u8;&#xA;                video/mp2t ts;&#xA;            }&#xA;            root /mnt/;&#xA;        }&#xA;    }&#xA;}&#xA;

    &#xA;&#xA;

    Nginx likes this configuration when I check it with nginx -t but there is no out stream send to the Social Media platforms and the logging stays empty.

    &#xA;&#xA;

    Hope you guys can help me, I don't see it.

    &#xA;

  • Tagline challenge : what’s in a tagline ?

    23 octobre 2018, par Joselyn Khor — Marketing

    thinking

    Our new website needs a new tagline !

    We’ve been going with the words “liberating analytics” for a few years and believe it’s time for a refresh.

    Coming up with a new tagline is leading to a few sleepless nights so we’ve decided to reach out to you guys to see if you’re up for a challenge.

    We’ve tried a few options but they don’t seem quite right, just yet :

    “Complete analytics”
    “All-in-one analytics”
    “Your analytics”
    “Beyond analytics”
    “Analytics for humans”

    We’ve gone through about 46 so far and none have stuck so we want your ideas. Are you feeling the options above, or can you (surely) come up with one even better ?

    Leave it in the comments section of our Mastodon, Facebook, Twitter pages, DM or post about it. You can also get in touch through the site ! Do whatever is necessary to let us know. Have what it takes to think of a tagline for a global analytics company ?