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!!! |
Tags: canada, capture, download, hgtv, hgtvca, proxy, rtmpdump |
Thread Tools | |
Display Modes | |
|
|