Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (97)

  • 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

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6603)

  • How can I broadcast my webrtc (many to many) call using rtmp [closed]

    19 avril 2021, par Divyansh Agarwal

    I am building a application which helps us to broadcast many to many video call to youtube/twitch which uses RTMP to broadcast. So I need to convert my webrtc (many to many) call to RTMP.

    


    I have created a simple video conferencing app using webrtc in Node.js and now I want to convert all the streams in a particular room to RTMP stream and publish it to any platform supporting RTMP.

    


    Can I use ffmpeg for this purpose ? If yes then how could I do it ?

    


  • avcodec/flacdec : Call ff_flacdsp_init() unconditionally

    26 novembre 2014, par Michael Niedermayer
    avcodec/flacdec : Call ff_flacdsp_init() unconditionally
    

    Fixes out of array access
    Fixes : signal_sigsegv_324b135_3398_cov_246853371_short.flac
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/flacdec.c
  • cuda10.2 cuvidParseVideoData call back data CUVIDPICPARAMS has problem

    19 mai 2021, par goforward

    ffmpeg3.4.5 parse H265 stream, call av_read_frame(), and pass AVPacket to CUVIDSOURCEDATAPACKET,&#xA;then call cuvidParseVideoData, call is successful. but call back function pfnDecodePicture return with wrong CUVIDPICPARAMS (picwidthinmbs = 0)

    &#xA;