Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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 (13292)

  • How to add timestamp to ffmpeg in nginx-rtmp-module

    2 mars 2017, par helyao

    I use nginx-rtmp-module and ffmpeg to record rtmp video stream to mp4 file, but I want to know how to add timestamp to the mp4 file.

    My config as below :

    rtmp
    {
       server
       {
           listen 1935;
           timeout 10s;
           application mylive   {
               live on;
               exec /usr/bin/ffmpeg -i rtmp://localhost/$app/$name -vcodec copy -acodec copy -f mp4 /home/ubuntu/video/${name}.mp4;
           }
       }
    }

    I want to record the file with the name as $name-`date +%Y%m%d_%H%M%S`, but how can i do ?

  • Revision 69395 : Renommage du module de langue zpip en zcore

    25 janvier 2013, par cedric@… — Log

    Renommage du module de langue zpip en zcore

  • Add note how to enable the Apache Headers module.

    6 février 2017, par blueimp
    Add note how to enable the Apache Headers module.