
Recherche avancée
Autres articles (91)
-
À propos des documents
21 juin 2013, parQue faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
Document bloqué en file d’attente ?
Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (15900)
-
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 ?


-
Live stream failed on Youtube
20 septembre 2023, par kuldeep chopraWe are currently running an AWS container that utilizes FFmpeg for live streaming while concurrently saving the stream as an MP4 file. However, we encountered an issue during a recent live stream session that was functioning correctly until approximately 13 minutes in, at which point FFmpeg reported the following error logs :


ffmpeg [flv @ 0x555c4bdfe680] Failed to update header with correct duration.
2023-09-07T23:06:38.490+05:30 [flv @ 0x555c4bdfe680] Failed to update header with correct filesize.
2023-09-07T23:06:38.491+05:30 failed => rtmp://a.rtmp.youtube.com/live2/key......
2023-09-07T23:06:38.491+05:30 ffmpeg [tee @ 0x555c48843700] Slave muxer #1 failed: Broken pipe, continuing with 1/2 slaves.



It's worth noting that we have conducted hundreds of live streams on YouTube without encountering this error before ; this is the first occurrence of such an issue.


We would greatly appreciate it if you could investigate and provide insights into the underlying problem causing these error messages.


-
Live Streaming Of Camera With react-native [on hold]
21 novembre 2018, par Arash MousaviI want to build an Android/IOS APP to stream the live camera to server.
Is there any good solution to do it with react-native ?