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

HGTV.ca Capture - Using rtmpdump & urlsnooper with proxy

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

PrinceButner 02-02-2010 09:48 AM

HGTV.ca Capture - Using rtmpdump & urlsnooper with proxy


 
Hello 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"
The response that I get is "connecting..." Then it goes back to the command prompt...

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"
But somewhere I need to enter my login details for the proxy... so it just hangs on "connecting..." again...


I think the problem has something to do with spoofing my location to being in Canada. Any thoughts? :confused:

Thanks in advance for all of your help!!!

any ANONYMOUS forum user 07-19-2011 02:49 AM

Re: HGTV.ca Capture - Using rtmpdump & urlsnooper with proxy


 
209.47.140.252:37474 doesnt work!
try this instead: 209.226.31.160:80

chap 07-19-2011 10:55 AM

Re: HGTV.ca Capture - Using rtmpdump & urlsnooper with proxy


 
Quote:

I think the problem has something to do with spoofing my location to being in Canada. Any thoughts?
It is not necessary to download:

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%)



All times are GMT -6. The time now is 06:35 AM.