Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (49)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6139)

  • Nginx, ffmpeg HTTPS to RTMP

    18 juin 2020, par Tom

    I have a web server that's root page is a continuous changing image from a camera. This I can view across the web in a browser without issue.

    



    What I really want to do however is a Nginx with the RTMP extension to take the HTTP and convert to a RTMP stream. Which I think is something like this...

    



    worker_processes auto;&#xA;rtmp_auto_push on;&#xA;events {}&#xA;rtmp {&#xA;    server {&#xA;        listen 1935;&#xA;        listen [::]:1935 ipv6only=on;&#xA;&#xA;        application live {&#xA;            live on;&#xA;            record off;&#xA;            exec_pull /usr/bin/ffmpeg -f image2 - loop -i https://<domain> -f flv rtmp://localhost/show/stream;&#xA;        }&#xA;    }&#xA;}&#xA;</domain>

    &#xA;&#xA;

    However that doesn't work, it doesn't do anything, no error, no result. If I point VLC at the expected stream I get not a sausage.

    &#xA;&#xA;

    If anyone has any ideas on what is wrong I would be very grateful.

    &#xA;&#xA;

    Tom

    &#xA;

  • Anomalie #4345 : super_cron HS en https

    23 août 2020, par jluc -

    Thanks for merging.
    On peut release 3.3 !

  • 1.3.14 - Fixed IE6 HTTPS security warning.

    27 octobre 2010, par Jack Moore

    m README m colorbox/jquery.colorbox-min.js m colorbox/jquery.colorbox.js m example1/index.html m example2/index.html m example3/index.html m example4/index.html m example5/index.html 1.3.14 - Fixed IE6 HTTPS security warning.