Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Recording from TubiTVHi 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? |
#2
|
|||
|
|||
Re: Recording from TubiTVthat 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 |
#3
|
|||
|
|||
Re: Recording from TubiTVPlay:
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' 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) |
#4
|
|||
|
|||
Re: Recording from TubiTVThanks 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)
|
#5
|
|||
|
|||
Re: Recording from TubiTVQuote:
Quote:
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. |
#6
|
|||
|
|||
Re: Recording from TubiTVCode:
http://tubitv.com/video/303746/s01_e01_the_fall_and_rise_of_sherlock_holmes 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! |
#7
|
|||
|
|||
Re: Recording from TubiTVI 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. |
#8
|
|||
|
|||
Re: Recording from TubiTVQuote:
|
Tags: mp2t, tubitvcom |
Thread Tools | |
Display Modes | |
|
|