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

Help with rtmpdump illicoweb

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

zaerdy 05-12-2012 11:43 AM

Help with rtmpdump illicoweb


 
I try to download a streaming from illicoweb with rtmpdump, but it seems like a can't got further than 0.3% download and I can't figure out why.


Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Zaerdy>rtmpdump -r "rtmpe://24.200.251.11/" -y "M0_7eJWg45nTXeDc29s7n55
cg.sdp" -o voyons.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 2630.60
INFO: width 720.00
INFO: height 406.00
INFO: videocodecid 7.00
INFO: audiocodecid 10.00
INFO: audiodatarate 95.00
INFO: starttime 0.00
INFO: totaldatarate 1743.00
INFO: totalduration 2630.60
INFO: videodatarate 1648.00
2060.740 kB / 9.99 sec (0.3%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
2070.126 kB / 10.01 sec (0.3%)
INFO: Connection timed out, trying to resume.


Resuming download at: 2070.126 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
2070.126 kB / 0.00 sec
Download complete

Edit: The link is http://illicoweb.videotron.com/illic...rs-lor-La-1-07 but you won't be able to acces the video unless you have a screen name and password.

greenythebeast 05-12-2012 01:02 PM

Re: Help with rtmpdump illicoweb


 
Post The Link

zaerdy 05-12-2012 01:26 PM

Re: Help with rtmpdump illicoweb


 
OP edited, link is in it.

greenythebeast 05-12-2012 01:35 PM

Re: Help with rtmpdump illicoweb


 
If it's behind a paywall, there's nothing I can do to help.

zaerdy 05-12-2012 02:41 PM

Re: Help with rtmpdump illicoweb


 
check out this link. It' from the same site but it's free content and the source of the page seems to be the same. I tried to download it with rtmpdump the same way than with the other link and it stopped at 1.67%.

C:\Users\Zaerdy>rtmpdump -r "rtmpe://24.200.251.11/" -y "M0_exRAAR7ESs6lNUlgdXz
JA.sdp" -o test.flv
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 575.17
INFO: width 720.00
INFO: height 406.00
INFO: videocodecid 7.00
INFO: audiocodecid 10.00
INFO: audiodatarate 95.00
INFO: starttime 0.00
INFO: totaldatarate 1822.00
INFO: totalduration 575.17
INFO: videodatarate 1727.00
1637.198 kB / 9.84 sec (1.7%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
1668.962 kB / 10.01 sec (1.7%)
INFO: Connection timed out, trying to resume.


Resuming download at: 1668.962 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
1668.962 kB / 0.00 sec
Download complete

C:\Users\Zaerdy>

chap 05-12-2012 03:16 PM

Re: Help with rtmpdump illicoweb


 
Code:

rtmpdump -r
"rtmpe://24.200.251.11/" -W "http://static-illicoweb.videotron.com/static/illico
web/static/webtv/assets/swf/01/player_v17012.swf" -p "http://illicoweb.videotron
.com/illicoweb/films/155583/Bonheur-des-autres-Le---Entrevue" -y "M0_tFT1qogTRVa
H3RpLoyW54w.sdp" -o t.flv
RTMPDump v2.4 GIT-2012-03-08 (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              575.17
INFO:  width                720.00
INFO:  height                406.00
INFO:  videocodecid          7.00
INFO:  audiocodecid          10.00
INFO:  audiodatarate        95.00
INFO:  starttime            0.00
INFO:  totaldatarate        1822.00
INFO:  totalduration        575.17
INFO:  videodatarate        1727.00
2473.925 kB / 13.25 sec (2.3%)


zaerdy 05-12-2012 04:04 PM

Re: Help with rtmpdump illicoweb


 
@Chap: did it work for you. I tried everything you did and it stopped at 1.7%. I think we don't have the same version of rtmpdump. I use RTMPDump 2.4 git-6230845 2011-9-25 and you seem to got RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV). Where did you take this release?

chap 05-12-2012 04:19 PM

Re: Help with rtmpdump illicoweb


 
Quote:

Originally Posted by zaerdy (Post 45906)
@Chap: did it work for you. I tried everything you did and it stopped at 1.7%. I think we don't have the same version of rtmpdump. I use RTMPDump 2.4 git-6230845 2011-9-25 and you seem to got RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV). Where did you take this release?

http://github.com/svnpenn/rtmpdump/downloads
http://www.mediafire.com/file/ulkcex...mpdump-2.4.zip

zaerdy 05-12-2012 04:55 PM

Re: Help with rtmpdump illicoweb


 
Damn it i can't figure out what's my mistake. I did the exact same thing as you. You really did load to 100%?

C:\Users\Zaerdy>rtmpdump -r "rtmpe://24.200.251.11/" -W "/illicoweb/static/webtv
/assets/swf/01/player_v17012.swf" -p "http://http://illicoweb.videotron.com/illi
coweb/films/155583/Bonheur-des-autres-Le---Entrevue" -y "M0_-LeODsXsTfCImcE9BMGS
hQ.sdp" -o t.flv
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: couldn't contact swfurl /illicoweb/static/webtv/assets/swf/
01/player_v17012.swf (HTTP error -1)
Connecting ...
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 575.17
INFO: width 720.00
INFO: height 406.00
INFO: videocodecid 7.00
INFO: audiocodecid 10.00
INFO: audiodatarate 95.00
INFO: starttime 0.00
INFO: totaldatarate 1822.00
INFO: totalduration 575.17
INFO: videodatarate 1727.00
1662.658 kB / 9.98 sec (1.7%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
1668.962 kB / 10.01 sec (1.7%)
INFO: Connection timed out, trying to resume.


Resuming download at: 1668.962 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
1668.962 kB / 0.00 sec
Download complete

C:\Users\Zaerdy>

karlo2105 05-12-2012 05:18 PM

Re: Help with rtmpdump illicoweb


 
As you get error

Code:

ERROR: RTMP_HashSWF: couldn't contact swfurl /illicoweb/static/webtv/assets/swf/
you are missing SWF player parameter

Code:

-W "http://illicoweb.videotron.com/illicoweb/static/webtv/assets/swf/01/player_v17012.swf"


All times are GMT -6. The time now is 01:25 AM.