
Recherche avancée
Autres articles (26)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (4517)
-
FFmpeg not downloading m3u8 live streams [closed]
10 mai 2024, par user24970826maybe someone can help me. I just installed ffmpeg on my Windows 10 system. I downloaded the latest release from the gyan.dev website, and i already tried different builds too, but every time I try to download an m3u8 live stream, it gives me these errors :


[tls @ 00000237a151f580] Error in the pull function.
[tls @ 00000237a151f580] IO error: End of file
[in#0 @ 00000237a151ed00] Error opening input: End of file
Error opening input file https://video-weaver.sao05.hls.ttvnw.net/v1/playlist/Cr0FhN2MSWHdaxn0QGRpuxDTpG9_fYO2Xw9bXf3HpscCeajZPNxCBxSAIjN5MeTmM88hXgEEpetYOl9J59jNM-WAdMd8sKTebvsEn74hCjfhbv-ny3cxs3o9JaoxNF37JcU9aQeqHwq4YI9g2vE3apmR32QGCLGNx9XjLjnCFWj3Iqc-3RNrFWsnAj1g0Kh94ZiYiwPY-l_Q-sTqZ1a8R8-1Ud4qyOhzr-G6cgeyGZkvbdQE9gaTjDPvgnL2yCBirwg-ERDs78LkEB0Zdx8lpSTxfgX3RfMI3BTwQP_Bmq1TA0FDT4KZvRVdg90P9wfsedRwdRJomGkKnVPKS6aXRl3z4mhhSTd6D_smJ84m2kfHjxWXNLR7asFdcHblkIxb80WKbhMbthBGvAVgoklijeNNiPXOalj_XV6NfqEMkjwQuwjlN9i0wMXu06q7L6lAaim3pPziwu9Mluop5987zh8PCMhis_zeGN1tLXmNDHC75HYPd8rN8DNTOZWuNLiff4xysJKfbT65gsgXgqum25YXBsOmeBBNLJF7Cu6CclXmXOzlXmchumFzdA7y8KdAdJNGYEyRTx0lnJ5VnS9JvZB7BZPaZZOHI0Wu9YXgj7xf8qY0_Gz1llMyiAW75wPMB9WDLZHg3mewqQDFMFP1zGBlD6BkNaG-f5WTtrHBVz-Q-yNxdoSWVl4s0Gr_BZVTZhtNgeayPDxaM4oGvNcBERFQXzVRAIOGLc_o_sQFtJfIyK-lCweiErwg2PfQDDt_lcU4KkhqlbD3_ysljGAfTIU4_6bHFq6rB02K-FE02Y_G1OLjaFLEqbCHKvGf9EhcJVnO_Sqr_yAuarsk4LWzMa0TBIjbSFKVh8gvlXlRbCwuIWGclOsMSDoxyz8SJxxubr50_ffxNvVWdvKEZCzvpM2uLcVgVOvgQCQ-OERyqToaDD7uNphYx869mWsWLCABKgl1cy1lYXN0LTEw5gc.m3u8.
Error opening input files: End of file



The command i'm using is : ffmpeg -i m3u8 url -c copy output.ts


This is an example using a Twitch livestream, but it happens with any kind of livestream. Does anyone have any idea what could be causing this ?


-
Using PNG (which updates) as a source for an RTMP live stream
24 juillet 2023, par pkSMLI've been googling a lot lately trying but I have yet to find a solution.


I've been using OBS to stream some textual data, where it grabs some data from a webpage and dynamically updates. This is easy, but involves way more overhead and CPU usage than I want. So cue up the command line and FFMPEG. I've gotten a script that'll update this textual information for me and save as a PNG. It updates every 10 seconds. The PNG file is 1280x720.


All I want on my RTMP stream is this image (with audio). But I can't figure out how to use only a PNG as the source of a video stream.


This does NOT work :

ffmpeg -re -y -framerate 1 -loop 1 -f image2 -i "./image.png" -c:v libx264 -pix_fmt yuv420p -preset fast -r 30 -g 120 -b:v 1000k -bufsize 512k -f flv "rtmps://mydomain.com/endpoint"

This just stalls. The encode time goes nowhere and the frame counter hardly moves.

I want this to be compatible with Facebook Live, so I need the output to be 30 fps with GOPs every few seconds.


Any ideas on how to achieve this ? I could use an overlay, but I'd prefer not to.


Thanks !


-
Single click solution to publish webcam live feed to wowza
22 mai 2015, par user2002522I have been trying to find out how to publish live webcam feed to a remote wowza server. I am trying to make a web application where in a user will be able to broadcast its live feed with a single click of a button.
How can this be done ?