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

Recording from TubiTV

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

amglist 03-17-2016 08:00 PM

Recording from TubiTV


 
Hi everyone,

I'm having a heck of a time recording the stream from TubiTv, or least getting a clean recording. This is the video I'm working with:

http://tubitv.com/video?id=308045&title=Fighting_Back

I've used the VDH firefox browser extension on both Windows 7 and Ubuntu machines, and it either fails, produces an incomplete video, or a video that plays badly. I did a little poking around with the dev tools and I think the stream is MP2T. The chunks are the following:

http://c11.adrise.tv/v2/sources/cont...p4Frag0Num0.ts

Through

http://c11.adrise.tv/v2/sources/cont...ag275Num275.ts

But I don't know if that's helpful or even the right files. With Firefox not doing the trick, any other way I can do this?

ahmetozay 03-18-2016 12:41 AM

Re: Recording from TubiTV


 
that movie is not avaliable anymore, but it is very easy to pick up any video url and save it to your pc with any download manager.

You can inspect that site with chrome then open network and look something like in the picture


peterpan 03-18-2016 02:23 AM

Re: Recording from TubiTV


 
Play:
Code:

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd c:\livestreamer

c:\livestreamer>livestreamer "hlsvariant://http://c11.adrise.tv/v2/sources/conte
nt-owners/nat-geo/308045/v201602220018-1278x720-,498,1264,2019,2456,3543,k.mp4.m
3u8" best
[cli][info] Found matching plugin stream for URL hlsvariant://http://c11.adrise.
tv/v2/sources/content-owners/nat-geo/308045/v201602220018-1278x720-,498,1264,201
9,2456,3543,k.mp4.m3u8
[cli][info] Available streams: 1264k, 2019k, 2456k, 3543k (best), 498k (worst)
[cli][info] Opening stream: 3543k (hls)
[cli][info] Starting player: 'C:\Program Files (x86)\VideoLAN\VLC\vlc.exe'

Record:
Code:

c:\livestreamer>livestreamer "hlsvariant://http://c11.adrise.tv/v2/sources/conte
nt-owners/nat-geo/308045/v201602220018-1278x720-,498,1264,2019,2456,3543,k.mp4.m
3u8" best -o "video.mp4"
[cli][info] Found matching plugin stream for URL hlsvariant://http://c11.adrise.
tv/v2/sources/content-owners/nat-geo/308045/v201602220018-1278x720-,498,1264,201
9,2456,3543,k.mp4.m3u8
[cli][info] Available streams: 1264k, 2019k, 2456k, 3543k (best), 498k (worst)
[cli][info] Opening stream: 3543k (hls)
[download][video.mp4] Written 16.3 MB (9s @ 1.7 MB/s)


amglist 03-18-2016 11:40 AM

Re: Recording from TubiTV


 
Thanks guys! That worked like a charm. So, it seems I was headed in the right direction, but it should have looked for the "playlist" (*.m3u8), and not the content (*.ts)

jonaand 10-16-2016 04:40 PM

Re: Recording from TubiTV


 
Quote:

Originally Posted by peterpan (Post 83263)
Play:
[code]Microsoft Windows Ver............

Quote:

Originally Posted by ahmetozay (Post 83262)
that movie is not avaliable anymore, but it is very easy to pick up any video .........

Quote:

Originally Posted by amglist (Post 83267)
Thanks guys! That worked like a charm. So, it seems I was headed in the right direction, but it should have looked for the "playlist" (*.m3u8), and not the content (*.ts)

i've downloaded all parts
and after
mergue with mkv toolnik
and in the final file is very notable when change one part and another

the code that you wrote "playback" and "record" where you use?

thanks so much

AlvoErrado2 01-01-2017 09:21 PM

Re: Recording from TubiTV


 
Code:

http://tubitv.com/video/303746/s01_e01_the_fall_and_rise_of_sherlock_holmes
Does anyone know how to download closed captions from this site??

Thanks in advance.:D

Edit:

I already discovered, it's in srt format, just look at the source code of the page.

RexRogers 02-01-2017 07:52 PM

Re: Recording from TubiTV


 
I just used this thread in order to download from TubiTV, but I felt the instructions needed some updating. It would appear that TubiTV has updated to use https, which I could not get to work with livestream.

First I examined the source code and discovered the name of the file as ending in mp4 as described by ahmetozay.

I then used an Excel template to create a list of the fragment files by using the base mp4 link and then appending the "FragxxNumxx.ts" suffix. The sequence always starts with "Frag1Num0", then "Frag1Num1", "Frag2Num2", etc.

I copied all the links to a text file, and then copied them to the Windows clipboard. Free Download Manager was what I used to pull down everything as you can batch download from a series of links on the clipboard.

Finally, I used mkvtoolnix to combine all the fragment files into one. Copy the first Frag1Num0 file into mkvtoolnix and then right-click on it to choose "Add files as additional parts". Select everything else in one fell swoop. Multiplex and you're done.

Note: In mkvtoolnix, if you choose "Append files" you'll get hiccuping in the final video. Avoid that.

AlvoErrado2 02-02-2017 09:33 AM

Re: Recording from TubiTV


 
Quote:

Originally Posted by RexRogers (Post 89612)
I just used this thread in order to download from TubiTV, but I felt the instructions needed some updating. It would appear that TubiTV has updated to use https, which I could not get to work with livestream.

First I examined the source code and discovered the name of the file as ending in mp4 as described by ahmetozay.

I then used an Excel template to create a list of the fragment files by using the base mp4 link and then appending the "FragxxNumxx.ts" suffix. The sequence always starts with "Frag1Num0", then "Frag1Num1", "Frag2Num2", etc.

I copied all the links to a text file, and then copied them to the Windows clipboard. Free Download Manager was what I used to pull down everything as you can batch download from a series of links on the clipboard.

Finally, I used mkvtoolnix to combine all the fragment files into one. Copy the first Frag1Num0 file into mkvtoolnix and then right-click on it to choose "Add files as additional parts". Select everything else in one fell swoop. Multiplex and you're done.

Note: In mkvtoolnix, if you choose "Append files" you'll get hiccuping in the final video. Avoid that.

There was no need to have so much work, I downloaded several series of this site just using IDM, I just had to download the caption separately.


All times are GMT -6. The time now is 04:14 PM.