View Single Post
  #25  
Old 04-07-2015, 09:59 AM
Gwar Gwar is offline
Junior Member
 
Join Date: Apr 2015
Posts: 25
Gwar is on a distinguished road
Default

Re: How to download stream from Yahoo Screen?


First off all thanks for all your support. I just found out that they repeat the show a few times so I want to give some feedback of the other methods I tried this morning before going to work:

@denobis thanks for your tutorial but it didn't work

The vlc player always gives the following error

Quote:
Your input can't be opened:
VLC is unable to open the MRL 'http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/'. Check the log for details.
or
Quote:
Your input can't be opened:
VLC is unable to open the MRL 'https://yahoo-live.hs.llnwd.net/'. Check the log for details.
It also doesn't show any bitrate version or resolution. Only a list where everything has the name "m3u8_0"

here is a screen



@ stinkfoot

It really worked with ffdshow this time using this command

Quote:
ffmpeg -i "http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8" -c copy atg.ts
but the recording isn't good. Sometimes the sound stops or there are parts of the show missing and then everything is running out of synch.
So it seems that ffmpeg can't capture the stream as a whole and always missed parts and therefore the capture isn't really usable.

Some messages ffdshow gives me during the capture is "skipping 3 segments ahead expired from playlists " Maybe that's a problem?

Any further help would be appreciated. Thanks a lot
Reply With Quote