Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (58)

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

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (15397)

  • Anomalie #4189 : extraire_multi mélange un /li /ul final avec le de langue ajouté par code_...

    8 février 2021, par jluc -

    En effet c’est tentant.

  • fftools/ffmpeg_demux : skip unused/attachment streams in final stats

    17 mai 2023, par Anton Khirnov
    fftools/ffmpeg_demux : skip unused/attachment streams in final stats
    

    No useful information can be printed for them.

    • [DH] fftools/ffmpeg_demux.c
  • crtmpserver error, appselector can be a final destination

    29 mai 2015, par user2366736

    I’m trying to setup a CRTMP serve by using its script run and its default script crtmpserver.lua. my os is centos6, and kenerl version 2.6.32.

    The server start ok, showes
    /crtmpserver/src/crtmpserver.cpp:267 GO ! GO ! GO !

    But when i use ffmpeg to push a flv stream, using the command
    ffmpeg -re -i test.flv -acodec copy -vcodec copy -f flv rtmp ://localhost:1935/appselector/room1

    it shows the error
    RTMP_ReadPacket, failed to read RTMP packet header
    rtmp ://localhost:1935/appselector/room1 : Operation not permitted

    and the crtmpserver shows the following error

    /applications/appselector/src/rtmpappprotocolhandler.cpp:66 appselector can be a final destination

    /thelib/src/protocols/rtmp/basertmpprotocol.cpp:1049 Unable to send rtmp message
    to application

    /thelib/src/netio/epoll/tcpcarrier.cpp:89 Unable to signal data available

    /thelib/src/netio/epoll/iohandlermanager.cpp:130 Handlers count changed : 11->10 IOHT_TCP_CARRIER

    /thelib/src/protocols/protocolmanager.cpp:45 Enqueue for delete for protocol [IR(3)]

    /thelib/src/application/baseclientapplication.cpp:246 Protocol [IR(3)] unregistered from application : appselector

    Does the default lua config has some wrong ?