View Single Post
  #4  
Old 10-10-2013, 06:53 PM
Nomorecocktails Nomorecocktails is offline
Member
 
Join Date: Feb 2013
Posts: 68
Nomorecocktails is on a distinguished road
Default

Re: How to grab entire CSPAN video at one time?


Quote:
Originally Posted by blimey View Post
it come in one piece for me.

cspan basically copy the live stream in both 5 minute and 1 hour chunks. sometimes the flash player link to one or the other or both. and sometimes it changes to the 1 hour chunks later after some time has passed since the first live broadcast of the program. sometimes they later make a trimmed copy of some programs with its own dedicated filename.

but if you have seen enough of the cspan rtmp links, you will see the pattern to the 1 hour and 5 minute links by sequential timestamp of the filename. you can call these rtmp urls independently of what the flash player calls, if you know the timeframe you need. you also can call the hd and std versions separately too if you know how the url naming works.
I am starting to figure out the url naming scheme. And I have been using ffmpeg of late to grab the videos using the m3u8 url. Do all videos have a hd AND std version? If i can get the std version each time that is better since it does not have all the extra crap like in the hd stream.
Reply With Quote