Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
HGTV.ca Capture - Using rtmpdump & urlsnooper with proxyHello all...
I'm trying to download the episodes of HGTV's Top Ten from HGTV.ca... (they aren't posted on the US site, only the Canadian site) more specifically, the episode showing Home Theatres. Code:
http://www.hgtv.ca/top10/video.aspx?releasePID=NVvjeGX_3Qahl_gmsbh8lG1U8KonDCQQ The first problem was that you need to be in Canada to view the videos... So I used "FoxyProxy" to connect to a paid Canadian proxy so it appears like I am in Canada... I can now view the videos just fine. Now I just need to download them... I used URL Snooper and this is the link that I got: Code:
rtmp://cp68811.edgefcs.net/ondemand/?auth=dbEc5dsa4dIcsaRaUaGaJdXd5ataCbKaLbK-blAfac-4q-d9i-8qtDGqOpEC0M7&aifp=1234&slist=Canwest_Broadcast_Entertainment/<break>Canwest_Broadcast_Entertainment/HGTV_HGTVsTopTen_2019.flv I used rtmpdump with the following code: Code:
"C:\rtmpdump\rtmpdump.exe" -r "rtmp://cp68811.edgefcs.net/ondemand/?auth=dbEc5dsa4dIcsaRaUaGaJdXd5ataCbKaLbK-blAfac-4q-d9i-8qtDGqOpEC0M7&aifp=1234&slist=Canwest_Broadcast_Entertainment/<break>Canwest_Broadcast_Entertainment/HGTV_HGTVsTopTen_2019.flv" -o "c:\video.flv" Then I tried connecting via the Proxy using the following code: Code:
"C:\rtmpdump\rtmpdump.exe" -r "rtmp://cp68811.edgefcs.net/ondemand/?auth=dbEc5dsa4dIcsaRaUaGaJdXd5ataCbKaLbK-blAfac-4q-d9i-8qtDGqOpEC0M7&aifp=1234&slist=Canwest_Broadcast_Entertainment/<break>Canwest_Broadcast_Entertainment/HGTV_HGTVsTopTen_2019.flv" -S 209.47.140.252:37474 -o "c:\video.flv" I think the problem has something to do with spoofing my location to being in Canada. Any thoughts? Thanks in advance for all of your help!!! |
#2
|
|||
|
|||
Re: HGTV.ca Capture - Using rtmpdump & urlsnooper with proxy |
#3
|
|||
|
|||
Re: HGTV.ca Capture - Using rtmpdump & urlsnooper with proxyQuote:
Code:
C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window s\rtmpdump-2.3\rtmpexplorer\rtmpdump-2.4>rtmpdump -r "rtmp://cp68811.edgefcs.net :1935/ondemand/?auth=dbEb3cNdCcsaLb4a4cbdWaUbqaQb7dfbobO-bojBle-4q-d9i-6puGIpSnD D3M7&aifp=1234&slist=Canwest_Broadcast_Entertainment/" -a "ondemand/?auth=dbEb3c NdCcsaLb4a4cbdWaUbqaQb7dfbobO-bojBle-4q-d9i-6puGIpSnDD3M7&aifp=1234&slist=Canwes t_Broadcast_Entertainment/" -f "WIN 10,3,181,16" -W "http://www.hgtv.ca/includes /cwp/swf/flvPlayer.swf" -p "http://www.hgtv.ca/top10/video.aspx?releasePID=NVvje GX_3Qahl_gmsbh8lG1U8KonDCQQ" -y "Canwest_Broadcast_Entertainment/HGTV_HGTVsTopTe n_S1_Ep2014" -o HGTV_HGTVsTopTen_S1_Ep2014.flv RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting download at: 0.000 kB INFO: Metadata: INFO: duration 1297.00 INFO: width 640.00 INFO: height 360.00 INFO: videodatarate 480.00 INFO: framerate 25.00 INFO: videocodecid 4.00 INFO: audiodatarate 48.00 INFO: audiodelay 0.00 INFO: audiocodecid 2.00 INFO: canSeekToEnd 1.00 INFO: creationdate Mon Oct 05 11:52:29 2009 47354.868 kB / 708.15 sec (54.5%) Last edited by chap : 07-19-2011 at 04:03 PM. |
Tags: canada, capture, download, hgtv, hgtvca, proxy, rtmpdump |
Thread Tools | |
Display Modes | |
|
|