Recherche avancée

Médias (91)

Autres articles (87)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

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

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