Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (111)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (9672)

  • 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