Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Livestreamer Tele Lyon MetropleBonjour,
livestreamer ne capture plus le flux TLM depuis qu'il est passé sur youtube : https://www.youtube.com/watch?v=AWQ9I-VQqJE. VLC demare et bloque sur la premi?re image. Une suggestion ? Merci. |
#2
|
|||
|
|||
Re: Livestreamer Tele Lyon MetropleQuote:
Code:
youtube-dl https://www.youtube.com/watch?v=AWQ9I-VQqJE -o c:\file.ts |
#3
|
|||
|
|||
Re: Livestreamer Tele Lyon MetropleThanks for the suggestion, but the link is a TV stream, and not a simple video. And vlc can play it directly.
How can I stream it to a player like vlc ? When i uses folowing syntax : youtube-dl -o- "https://www.youtube.com/embed/AWQ9I-VQqJE" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - download starts (ffmeg shows a birate) but do not pipes to vlc. Thanks. |
#4
|
|||
|
|||
Re: Livestreamer Tele Lyon MetropleYou can take the m3u8 that youtube-dl found it your example above and then put that into an ffmpeg command to pipe to vlc.
Code:
ffmpeg -i "youtube.m3u8" -q:v 0 -bsf h264_mp4toannexb -f mpegts - | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - && exit You can also try pasting the m3u8 directly into vlc (didn't stream like that for me though). **edit** You can also do the same thing with livestreamer once you have the playlist (.m3u8) You can use youtube-dl to write the json information which contains the playlists. (-j or --dump-json) |
#5
|
|||
|
|||
Re: Livestreamer Tele Lyon MetropleMerci pour vos suggestions et votre attention ? ma demande.
Je n'y arrive pas. Ce format html5 pour cette chaine semble spécifique... youtube-dl utilisé seul crée bien un fichier mp4 lisible par vlc. Donc il sait lire le flux correctement. Mais en streaming direct (pipe) vers vlc cela ne marche pas (image fixe) et vers mplayer ça marche ? moitié (sacadé et répétitions). Comment faites-vous pour récupérer lme m3u8 ? |
#6
|
|||
|
|||
Re: Livestreamer Tele Lyon MetropleBonjour,
J'ai réussi a solutioner le PB dans livestreamer et dans VLC Il faut installer la version python (pas l'exe) de livestreamer et patcher le plugings youtube : "C:\Python27\Lib\site-packages\livestreamer\plugins\youtube.py" Voir https://github.com/chrippa/livestreamer/issues/1284 Et installer le daily build 3.0 de VLC : Cele évite le blocage sur la premi?re frame visualisée. http://nightlies.videolan.org/build/...0001-win32.exe Puis C:\Python27\Scripts\livestreamer.exe "https://www.youtube.com/embed/AWQ9I-VQqJE" best Bien ? vous. |
Tags: livestreamer, tlm, youtube |
Thread Tools | |
Display Modes | |
|
|