View Single Post
  #4  
Old 01-08-2014, 05: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