Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (30)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (4694)

  • Revision 2e0588bc46 : vp9_decoder_remove : destroy common after thread shutdown in a failure case the

    9 juillet 2014, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decoder.c



    vp9_decoder_remove : destroy common after thread shutdown

    in a failure case the threads may still be running and share a reference
    to VP9_COMMON

    Change-Id : I867034b4b55f133663b8cbf6ca06e72acf952849

  • Kill FFmpeg RTMP/RTSP

    8 janvier 2018, par Akim Benchiha

    I’m using ffmpeg to combine to inputs stream. One is RTMP and the other one is rtmp.
    What I want is weather RTMP or RTSP input is broken, send to an API the end of steaming and kill the process.
    RTSP stream is a loop video.

    Do you have any idea to share please ?

  • How to pass real time video to youtube rtmp server for live streaming ?

    31 octobre 2022, par AMRITESH GUPTA

    I am trying to build a project in which a user can post his screen-shared video to youtube live, but I don't know how to pass on that captured stream to youtube using youtube API. Also, I don't want to use any streaming software for this.
I anyone has any idea how to do it, please share it.

    


    P.S. - I am using Nodejs and FFmpeg for video encoding.