Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
ABC and Disney NetworksI 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? |
#2
|
|||
|
|||
Re: ABC and Disney Networks |
#3
|
|||
|
|||
Re: ABC and Disney NetworksThank 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?
|
#4
|
|||
|
|||
Re: ABC and Disney NetworksHere 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 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... 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. |
#5
|
|||
|
|||
Re: ABC and Disney NetworksHey 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] Code:
ffmpeg -i "http://content-ause4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/e.m3u8?[MY_KEY_INFO]" -c copy -bsf:a aac_adtstoasc "test.mp4" 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 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?Ú_ |
#6
|
|||
|
|||
Re: ABC and Disney Networkstry use old version ffmpeg~december 2013
|
#7
|
|||
|
|||
Re: ABC and Disney NetworksIt'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" |
#8
|
|||
|
|||
Re: ABC and Disney NetworksQuote:
|
#9
|
|||
|
|||
Re: ABC and Disney NetworksAs mentioned above, Press Ctrl + Shift + k (or i)
Play the stream...and search for m3u8 strings... Hope this helps... |
#10
|
|||
|
|||
Re: ABC and Disney NetworksTHANK 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?
|
Tags: abc, disney, disneychannel, disneyjunior, disneyxd, watchdisneychannel |
Thread Tools | |
Display Modes | |
|
|