Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (72)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10886)

  • Revision 7c5eb6d5da : Fix mi_row argument to update_stats(). This doesn't change output, because the

    28 avril 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Fix mi_row argument to update_stats().

    This doesn't change output, because the argument isn't actually used
    ATM. However, we should fix it for consistency.

    Change-Id : I7b7326a8e92c0d411c999ec2c781204b516ed53d

  • Nginx rtmp live stream with ffmpeg Transcoding , ffmpeg dont work

    7 septembre 2016, par loip104

    Hy i am trying to receive a stream convert and give out on rtmp

    my nginx config

    #user  nobody;
    worker_processes  1;

    error_log  logs/error.log debug;

    events {
       worker_connections  1024;
    }

    rtmp {
            server {
                    listen 1935;
                    chunk_size 8192;

     application big {
                    live on;
     exec ffmpeg -i rtmp://127.0.0.1/big/test -vcodec libx264 -preset veryfast -b:v 2000k -maxrate 2000k -bufsize 2000k -s 1280x720 -sws_flags lanczos -r 60 -acodec copy -f flv rtmp://127.0.0.1/live/test;
    }

     application live {
              live on;

       }


            }
    }

    Her is the nginx log file , nginx start —> OBS connected

    2016/09/07 20:57:49 [notice] 9841#0: using the "epoll" event method
    2016/09/07 20:57:49 [notice] 9841#0: nginx/1.9.15
    2016/09/07 20:57:49 [notice] 9841#0: built by gcc 4.9.2 (Debian 4.9.2-10)
    2016/09/07 20:57:49 [notice] 9841#0: OS: Linux 3.16.0-4-amd64
    2016/09/07 20:57:49 [notice] 9841#0: getrlimit(RLIMIT_NOFILE): 65536:65536
    2016/09/07 20:57:49 [notice] 9842#0: start worker processes
    2016/09/07 20:57:49 [notice] 9842#0: start worker process 9843
    2016/09/07 20:57:51 [info] 9843#0: *1 client connected '**.**.**.234'
    2016/09/07 20:57:52 [info] 9843#0: *1 connect: app='live' args='' flashver='LNX 9,0,124,2' swf_url='' tc_url='rtmp://sb2.stream-booster.ovh:1935/live' page_url='' acodecs=4071 vcodecs=252 object_encoding=0, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:57:52 [info] 9843#0: *1 createStream, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:57:52 [info] 9843#0: *1 play: name='test' args='' start=-2000 duration=0 reset=0 silent=0, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:58:17 [info] 9843#0: *2 client connected '**.**.**.234'
    2016/09/07 20:58:17 [info] 9843#0: *2 connect: app='big' args='' flashver='FMLE/3.0 (compatible; obs-studi' swf_url='rtmp://sb2.***.ovh/big' tc_url='rtmp://sb2.***.ovh/big' page_url='' acodecs=0 vcodecs=0 object_encoding=0, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:58:18 [info] 9843#0: *2 createStream, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:58:18 [info] 9843#0: *2 publish: name='test' args='' type=live silent=0, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:58:18 [info] 9843#0: *2 exec: starting managed child 'ffmpeg', client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:58:18 [info] 9843#0: *2 exec: child 9844 exited; ignoring, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:58:18 [info] 9843#0: *2 exec: terminating child 9844, client: **.**.**.234, server: 0.0.0.0:1935
    2016/09/07 20:58:18 [notice] 9843#0: signal 17 (SIGCHLD) received
    2016/09/07 20:58:18 [notice] 9843#0: unknown process 9844 exited with code 1
    2016/09/07 20:58:18 [info] 9843#0: epoll_wait() failed (4: Interrupted system call)

    But i dont get a Output on "rtmp ://127.0.0.1/live/test"

    if i start ffmpeg on terminal all work fine , i think nginx dont execute the command ?

    how i get this ?

  • Revision 4aad30a3cf : Always initialize values in sb/mb_partitioning. This doesn't affect the output,

    2 mai 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Always initialize values in sb/mb_partitioning.

    This doesn't affect the output, because in previous cases where the
    values were uninitialized, this was because the mb_row/col is outside
    the codable area, and thus encode_sb will test them for the next
    decomposition-level, but return right after that on size-check. All
    this does is prevent a warning in valgrind.

    Change-Id : I90d8a29e6f8ebb2b0143684e08fe77ae3a0816b1