Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to download stream from Yahoo Screen?

(http://stream-recorder.com/forum/showthread.php?t=18948)

surya987 05-18-2015 11:07 PM

Re: How to download stream from Yahoo Screen?


 
Code:

https://ci-01787f245f-cff4594b.http.atlas.cdn.yimg.com/livenation/3/1/1ef8a478-c4d4-4fdf-a5ba-d15ba6c0fe52_tBk3eTZ2XJTFeU_w4pqDnYORV9Nsb6qhTPztrcD0mypOJBuq5r4ul_57Xaeqa8WkVxGr5bsgnMM-_11_0.m3u8?a=livenation&b=41920&ib=sapi&m=application%2fvnd.apple.mpegurl&mr=0&ns=ps&ps=b6e2cac7-e278-454c-a8b8-01418c935f1d&x=1432616629&
this is 1080p url...

use
Code:

livestreamer "hls://https://ci-01787f245f-cff4594b.http.atlas.cdn.yimg.com/livenation/3/1/1ef8a478-c4d4-4fdf-a5ba-d15ba6c0fe52_tBk3eTZ2XJTFeU_w4pqDnYORV9Nsb6qhTPztrcD0mypOJBuq5r4ul_57Xaeqa8WkVxGr5bsgnMM-_11_0.m3u8?a=livenation&b=41920&ib=sapi&m=application%2fvnd.apple.mpegurl&mr=0&ns=ps&ps=b6e2cac7-e278-454c-a8b8-01418c935f1d&x=1432616629&" best -o out.ts
EDIT:- Its strange to me maybe 1st time for me.. when i sniff normal data i got max 720p in master playlist.. but when i follow up jason data for stream i got 1080p link too.... and got direct MP4,FLV links too....:D :D

So max resolution is 1080p for yahoo stream.....


case23 05-19-2015 11:32 AM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by FrankyBlack (Post 76746)

Hi! Im trying to download this video

https://screen.yahoo.com/falling-rev...130000531.html

But I just can't figure out how to :( I feel kind of silly xD

Can someone help me please?

EDIT:

Ok, so I unzipped this in C:

C:\livestreamer-v1.12.2

Can you guys help me with the command for cmd?

I'm trying to download the same video. Did you figure it out?

surya987 05-19-2015 12:28 PM

Re: How to download stream from Yahoo Screen?


 
i given the solution above brother check it....

Code:

livestreamer "hls://https://ci-01787f245f-cff4594b.http.atlas.cdn.yimg.com/livenation/3/1/1ef8a478-c4d4-4fdf-a5ba-d15ba6c0fe52_tBk3eTZ2XJTFeU_w4pqDnYORV9Nsb6qhTPztrcD0mypOJBuq5r4ul_57Xaeqa8WkVxGr5bsgnMM-_11_0.m3u8?a=livenation&b=41920&ib=sapi&m=application%2fvnd.apple.mpegurl&mr=0&ns=ps&ps=b6e2cac7-e278-454c-a8b8-01418c935f1d&x=1432616629&" best -o out.ts

biezom 05-19-2015 12:34 PM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by surya987 (Post 76767)
i given the solution above brother check it....

Code:

livestreamer "hls://https://ci-01787f245f-cff4594b.http.atlas.cdn.yimg.com/livenation/3/1/1ef8a478-c4d4-4fdf-a5ba-d15ba6c0fe52_tBk3eTZ2XJTFeU_w4pqDnYORV9Nsb6qhTPztrcD0mypOJBuq5r4ul_57Xaeqa8WkVxGr5bsgnMM-_11_0.m3u8?a=livenation&b=41920&ib=sapi&m=application%2fvnd.apple.mpegurl&mr=0&ns=ps&ps=b6e2cac7-e278-454c-a8b8-01418c935f1d&x=1432616629&" best -o out.ts

" Its strange to me maybe 1st time for me.. when i sniff normal data i got max 720p in master playlist.. but when i follow up jason data for stream i got 1080p link too.... and got direct MP4,FLV links too"

sorry i don't understand what you say. follow up jason data for stream????????

EDIT : you can't share your code it doesn't work for other user

nullacht 05-19-2015 03:16 PM

Re: How to download stream from Yahoo Screen?


 
Yes, there are 1080p links too. Monitor all HTTP requests and responses and you will see something like this:

Code:

https://video.media.yql.yahoo.com/v1/video/sapi/streams [...]
Code:

text/javascript;charset=utf-8
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"
Note: There seems to be a forum bug [some URLs are shortened automatically]. That might be the reason why the link posted above [#63] doesn't work.

surya987 05-20-2015 06:15 AM

Re: How to download stream from Yahoo Screen?


 
Thanx nullchat........ this what I was trying to say #biezom... and maybe code expired... I just try to tell the mrthod to got 1080p stream link.....
Thanks....

biezom 05-20-2015 10:09 AM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by surya987 (Post 76779)
Thanx nullchat........ this what I was trying to say #biezom... and maybe code expired... I just try to tell the mrthod to got 1080p stream link.....
Thanks....

thank you to you too I learned a new term. jason for json

surya987 05-20-2015 12:11 PM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by biezom (Post 76780)
thank you to you too I learned a new term. jason for json


:D :D

bigalow 05-27-2015 07:11 PM

Re: How to download stream from Yahoo Screen?


 
not to hijack but could someone please help me with the link for this stream that's live now?

https://screen.yahoo.com/live/event/bruce-hornsby

I've been able to pull m3u8s in the past but cant seem to today. thanks :)

biezom 05-27-2015 07:46 PM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by bigalow (Post 77005)
not to hijack but could someone please help me with the link for this stream that's live now?

https://screen.yahoo.com/live/event/bruce-hornsby

I've been able to pull m3u8s in the past but cant seem to today. thanks :)

hi
Code:

livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation2p.m3u8" best -o bruce-hornsby.ts


All times are GMT -6. The time now is 12:18 AM.