Re: How to download stream from Yahoo Screen?Quote:
read this post http://stream-recorder.com/forum/sho...1&postcount=65 |
Re: How to download stream from Yahoo Screen?Quote:
I can usually find this: https://video.media.yql.yahoo.com/v1/video/sapi/streams [...] And this: text/javascript;charset=utf-8 but not the next part Code:
"host":"https://ci-b679e955e2-2e7308d8.http.atlas.cdn.yimg.com","path":"/livenation/3/5/b2e360f7-b157-478c-a2a2-4dae626f4550_mEzg2xNxDcVzbfkc3dpDMV_fckBjsmhOijcX0UHckRGvjpo0ZAyZzj-4ZGY84AAbxgbIEG-JV2w-_11_0.m3u8?a=[...]","width":1920,"height":1080,"bitrate":4192,"duration":245,"mime_type":"application/vnd.apple.mpegurl" https://screen.yahoo.com/live/event/david-crosby Any help would be appreciated. Thanks EDIT: I am now trying Wireshark but it seems overkill. |
Re: How to download stream from Yahoo Screen?1 Attachment(s)
here is 1080p link....check attached text file ...
|
Re: How to download stream from Yahoo Screen?Quote:
Code:
https://yahoo-live.hs.llnwd.net/livenation2p.m3u8 Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation2p.m3u8" best -o 01.ts Code:
[cli][info] Found matching plugin stream for URL hlsvariant://https://yahoo-live.hs.llnwd.net/livenation2p.m3u8 Code:
http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8 Code:
livestreamer "hlsvariant://http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8" best -o 02.ts Code:
[cli][info] Found matching plugin stream for URL hlsvariant://http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8 |
Re: How to download stream from Yahoo Screen?Hi everyone
I also think that there is only a 720p live streaming (and for the 24 hours replay), with a bitrate slightly higher than 6Mbps, and the 1080p links that you can find sniffing are from the other videos in the page, ie, currently in the link https://screen.yahoo.com/live/livenation, below the live streaming frame, there is a section called "Moments you may have missed", and that videos have 1080p links, but with lower bitrate than the 720p live streaming. Quote:
|
Re: How to download stream from Yahoo Screen?Thank you! Indeed it looks like there isn't a 1080p link. The one surya posted is just one of the other videos.
It looks like there is no way to start recording from the beginning without actually waiting for the video to loop to the beginning because the m3u8 file gets constantly updated with a list of 10 ts sub-parts. I guess you could try to figure out where it starts and ends by guessing and looping through all the numbers but probably not worth it. |
Re: How to download stream from Yahoo Screen?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 |
Re: How to download stream from Yahoo Screen?Quote:
720p .ts format Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation1p.m3u8" best -o lindsey-stirling.ts 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 and I think the trick of surya987 does not work anymore |
Re: How to download stream from Yahoo Screen?Edit: Nevermind what I said before. It seems like yahoo might've changed things a little bit with their streams as they air live, where the URLs are longer and can't have the filenames manually changed to download a different segment or switch the quality number. Then when it goes to a looped replay and it's no longer live, the URLs go back to the much-shorter URLs that can be manually changed and batch-downloaded. Does anyone know what I'm referring to? I realize that ffmpeg and livestreamer both work with m3u8 files regardless, live or replay, but I'm talking about downloading the individual .ts segments.
I don't remember it being like that before, even as recently as last month. When it aired live, the URLs were the same no matter what, always the short format, which can be batch-downloaded by simply adjusting the numbers in the filename. That no longer seems to be the case when it's playing live, or even during the beginning of the first replay. I think maybe after midnight EST is when the URLs change back to the short format. Another difference to prove I'm not crazy.. when the URLs are the longer format, the segments are roughly 8 seconds each, instead of 10 seconds per segment when the URLs are shorter. Therefore, the segment filesizes are also different. The 10 second ones average about 7.5 MB per segment at the highest 720p setting, while the 8 second ones are less than 6 MB per segment. If anyone else has noticed this about the streams as they air live or knows what I'm referring to, I was wondering if it's possible to batch-download the individual segments when they have the longer URLs / shorter segment size. I was also wondering how long it's been like this because I thought it used to always be the same whether the stream was live or not. Thanks a lot in advance for any help. |
Re: How to download stream from Yahoo Screen?Who can record this live ?
https://gma.yahoo.com/video/dj-quick...140000754.html thank you in advance! edit: I can't fin any m3u file with ctrl+u |
Re: How to download stream from Yahoo Screen?Hey there. This thread has been immensely helpful and I think I'm managing to download the 720p stream of this show:
https://screen.yahoo.com/barenaked-l...130000295.html I have tried a number of different ways, though and I haven't been able to locate or sniff out a 1080p URL Also, as to the comment from the user wondering if things have changed, I tried to cap the concert from a whole new location - new ip, new computer and the show still started playing in the middle of the concert. I am wondering if yahoo just loops the thing now instead of feeding you from the start of the show (and where you left off). So i'm trying to time the start of my recording with the start of the concert loop... hopefully I am successful. Any help with the 1080p URL would be greatly appreciated - don't know if anyone will see this today - it's a 24hr loop that I assume will be over this evening. Edit: missed a few of the posts on the last page so perhaps, because it's live streaming, there is no 1080p right now until clips get posted for later viewing? If anyone can find a 1080p url by the end of the day though, by all means, I would appreciate it. Cheers. |
Re: How to download stream from Yahoo Screen? |
Re: How to download stream from Yahoo Screen?Quote:
Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation1p.m3u8" best -o move-live-concert.ts |
Re: How to download stream from Yahoo Screen?Quote:
|
Re: How to download stream from Yahoo Screen?How big are these files usually? There's no time shown in the video.
edit: Was up to 14 GBs and still downloading. I cancelled it. Opened the file and it seems like it was on loop. |
Re: How to download stream from Yahoo Screen?yahoo loops their videos. you can use ffmpeg to trim (e.g. -ss or -to or -t) the original file down to the whatever size or length you want.
example: ffmpeg -i originalfilename.ts -acodec copy -vcodec copy -ss 00:01:00 -to 02:00:00 newfilename.ts -ss trim to start time -t option specifies a duration - not an end time -to in order to end at a specified time |
Re: How to download stream from Yahoo Screen?It seems that Yahoo is wise to the method of searching for .m3u8 in the source code - I can't locate the URL to the Chicago / Earth Wind & Fire show from last night.
Anyone know of a workaround? |
Re: How to download stream from Yahoo Screen?I've been going crazy trying to figure this out for a while now and would really like to get this Yahoo Jill Scott concert. It was amazing. I've gone through this thread and others and downloaded many different programs trying to figure it out and can't seem to get it to work. Any help at all would be so very much appreciated more than you know.
https://screen.yahoo.com/live/event/jill-scott |
Re: How to download stream from Yahoo Screen?Quote:
Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation2p.m3u8" best -o jill-scott.ts |
Re: How to download stream from Yahoo Screen?Quote:
|
Re: How to download stream from Yahoo Screen?Hello!
I've been looking for 2 weeks on how to download a video from yahoo. Read this thread, but couldn't get the right links! Can someone please give me a link to download the highest source for this Disclosure set? https://screen.yahoo.com/disclosure-...230740203.html Thanks in advance! |
Re: How to download stream from Yahoo Screen?Quote:
Code:
youtube-dl https://screen.yahoo.com/disclosure-james-corden-full-performance-230740203.html |
Re: How to download stream from Yahoo Screen?Quote:
Quote:
|
Re: How to download stream from Yahoo Screen?Quote:
![]() |
Re: How to download stream from Yahoo Screen?Quote:
Tried with Windows 10 and Mac OS X. Same thing happens, as shown below: ![]() Any ideas? Thanks! |
Re: How to download stream from Yahoo Screen?Quote:
|
Re: How to download stream from Yahoo Screen?Quote:
I am using FlyVPN, which has a free trial, do you recommend anything other? With this one, I can only get around 1/6 of my max speed, which is 100KiB/s Many, many thanks!! |
Re: How to download stream from Yahoo Screen?I need the 720 or better 1080 download link for this video:
https://screen.yahoo.com/marina-diam...140000485.html |
Re: How to download stream from Yahoo Screen?Im desperate to get this, not much time left. I have limited computer skills. any help would be appreciated!
https://screen.yahoo.com/sara-bareil...140000124.html |
Re: How to download stream from Yahoo Screen?M3U8 Code
Code:
https://video-api.yql.yahoo.com/v1/hlsfilter/b8f98c66-a037-369d-bb97-f4cf8d98a372.m3u8?bitrates=580,1020,1240,1790,3440,6740&cdn=akamai&ps=6c1c4cpb3qjvv&site=livenation®ion=US&lang=en-US&devtype=desktop&isLive=true Code:
#EXTM3U Download Code Code:
livestreamer "hls://http://yahooios2-i.akamaihd.net/hls/live/224964/iosstream/livenation2p/master_528.m3u8 verify=false" best -o "output.mp4" ![]() |
Re: How to download stream from Yahoo Screen?Hi, can anyone help with a link for the current Yahoo livestream?
https://screen.yahoo.com/popular/wil...140000992.html Thanks! |
Re: How to download stream from Yahoo Screen?Quote:
Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation2p.m3u8" best -o wilderness-politics-tour-live.ts |
Re: How to download stream from Yahoo Screen? |
Re: How to download stream from Yahoo Screen?Quote:
Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation3p.m3u8" best -o silverstein-2015.ts |
Re: How to download stream from Yahoo Screen?*edit*
nevermind I found it |
Re: How to download stream from Yahoo Screen?I know this is an older thread, but I just can't seem to find the correct m3u8 file for this stream. I'm trying to download with vlc.
https://www.yahoo.com/music/livenati...entatonix-2016 Can someone please help me out? |
Re: How to download stream from Yahoo Screen?Quote:
Code:
https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation1p/appleman_6128_60fps.m3u8 |
Re: How to download stream from Yahoo Screen?Hi can someone help me find the .m3u8 code of this livestream please?
https://www.yahoo.com/music/livenation/event/pvris I've tried both bitanalyzer and urlsnooper but cannot find it. |
Re: How to download stream from Yahoo Screen?I've done this before but I can't for the life of me remember how, if anyone could give me a hand getting the best quality version from https://www.yahoo.com/music/third-ey...140000782.html I'd be massively grateful.
|
Re: How to download stream from Yahoo Screen? |
All times are GMT -6. The time now is 10:39 PM. |