Page 1 of 1

ripping .TS-composite streams

Posted: Wed Jul 20, 2016 12:31 am
by SexySurgical
Problem presented here: viewtopic.php?f=45&t=21763
Stream is not 1 file, but 157(!) .TS files somehow composed together. The usual browser extensions for ripping screw up.


What you guys think about this?
http://stream-recorder.com/forum/trying ... 67fcb8c544&" onclick="window.open(this.href);return false;

Re: ripping .TS-composite streams

Posted: Wed Jul 20, 2016 9:03 pm
by Rommeltje
Yup, that's how TS-files work. You can put all of those 157 pieces together again in an editing program.

Re: ripping .TS-composite streams

Posted: Thu Jul 21, 2016 11:54 am
by SexySurgical
Someone a good batching app/procedure for downloading the whole dozen*dozen+dozen?
Rommeltje wrote:Yup, that's how TS-files work. You can put all of those 157 pieces together again in an editing program.

Re: ripping .TS-composite streams

Posted: Fri Dec 07, 2018 1:49 am
by italiglover
Sorry to reply is an older post. But, I had recent success with this method to get some forms of .ts files from streaming sites. I think the ones I've failed at probably use encryption of sorts.

I use this firefox plugin to detect the streams:
https://addons.mozilla.org/en-US/firefo ... src=search

I'm sure there are versions for Chrome and Vivaldi as well.

Then, I use a simple python script to download and assemble the file:
https://github.com/jacul/HLSDownload

It's not full proof, but I've had some success with it to download .ts files or MPEG transport stream files.
SexySurgical wrote: Thu Jul 21, 2016 11:54 am Someone a good batching app/procedure for downloading the whole dozen*dozen+dozen?
Rommeltje wrote:Yup, that's how TS-files work. You can put all of those 157 pieces together again in an editing program.

Re: ripping .TS-composite streams

Posted: Fri Dec 07, 2018 1:00 pm
by Rommeltje
Good tip.

I used to do it with FFmpeg. It's quite a complicated process, though.