Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-17-2016, 09:00 PM
amglist amglist is offline
Junior Member
 
Join Date: Mar 2016
Posts: 2
amglist is on a distinguished road
Default

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?
Reply With Quote
  #2  
Old 03-18-2016, 01:41 AM
ahmetozay ahmetozay is offline
Junior Member
 
Join Date: Mar 2016
Posts: 4
ahmetozay is on a distinguished road
Default

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

Reply With Quote
  #3  
Old 03-18-2016, 03:23 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

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)
Reply With Quote
  #4  
Old 03-18-2016, 12:40 PM
amglist amglist is offline
Junior Member
 
Join Date: Mar 2016
Posts: 2
amglist is on a distinguished road
Default

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)
Reply With Quote
  #5  
Old 10-16-2016, 05:40 PM
jonaand jonaand is offline
Junior Member
 
Join Date: Feb 2016
Posts: 3
jonaand is on a distinguished road
Default

Re: Recording from TubiTV


Quote:
Originally Posted by peterpan View Post
Play:
[code]Microsoft Windows Ver............
Quote:
Originally Posted by ahmetozay View Post
that movie is not avaliable anymore, but it is very easy to pick up any video .........
Quote:
Originally Posted by amglist View Post
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

Last edited by jonaand : 10-16-2016 at 08:46 PM.
Reply With Quote
  #6  
Old 01-01-2017, 10:21 PM
AlvoErrado2 AlvoErrado2 is offline
Member
 
Join Date: Aug 2014
Location: Brazil
Posts: 52
AlvoErrado2 is on a distinguished road
Default

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.

Edit:

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

Last edited by AlvoErrado2 : 01-02-2017 at 05:21 AM. Reason: doubt solved!
Reply With Quote
  #7  
Old 02-01-2017, 08:52 PM
RexRogers RexRogers is offline
Junior Member
 
Join Date: Feb 2017
Posts: 1
RexRogers is on a distinguished road
Default

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.
Reply With Quote
  #8  
Old 02-02-2017, 10:33 AM
AlvoErrado2 AlvoErrado2 is offline
Member
 
Join Date: Aug 2014
Location: Brazil
Posts: 52
AlvoErrado2 is on a distinguished road
Default

Re: Recording from TubiTV


Quote:
Originally Posted by RexRogers View Post
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.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:30 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons