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;
ripping .TS-composite streams
Moderator: Jake
- SexySurgical
- Rommeltje's Deputy
- Posts: 11398
- Joined: Wed Nov 24, 2010 1:04 am
- Location: Dutchieland
- Has thanked: 1652 times
- Been thanked: 373 times
- Contact:
- Rommeltje
- The man in charge
- Posts: 12652
- Joined: Sat Nov 20, 2010 10:14 pm
- Location: Amsterdam
- Has thanked: 1187 times
- Been thanked: 708 times
- Contact:
Re: ripping .TS-composite streams
Yup, that's how TS-files work. You can put all of those 157 pieces together again in an editing program.
- SexySurgical
- Rommeltje's Deputy
- Posts: 11398
- Joined: Wed Nov 24, 2010 1:04 am
- Location: Dutchieland
- Has thanked: 1652 times
- Been thanked: 373 times
- Contact:
Re: ripping .TS-composite streams
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.
- italiglover
- WWGFA Orderly
- Posts: 641
- Joined: Sat Dec 11, 2010 5:23 am
- Location: New York, NY US
- Has thanked: 45 times
- Been thanked: 88 times
Re: ripping .TS-composite streams
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.
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.
- Rommeltje
- The man in charge
- Posts: 12652
- Joined: Sat Nov 20, 2010 10:14 pm
- Location: Amsterdam
- Has thanked: 1187 times
- Been thanked: 708 times
- Contact:
Re: ripping .TS-composite streams
Good tip.
I used to do it with FFmpeg. It's quite a complicated process, though.
I used to do it with FFmpeg. It's quite a complicated process, though.