Thread: C-SPAN Captures
View Single Post
  #1  
Old 03-08-2013, 08:09 PM
Samizdat Samizdat is offline
Junior Member
 
Join Date: Dec 2011
Posts: 6
Samizdat is on a distinguished road
Default

C-SPAN Captures


Use the rtmpdump command line and file sequences outlined below to capture Senator Rand Paul's fourteen-hour filibuster of 2013-03-06 on C-SPAN2:


Quote:
rtmpdump -r "rtmp://s1g3v4ljhhuslz.cloudfront.net:443/cfx/st/mp4:2013/03/06/20130306105954002_hd.mp4" -o a.mp4
This command line will capture the beginning of United States Senator Rand Paul's fourteen-hour filibuster, (which starts at minute 48 of hour 11 [ file 20130306105954002_hd.mp4 ] of 2013-03-06 C-Span Senate proceedings and continues with hours 12 through 24 [ files 20130306115954002_hd.mp4 through 20130306235954002_hd.mp4 ]).

In a followup reply to this post, I will provide a quick Wireshark tutorial showing how to get the rtmp URL used on the rtmpdump command line.

Last edited by Samizdat : 03-08-2013 at 08:14 PM. Reason: minor
Reply With Quote