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 > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 01-08-2014, 05:52 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

can't download from c-span with rtmpdump helper


http://www.c-spanvideo.org/program/JiangI

Using rtmpsuck.exe, I got:

WARNING: Trying different position for client digest!
Processing connect
app : bwcheck
flashVer : WIN 11,9,900,170
swfUrl : http://static.c-spanvideo.org/assets...2013.12.18.swf
?programid=162044
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://static.c-sp
anvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf
tcUrl : rtmp://cspan-146.c-spanarchives.org:1935/bwcheck
pageUrl : http://www.c-spanvideo.org/program/JiangI
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!


Using rtmpsrv.exe, I got:

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: HandleInvoke, error decoding invoke packet
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
WARNING: Trying different position for client digest!

Nothing was downloaded.

looking forward to your kind help.

Thanks in advace!
Reply With Quote
  #2  
Old 01-08-2014, 05:54 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


stream need secureToken

Code:
-T "T4#up_Ko!"
add in your parameter and try again
Reply With Quote
  #3  
Old 01-08-2014, 05:59 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


Quote:
Originally Posted by hasomaso View Post
stream need secureToken

Code:
-T "T4#up_Ko!"
add in your parameter and try again
Thank you so much , hasomaso!

But I don't know how to add the code into the parameter ,could you show it to me step by step ?

thank you .
Reply With Quote
  #4  
Old 01-08-2014, 06:15 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


you found the parameters anyway, and now you use it properly


app : bwcheck
flashVer : WIN 11,9,900,170
swfUrl : http://static.c-spanvideo.org/assets...2013.12.18.swf
?programid=162044
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://static.c-sp
anvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf
tcUrl : rtmp://cspan-146.c-spanarchives.org:1935/bwcheck
pageUrl : http://www.c-spanvideo.org/program/JiangI


here is the right Code:

Code:
rtmpdump -v -r "rtmp://cspan-148.c-spanarchives.org:80/bwcheck" -a "bwcheck" -f "WIN 11,9,900,170" -W "http://static.c-spanvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf" -p "http://www.c-spanvideo.org/program/JiangI" -y "mp4:downloads/159/159079-1/159079-1-MP4-STD/159079-1-MP4-STD_01.mp4" -T "T4#up_Ko!" -o "output.flv"
Reply With Quote
  #5  
Old 01-08-2014, 07:33 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


Quote:
Originally Posted by hasomaso View Post
you found the parameters anyway, and now you use it properly


app : bwcheck
flashVer : WIN 11,9,900,170
swfUrl : http://static.c-spanvideo.org/assets...2013.12.18.swf
?programid=162044
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://static.c-sp
anvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf
tcUrl : rtmp://cspan-146.c-spanarchives.org:1935/bwcheck
pageUrl : http://www.c-spanvideo.org/program/JiangI


here is the right Code:

Code:
rtmpdump -v -r "rtmp://cspan-148.c-spanarchives.org:80/bwcheck" -a "bwcheck" -f "WIN 11,9,900,170" -W "http://static.c-spanvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf" -p "http://www.c-spanvideo.org/program/JiangI" -y "mp4:downloads/159/159079-1/159079-1-MP4-STD/159079-1-MP4-STD_01.mp4" -T "T4#up_Ko!" -o "output.flv"
Can't thank you enough for your kindest help.

The screen of rtmpsrv.exe keeps rolling down very fast , and it is full of something like the following words before I had time to get the right codes copied. And when it finally stopped rolling down , I found I was not able to roll back to get the right codes at the top of the box!!

ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
ERROR: DECODING ERROR, IGNORING BYTES UNTIL NEXT KNOWN PATTERN!
Reply With Quote
  #6  
Old 01-08-2014, 09:51 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


I think you doing something wrong!

1. create a folder
2. copy rtmpdump in the created folder
3. create in the created folder a .bat file
4. copy the rtmpdump Code in the .bat file
5. save it
6. and start .bat file

then you get some error messages, please ignore
and the download will then start


Code:
rtmpdump -v -r "rtmp://cspan-148.c-spanarchives.org:80/bwcheck" -a "bwcheck" -f "WIN 11,9,900,170" -W "http://static.c-spanvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf" -p "http://www.c-spanvideo.org/program/JiangI" -y "mp4:downloads/159/159079-1/159079-1-MP4-STD/159079-1-MP4-STD_01.mp4" -T "T4#up_Ko!" -o "output.flv"





Reply With Quote
  #7  
Old 01-08-2014, 12:43 PM
lesor lesor is offline
Member
 
Join Date: Feb 2011
Posts: 65
lesor is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


Try Jaksta 5 or Replay Media Catcher 5
http://savepic.net/4209388.htm

rtmpdumphelper works too (add the 80 and 443 ports)
http://savepic.net/4259567.htm

Last edited by Stream Ripper : 01-09-2014 at 12:51 AM. Reason: Restored deleted post - this was helpful, whyd you delete it?
Reply With Quote
  #8  
Old 01-08-2014, 06:24 PM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


Quote:
Originally Posted by hasomaso View Post
I think you doing something wrong!

1. create a folder
2. copy rtmpdump in the created folder
3. create in the created folder a .bat file
4. copy the rtmpdump Code in the .bat file
5. save it
6. and start .bat file

then you get some error messages, please ignore
and the download will then start


Code:
rtmpdump -v -r "rtmp://cspan-148.c-spanarchives.org:80/bwcheck" -a "bwcheck" -f "WIN 11,9,900,170" -W "http://static.c-spanvideo.org/assets/swf/CSPANPlayer.2013.12.18.swf" -p "http://www.c-spanvideo.org/program/JiangI" -y "mp4:downloads/159/159079-1/159079-1-MP4-STD/159079-1-MP4-STD_01.mp4" -T "T4#up_Ko!" -o "output.flv"





Thank you for your great patience and timely help.
I got it done.
Thank you .
Reply With Quote
  #9  
Old 01-08-2014, 06:25 PM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


Quote:
Originally Posted by lesor View Post
Try Jaksta 5 or Replay Media Catcher 5
http://savepic.net/4209388.htm

rtmpdumphelper works too (add the 80 and 443 ports)
http://savepic.net/4259567.htm
Thank you very much for your kind help.
Reply With Quote
  #10  
Old 01-12-2014, 07:58 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: can't download from c-span with rtmpdump helper


In addition to rtmp, c-span now also can send via m3u8 method over http.

so, m3u8 using ffmpeg is a second option. any file at all available via rtmp on c-span is available via m3u8.
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:40 AM.


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