PDA

View Full Version : PBS .TS Files


blimey
10-14-2013, 07:34 AM
PBS changed their stream method since I last used it, for example:


http://video.pbs.org/video/2365090097/


The above link sends 318 .TS files.

I concatenated them all together and then remuxed to mp4, and it works ok, but I'm wondering if there is any method to automate this, or if there is a single file link on the pbs server that I'm somehow missing.

chap
10-14-2013, 01:19 PM
http://ga.video.cdn.pbs.org/cove2.0/nova/8aff66d1-be33-4f3c-8656-e080162c1d65/2013-10-09-192621/hd-mezzanine-16x9/nova4017_mezz16x9-16x9-hls-800k.m3u8

drbmn
11-03-2013, 03:51 AM
http://ga.video.cdn.pbs.org/cove2.0/nova/8aff66d1-be33-4f3c-8656-e080162c1d65/2013-10-09-192621/hd-mezzanine-16x9/nova4017_mezz16x9-16x9-hls-800k.m3u8

Dear Mr. Chap, once I get this playlist file how exactly can you automate the copying of all the MPEG-Transport Stream file fragments

Thank You

blimey
11-10-2013, 03:08 PM
Dear Mr. Chap, once I get this playlist file how exactly can you automate the copying of all the MPEG-Transport Stream file fragments

Thank You

You just use ffmpeg

ffmpeg -i "url to .m3u8 file" -c copy output.ts