I am trying to grab this video from CSPAN using ffmpeg. I keep getting a 404. Thanks for any help. And ffmpeg is working on other cpsan videos BTW.
http://www.c-span.org/video/?318331-...erence-ukraine
XML File:
http://www.c-span.org/common/service...id=341363&
Here is my ffmpeg command:
Code:
ffmpeg -i "http://cspan-146.c-spanarchives.org:1935/vod/_definst_/mp4:trimmed/full/318/318331-1/318331-1-MP4-STD_01.mp4/playlist.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc SenateDelegationUkraine3-14-14.mp4
EDIT: It seems that CSPAN has change their naming convention a bit. They now are using TRIMMED in the path of some of the videos and those are the ones I cannot get with FFMPEG.