
Recherche avancée
Autres articles (13)
-
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa 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 (1087)
-
How to switch content of ffmpeg rtmp stream whilst streaming continues ?
9 juin 2020, par re0603I 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 APITCI 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 NewsI 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.