I'm trying to capture some C-SPAN videos and have got it to work but for some reason after the videos are downloaded they occasionally freeze at certain points but the audio still plays. I just need someone to test if it works fine for them, or if it's a problem with the stream or the code.
E.g: downloading this video:
http://www.c-spanvideo.org/program/Hitch2
Here's what I use:
Code:
C:\Users\K\Downloads\rtmpdumphelper115\rtmpdump.exe -r "rtmp://video.c-spanarchives.org:1935/bwcheck" -y "mp4:downloads/293/293849-1/293849-1-MP4-STD/293849-1-MP4-STD_01.mp4" -s "http://www.c-spanvideo.org/videoLibrary/assets/swf/CSPANPlayer.swf?programid=225459&rand=0000000000" -p "http://www.c-spanvideo.org/program/Hitch2" > G:\Hitch-22.flv -v -b 1000000
Link to the XML page for stream info:
http://www.c-spanvideo.org/common/se...iles&dynamic=1
Hopefully someone here can help