View Single Post
  #8  
Old 10-25-2014, 10:36 AM
roadrunner roadrunner is offline
Junior Member
 
Join Date: Oct 2014
Posts: 5
roadrunner is on a distinguished road
Default

Re: How to download stream from Yahoo Screen?


Thank you surya987 and blimey for your advice on how to discover the m3u8 files. I have now used ffmpeg to download the stream. Here is the command:

Code:
ffmpeg.exe -i https://yahoo-live.hs.llnwd.net/livenation3p_6128.m3u8 -c copy "myvideo.ts"
If I could ask one final question. Since I've partially watched the above stream, any subsequent viewings (and downloadings) start from where I viewed it last. Is it possible to start the download from the beginning?

Anyway, thanks again to everybody for their help. I think I'm ready to download an upcoming stream replay.
Reply With Quote