Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-05-2015, 03:12 PM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Help in Capturing/downloading Disney Yule Log


I know this may sound like an odd video/stream to capture, but it is for the kids.

The Disney Yule Log at:
http://video.disney.com/watch/disney...39f982de2a04df

I have tried with livestreamer and ffmpeg. Either I do not know the correct code or I am doing it wrong. Or I am not even using the app, etc.

When I view source on the page, I see this:
Code:
https://secure.vp.disney.go.com/production/secure/xd_shortform/omd/xd17363/9057bb-hxd17363_pomd-disney-yule-log-h264m_aac_848x480_536x64.mp4
But I am unable to download in browser, or livestreamer, ffmpeg, etc.

Thank you in Advanced.

Last edited by ehurdler : 12-05-2015 at 03:16 PM. Reason: Spelling
Reply With Quote
  #2  
Old 12-06-2015, 07:02 AM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


Use rtmpdump.

Code:
rtmpdump -r "rtmpe://videosdolimgtokenfs.fplive.net/videosdolimgtoken" -a "videosdolimgtoken" -f "WIN 19,0,0,226" -W "http://a.dilcdn.com/a/playavista-494ead64ca4c.swf" -p "http://video.disney.com/watch/disney-yule-log-4edeefc51439f982de2a04df" -y "mp4:production/secure/xd_shortform/omd/xd17363/50c17b-hxd17363_pomd-disney-yule-log-h264m_aac_1280x720_2904x96.mp4?nvb=20151206113420&nva=20151206183420&token=01a455b9e1fe8e14f2a28" -o 50c17b-hxd17363_pomd-disney-yule-log-h264m_aac_1280x720_2904x96.flv
Reply With Quote
  #3  
Old 12-07-2015, 09:14 AM
grandixximo grandixximo is offline
Junior Member
 
Join Date: Dec 2015
Posts: 4
grandixximo is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


Could you work your magic on this one too?

http://disneyjunior.disney.com/goofy-goes-goofy

I can't figure it out i tried this

Code:
rtmpdump -r "rtmpe://videosdolimgtokenfs.fplive.net/videosdolimgtoken" -a "videosdolimgtoken" -f "WIN 19,0,0,226" -W "http://a.dilcdn.com/a/playavista-494ead64ca4c.swf" -p "http://disneyjunior.disney.com/goofy-goes-goofy" -y "mp4:production/secure/channel_longform/mmch/914173/42a4cd-pmmch_ef048-2-23_tdm_h914173_fprhq_v1080p23.98_a16x9-178_leng_r2-h264m_aac_1280x720_2904x96.access.mp4" -o file.flv
but i get this error

WARNING: HandShake: Type mismatch: client sent 6, server answered 9
WARNING: HandShake: Server not genuine Adobe!
ERROR: RTMP_Connect1, handshake failed.
Reply With Quote
  #4  
Old 12-07-2015, 08:36 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


Quote:
Originally Posted by grandixximo View Post
Could you work your magic on this one too?
You link is fine but the stream is encrypted with Adobe Flash Access, which currently isn't able to be broken.

From page source:
Code:
{"bitrate":8000,"format":"mp4_access","id":"5544a457f6a77e801f060626","width":"1920","height":"1080","security_profile":["rtmpe","tokenization","adobe_access"],"url":"mp4:production/secure/channel_longform/mmch/914173/f3caa6-pmmch_ef048-2-23_tdm_h914173_fprhq_v1080p23.98_a16x9-178_leng_r2-h264h_aac_1920x1080_7840x160.access.mp4?nvb=20151208012358&nva=20151208082358&token=03b48e81382c3121f8e11"}
Interestingly, I am able to download it, but it is still encrypted.


Code:
sampletype            encv
sampletype            enca
While I was able to download it it is not playable.

As for your handshake errors maybe try updating your rtmpdump. Not sure why else you would get those errors.

*edit*

That being said, I was able to find an SD m3u8.

Code:
http://disneyjunior.disney.com/watch/hls/stream/production/secure/channel_longform/mmch/914173/5736d0-h264m_aac_848x480_904x96.m3u8?video_id=4c9acdc926d00d696d53c001&nvb=20151208014019&nva=20151208084019&token=04cbd9046438bbadc90c2
Reply With Quote
  #5  
Old 12-07-2015, 09:19 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


Also, here's the 1080p version of the yule log. (No trickery required, just paste into browser, then 'save as'.)

Code:
http://cdn.secure.videos.dolimg.com/production/secure/xd_shortform/omd/xd17363/e09dae-hxd17363_pomd-disney-yule-log-h264h_aac_1920x1080_7840x160.mp4?nvb=20151208021446&nva=20151208091446&token=04f43752f2a6915dffeaa
Reply With Quote
  #6  
Old 12-07-2015, 10:00 PM
grandixximo grandixximo is offline
Junior Member
 
Join Date: Dec 2015
Posts: 4
grandixximo is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


How do i download the m3u8?

sorry really not experienced with this stuff..

edit:

I think i got the m3u8 is a very tiny file 31kb, is this correct? what should i do with it?
Reply With Quote
  #7  
Old 12-07-2015, 10:28 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


Quote:
Originally Posted by grandixximo View Post
How do i download the m3u8?

sorry really not experienced with this stuff..

edit:

I think i got the m3u8 is a very tiny file 31kb, is this correct? what should i do with it?
Like I said, you should be able to just paste into a browser and then d/l.
Reply With Quote
  #8  
Old 12-07-2015, 11:43 PM
grandixximo grandixximo is offline
Junior Member
 
Join Date: Dec 2015
Posts: 4
grandixximo is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


Sorry to bother you, the yule video works fine, but the m3u link you gave me for the goofy video i paste it in my browser and all i get is a 31kb file, which i don't think is the video or is it?
Reply With Quote
  #9  
Old 12-08-2015, 01:28 AM
grandixximo grandixximo is offline
Junior Member
 
Join Date: Dec 2015
Posts: 4
grandixximo is on a distinguished road
Default

Re: Help in Capturing/downloading Disney Yule Log


ok i figured it out

i did this

Code:
ffmpeg -i "http://disneyjunior.disney.com/watch/hls/stream/production/secure/channel_longform/mmch/914173/5736d0-h264m_aac_848x480_904x96.m3u8?video_id=4c9acdc926d00d696d53c001&nvb=20151208014019&nva=20151208084019&token=04cbd9046438bbadc90c2" video.ts
And i have a working .ts file i can play in vlc.

But it's really low quality, which i already got from other sources, i wish there was a way to get those 720p or 1080p mp4 files

I tried again with rtmp but it still gives me the same error, maybe it's because i'm under VPN

Well the file cannot be viewed anyway, so i guess i should give up...

Last edited by grandixximo : 12-08-2015 at 02:40 AM.
Reply With Quote
Reply Post New Thread
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:33 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons