Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-12-2012, 12:43 PM
zaerdy zaerdy is offline
Junior Member
 
Join Date: Apr 2012
Posts: 10
zaerdy is on a distinguished road
Default

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.

Last edited by zaerdy : 05-12-2012 at 02:21 PM. Reason: i forgot the link
Reply With Quote
  #2  
Old 05-12-2012, 02:02 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: Help with rtmpdump illicoweb


Post The Link
Reply With Quote
  #3  
Old 05-12-2012, 02:26 PM
zaerdy zaerdy is offline
Junior Member
 
Join Date: Apr 2012
Posts: 10
zaerdy is on a distinguished road
Default

Re: Help with rtmpdump illicoweb


OP edited, link is in it.
Reply With Quote
  #4  
Old 05-12-2012, 02:35 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: Help with rtmpdump illicoweb


If it's behind a paywall, there's nothing I can do to help.
Reply With Quote
  #5  
Old 05-12-2012, 03:41 PM
zaerdy zaerdy is offline
Junior Member
 
Join Date: Apr 2012
Posts: 10
zaerdy is on a distinguished road
Default

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>
Reply With Quote
  #6  
Old 05-12-2012, 04:16 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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%)
Reply With Quote
  #7  
Old 05-12-2012, 05:04 PM
zaerdy zaerdy is offline
Junior Member
 
Join Date: Apr 2012
Posts: 10
zaerdy is on a distinguished road
Default

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?
Reply With Quote
  #8  
Old 05-12-2012, 05:19 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Help with rtmpdump illicoweb


Quote:
Originally Posted by zaerdy View Post
@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
Reply With Quote
  #9  
Old 05-12-2012, 05:55 PM
zaerdy zaerdy is offline
Junior Member
 
Join Date: Apr 2012
Posts: 10
zaerdy is on a distinguished road
Default

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>
Reply With Quote
  #10  
Old 05-12-2012, 06:18 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

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"
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:45 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons