Recherche avancée

Médias (91)

Autres articles (50)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

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

Sur d’autres sites (6713)

  • How to switch content of ffmpeg rtmp stream whilst streaming continues ?

    9 juin 2020, par re0603

    I am currently re-streaming an online stream to my server - using RTMP.

    



    There is another online stream that I also want to re-stream to the same RTMP destination, when certain events occur.

    



    How do I programatically switch the content of the stream without ending the RTMP stream of the first source ? I do not want the stream to go offline whilst I switch content.

    


  • What is the point of encrypting HLS files ?

    29 janvier 2016, par APITC

    I am currently working on a project of videos on demand where I convert videos to HLS using FFMPEG.

    Videos are publicly hosted on AWS S3 and there is an API giving the URL of the HLS playlist.

    Now, I was looking at encrypting HLS files with AES-128 so that people can’t download and watch the video offline.
    I found the procedure which consists in hosting the key online and using that key while converting the video to encrypt the segments.

    The URL of the key is written in the HLS playlist, and the file is publicly available online.

    So anyone has access to the encryption key.

    I don’t understand what is the point of encrypting the segments if anyone has access to the key.

    Can someone enlighten me ? I know I must be missing something. Thanks !

  • Installing Older FFmpeg Version Using Homebrew

    31 mai 2022, par Sir Bad News

    I have the latest version of Homebrew and FFmpeg on OSX 10.9.5.

    



    I need to install an older version of FFmpeg using Homebrew, rather than just running :

    



    brew install ffmpeg


    



    Could someone please explain how to do this ? I know older versions of FFmpeg are readily available online : just need to figure out how to get Homebrew to find them, either online or on my system after downloading.

    



    MF.