PDA

View Full Version : Trying to download CSPan video with RTMPDump NetStream.Play.StreamNotFound


Nomorecocktails
05-03-2013, 05:26 PM
Based on what i have pieced together from wireshark and the xml file this is the url i get
rtmp://s1g3v4ljhhuslz.cloudfront.net:1935/cfx/st/trimmed/full/311/311996-3/311996-3-MP4-STD_01.mp4

the video is here
http://www.c-spanvideo.org/program/JusticeCla

however when i feed the rtmp url into rtmpdump i get the NetStream.Play.StreamNotFound

So obviously my command is not right. What am i missing?

hasomaso
05-03-2013, 07:05 PM
rtmpdump -r "rtmp://s1g3v4ljhhuslz.cloudfront.net:80/cfx/st/mp4:trimmed/full/311/311996-3/311996-3-MP4-STD_01.mp4" -a "cfx/st" -W "http://www.c-spanvideo.org/videoLibrary/assets/swf/CSPANPlayer.13.04.04.swf?programid=309357" -p "http://www.c-spanvideo.org/program/JusticeCla" -y "mp4:trimmed/full/311/311996-3/311996-3-MP4-STD_01.mp4" -o "output.flv"

Nomorecocktails
05-04-2013, 07:18 PM
Thanks!