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 04-27-2013, 12:56 AM
TankEngineOh TankEngineOh is offline
Junior Member
 
Join Date: Apr 2013
Posts: 2
TankEngineOh is on a distinguished road
Default

ABC and Disney Networks


I have been trying really hard for a long time now to try to figure out how to stream rip videos from http://watchdisneychannel.go.com/
I am completely out of ideas here, though, and I am in need of help. While using URL Snooper it appears as if Disney is currently hosting their videos on their ABC servers, so I am assuming the ripping process will be the same. Does anyone already know how to rip ABC videos? Can anyone help me to figure out how to rip videos from WatchDisneyChannel?
Reply With Quote
  #2  
Old 05-01-2013, 02:08 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: ABC and Disney Networks


try use ffmpeg
example
Reply With Quote
  #3  
Old 05-02-2013, 04:01 PM
TankEngineOh TankEngineOh is offline
Junior Member
 
Join Date: Apr 2013
Posts: 2
TankEngineOh is on a distinguished road
Default

Re: ABC and Disney Networks


Thank you for the response, chap. I am kind of new at this. Would you mind to please give me a step-by-step on how to accomplish this?
Reply With Quote
  #4  
Old 05-04-2014, 12:59 PM
mrberni mrberni is offline
Member
 
Join Date: May 2014
Posts: 58
mrberni is on a distinguished road
Default

Re: ABC and Disney Networks


Here how to download from watchdisneychannel.com:

Let's try for example with this video:
Code:
http://watchdisneychannel.go.com/gravity-falls/SH55210639/VDKA0_qyeylb8v/double-dipper
When you are using Firefox, then you can press "CTRL+SHIFT+I" or "CTRL+SHIFT+K" to open the Web-Console or use URL Snooper.

Then when you open the videopage, the website will send a .m3u8 file. Use the first m3u8 file you see. It should be named something like this:
Code:
http://content.uplynk.com/ext/21885d134fa441488df8e1d7acee8c66/4752595.m3u8...
Save it and open it with a text Editor. I prefer Wordpad over than the normal Editor, beacuse in Editor it is just one long line.

In the .m3u8 file you will find other .m3u8 links. They are the links to the video. The resolution of the video stand before each link. Highest resolution should be at the bottom of the file

Then copy the link to the resolution you want. Next you will need ffmpeg.

Copy the link into this command: ffmpeg -i "video.m3u8" -c copy -bsf:a aac_adtstoasc "name.mp4"
Open your cmd and download the video with ffmpeg and this command.

I hope I wrote it understandable.
Reply With Quote
  #5  
Old 08-02-2014, 12:43 PM
JALsnipe JALsnipe is offline
Junior Member
 
Join Date: Aug 2011
Posts: 6
JALsnipe is on a distinguished road
Default

Re: ABC and Disney Networks


Hey sorry for the bump but I'm having trouble downloading from the Disney sites.

I'm trying to download this video:
http://watchdisneychannel.go.com/how...emiere-trailer

First I do what you say, get the .m3u8 playlist from the inspector. I then go in and grab the 1080p stream URL:

Code:
#UPLYNK-MEDIA0:1920x1080x30,high-40,2x48000
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=1920x1080,BANDWIDTH=6902579,CODECS="mp4a.40.5,avc1.640028"
http://content-ause4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/h.m3u8?[MY_KEY_INFO]
I throw that into the ffmpeg call like you said:

Code:
ffmpeg -i "http://content-ause4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/e.m3u8?[MY_KEY_INFO]" -c copy -bsf:a aac_adtstoasc "test.mp4"
But I get the following error:
Code:
ffmpeg version 2.3.1 Copyright (c) 2000-2014 the FFmpeg developers
  built on Aug  2 2014 11:37:10 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/2.3.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  libavutil      52. 92.100 / 52. 92.100
  libavcodec     55. 69.100 / 55. 69.100
  libavformat    55. 48.100 / 55. 48.100
  libavdevice    55. 13.102 / 55. 13.102
  libavfilter     4. 11.100 /  4. 11.100
  libavresample   1.  3.  0 /  1.  3.  0
  libswscale      2.  6.100 /  2.  6.100
  libswresample   0. 19.100 /  0. 19.100
  libpostproc    52.  3.100 / 52.  3.100

Unable to open key file [https://content-ause4.uplynk.com/check2?[KEY]]
[hls,applehttp @ 0x7f98ab817800] Error when loading first segment 'http://stg-ec-ore-u.uplynk.com/slices/3d0/21885d134fa441488df8e1d7acee8c66/3d0c3e128fcb44059a1cf65c5d04455a/E00000000.ts[KEY]'
http://content-ause4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/e.m3u8?[KEY]: Invalid data found when processing input
Note that I've removed any sensitive key info in the URL. Has the way to download Disney videos changed over the past few months?

Thanks again!

EDIT: I think something is wrong with that key file. When I try to curl the URL ffmpeg uses for the key file, it gives me garbage data:
Code:
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Cache-Control: no-cache, no-store
Content-Type: text/html; charset=UTF-8
Date: Sat, 02 Aug 2014 18:02:43 GMT
Server: uplynk webStack/2.4
X-Services: f737a433c5c842f8ac8f00b6d977f0f8
Content-Length: 16
Connection: Close

?SÁÖ'}Ej{u?Ú_
Reply With Quote
  #6  
Old 08-02-2014, 01:13 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: ABC and Disney Networks


try use old version ffmpeg~december 2013
Reply With Quote
  #7  
Old 08-02-2014, 01:18 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: ABC and Disney Networks


It's working fine m8!



Use this code:

Code:
ffmpeg -i "http://content-ausw3.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/h.m3u8?exp=1407003250&ct=a&eid=10017086&oid=21885d134fa441488df8e1d7acee8c66&iph=130fd32d4899168bcb9eb91b5f940e4caddb069160822dc11021b2aa24777fe7&rays=eabcdfgh&euid=00A6355D-555B-4D6A-8F3A-5E752AA18AAC_000_0&sig=352c68a1b55f9080850a6aebf7370f352f967f642dac1b90c7aa224d312bc50f&pbs=bd79d0b64e4e4c61bd7c13646501cc99" -c copy -bsf:a aac_adtstoasc "test.mp4"
Reply With Quote
  #8  
Old 08-03-2014, 12:58 AM
theauthor theauthor is offline
Junior Member
 
Join Date: Aug 2014
Posts: 9
theauthor is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by peterpan View Post
It's working fine m8!



Use this code:

Code:
ffmpeg -i "http://content-ausw3.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/h.m3u8?exp=1407003250&ct=a&eid=10017086&oid=21885d134fa441488df8e1d7acee8c66&iph=130fd32d4899168bcb9eb91b5f940e4caddb069160822dc11021b2aa24777fe7&rays=eabcdfgh&euid=00A6355D-555B-4D6A-8F3A-5E752AA18AAC_000_0&sig=352c68a1b55f9080850a6aebf7370f352f967f642dac1b90c7aa224d312bc50f&pbs=bd79d0b64e4e4c61bd7c13646501cc99" -c copy -bsf:a aac_adtstoasc "test.mp4"
Sorry for this question, a bit of a noob. I can't seem to find the .m3u8 file in firefox. Where in the console/inspector do you find it? I've tried using URLSnooper as well but can still not find it.
Reply With Quote
  #9  
Old 08-03-2014, 01:17 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: ABC and Disney Networks


As mentioned above, Press Ctrl + Shift + k (or i)
Play the stream...and search for m3u8 strings...
Hope this helps...
Reply With Quote
  #10  
Old 08-03-2014, 01:50 AM
theauthor theauthor is offline
Junior Member
 
Join Date: Aug 2014
Posts: 9
theauthor is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by peterpan View Post
As mentioned above, Press Ctrl + Shift + k (or i)
Play the stream...and search for m3u8 strings...
Hope this helps...
THANK YOU SO MUCH! I finally am able to download from those sites now! Do you have any idea if this works the same way with hulu and netflix?
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:26 AM.


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