Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

PBS .TS Files

(http://stream-recorder.com/forum/showthread.php?t=16669)

blimey 10-14-2013 07:34 AM

PBS .TS Files


 
PBS changed their stream method since I last used it, for example:

Code:

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

Re: PBS .TS Files


 
Code:

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

Re: PBS .TS Files


 
Quote:

Originally Posted by chap (Post 63660)
Code:

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

Re: PBS .TS Files


 
Quote:

Originally Posted by drbmn (Post 63822)
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


All times are GMT -6. The time now is 01:26 AM.