Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (111)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (5914)

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