
Recherche avancée
Autres articles (5)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (4583)
-
how to download subtitles from a m3u8 file which is protected by cloudflare ?
25 juin 2023, par ZombZI am trying to use ffmpeg to download a vtt file from an m3u8 link but it isn't working


i tried to run ffmpeg -i https://manifest-gcp-us-east1-vop1.cfcdn.mux.com/nCuL1I6vazd2gTqez6v8cW96dY6kB02KK2i008fUX5L8EjUpCcCJagIoZ2Uu01cAZFC0102nF5SzBm8M/subtitles.m3u8?cdn=cloudflare&expires=1687752000&signature=NjQ5OTBkNDBfYTExYTNkOTRlZTg1ZWU0NjUwZWUzNGFiMzFkZDgyNDFkMzU2OGU0YmExZGQzZGIyNWE5MjJkMGE3ZTdmOTM3YQ== output.vtt but it didn't work and gave me :


Error when loading first segment 'https://chunk-gcp-us-east1-vop1.cfcdn.mux.com/v1/subtitle/nCuL1I6vazd2gTqez6v8cW96dY6kB02KK2i008fUX5L8EjUpCcCJagIoZ2Uu01cAZFC0102nF5SzBm8M/0.vtt?skid=default&signature=MF9lY2EwNmQxODg5OGQ5MTQxY2E1NjU2MDNiOTdkNDBhMGJjNzU1N2EwOGQ2N2E1MmE2NTI0Y2Y5MTQxNDZlYjc2' ;https://manifest-gcp-us-east1-vop1.cfcdn.mux.com/nCuL1I6vazd2gTqez6v8cW96dY6kB02KK2i008fUX5L8EjUpCcCJagIoZ2Uu01cAZFC0102nF5SzBm8M/subtitles.m3u8?cdn=cloudflare : Invalid data found when processing input


-
Download live stream with changing chunklist/.m3u8 using ffmpeg or something similar
23 juillet 2023, par OliwerI've been trying to record a live stream from a website that change the .m3u8 link from time to time, sometimes it changes every minute and sometimes it changes 3 times in 10 sec. Is there a way to download the live stream in another way ? From my basic knowledge I have understood that they are using cloudflare for the stream.


I know that it's possible to download since other people have been able to do it, but I am not able to find any information about it online.


I've tried to find if there is a "master" file which could be able to give me access to the entire stream without any success.
I have been using -i "chunklist.m3u8" -c copy file.mkv
But every time it changes i have to type it all over with the new chunklist.m3u8


Edit : When the change comes, a Website.com/json/liveApi_hls.asp followed by live-website.hscdn.com/pop_cast29/abc0122_P-00001_20230723223118/index.m3u8 ?%24NjW80dXNopqYmpuYn5qcmJmYm5qcusnWz82imZiYtaK1uKKezbueaEM%3D%24


The change between the files are everything after .m3u8 ?


-
How can some applications download and install ffmpeg just with one click ?
26 septembre 2023, par Nacho BI have seen some applications that, as part of their setup process, offer a button to simply download and install ffmpg.


How can this be possible without the user consciously installing it from the ffmpeg developers page or using a proper installer ?


Can I simply store a finished build of ffmpeg to be downloaded and automatically copied to a specific location on the user's computer ?


EDIT :


I have found a related question with some answers, but none has been accepted (How to install ffmpeg and an app together on a Mac ?).


It will be fine for me to just ask the user if they agree to download it. Then the app will download my ffmpeg build (stored in my website) to be copied in one specific directory to not interfere with other ffmpeg installations.