Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording > (French | Français) Récuperer des streams audio et video
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-25-2016, 10:45 AM
lvr lvr is offline
Junior Member
 
Join Date: Mar 2016
Posts: 4
lvr is on a distinguished road
Default

Livestreamer Tele Lyon Metrople


Bonjour,

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.
Reply With Quote
  #2  
Old 03-25-2016, 01:24 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Livestreamer Tele Lyon Metrople


Quote:
Originally Posted by lvr View Post
Bonjour,

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.
Code:
youtube-dl https://www.youtube.com/watch?v=AWQ9I-VQqJE -o c:\file.ts
Reply With Quote
  #3  
Old 03-25-2016, 07:03 PM
lvr lvr is offline
Junior Member
 
Join Date: Mar 2016
Posts: 4
lvr is on a distinguished road
Default

Re: Livestreamer Tele Lyon Metrople


Thanks 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.
Reply With Quote
  #4  
Old 03-25-2016, 08:11 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Livestreamer Tele Lyon Metrople


You 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
It was not smooth for me, but maybe you will have better luck.

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)
Reply With Quote
  #5  
Old 03-26-2016, 04:08 AM
lvr lvr is offline
Junior Member
 
Join Date: Mar 2016
Posts: 4
lvr is on a distinguished road
Default

Re: Livestreamer Tele Lyon Metrople


Merci 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 ?
Reply With Quote
  #6  
Old 04-23-2016, 05:20 AM
lvr lvr is offline
Junior Member
 
Join Date: Mar 2016
Posts: 4
lvr is on a distinguished road
Default

Re: Livestreamer Tele Lyon Metrople


Bonjour,

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.
Reply With Quote
Reply Post New Thread
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 05:30 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons