View Single Post
  #128  
Old 06-22-2015, 08:12 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to download stream from Yahoo Screen?


Quote:
Originally Posted by ultatryon View Post
There is a Lindsey Stirling concert tonight on Yahoo Screen. I have been trying to figure out what the base URL is for a bit, but I cannot seem to find it. Can anyone take a look at this?

https://screen.yahoo.com/live/event/lindsey-stirling

720p

.ts format
Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation1p.m3u8" best -o lindsey-stirling.ts
or

Code:
ffmpeg  -i "https://yahoo-live.hs.llnwd.net/livenation1p.m3u8" -c copy lindsey-stirling.ts

.mp4 format

Code:
ffmpeg  -i "https://yahoo-live.hs.llnwd.net/livenation1p.m3u8" -bsf:a aac_adtstoasc  -c copy lindsey-stirling.mp4
perhaps in 1080p quality, but I do not have the courage to search.
and I think the trick of surya987 does not work anymore
Reply With Quote