Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (76)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10248)

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

  • Révision 20421 : Soyons rigoureux dans le CHANGELOG ... pré 3.0.8 ... b_b en mode sprint final

    17 avril 2013, par Ben .
  • lavfi/nlmeans : move final weighted averaging out of nlmeans_plane

    6 mai 2018, par Clément Bœsch
    lavfi/nlmeans : move final weighted averaging out of nlmeans_plane
    

    This helps figuring out where the filter is slow :

    70.53% ffmpeg_g ffmpeg_g [.] nlmeans_slice
    25.73% ffmpeg_g ffmpeg_g [.] compute_safe_ssd_integral_image_c
    1.74% ffmpeg_g ffmpeg_g [.] compute_unsafe_ssd_integral_image
    0.82% ffmpeg_g ffmpeg_g [.] ff_mjpeg_decode_sos
    0.51% ffmpeg_g [unknown] [k] 0xffffffff91800a80
    0.24% ffmpeg_g ffmpeg_g [.] weight_averages

    (Tested with a large image that takes several seconds to process)

    Since this function is irrelevant speed wise, the file's TODO is
    updated.

    • [DH] libavfilter/vf_nlmeans.c