VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 22 of 22
Thread
  1. Hi guys... I have a problem with site which streaming online Tv... it use mp2t format. When i try to get link with download helper i see many files with different names like 123513523.mp2t 123513524.mp2t and so on. Can i transfer somehow the stream to desktop video player like VLC, Potplayer, Progdvb or any other?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Do you have an example stream?
    Quote Quote  
  3. http://195.154.108.35/hlstvstream/discovery/6633.ts This one of many similar links which i see when i try to copy url via download helper.
    Quote Quote  
  4. So, no one knows how to capture this stream?
    Here's another example
    http://play.mrt.com.mk/play/50537/22-01-2015?options%5Bcurrent_component_instance%5D=v...5D%5Bpage%5D=1
    Download helper and similar programs give tiny mp2t files.
    My niece plays here and I need to archive this.

    [EDIT] I'm currently trying StreamTransport and it seems to work. It downloads a .mpg file which seems fine.
    Warning though, videohelp description does state that this software includes adware hence I've installed it on a virtual machine.
    Last edited by [ss]vegeta; 24th Jan 2015 at 09:32.
    Quote Quote  
  5. Originally Posted by [ss]vegeta View Post
    So, no one knows how to capture this stream?
    Here's another example
    http://play.mrt.com.mk/play/50537/22-01-2015?options%5Bcurrent_component_instance%5D=v...5D%5Bpage%5D=1
    Download helper and similar programs give tiny mp2t files.
    My niece plays here and I need to archive this.

    [EDIT] I'm currently trying StreamTransport and it seems to work. It downloads a .mpg file which seems fine.
    Warning though, videohelp description does state that this software includes adware hence I've installed it on a virtual machine.

    Code:
    livestreamer hls://http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/814be262f6f4559541fb57306b140d4c/chunklist_w447767354_b844000.m3u8 best -o video.ts
    Quote Quote  
  6. Member WazaKrash's Avatar
    Join Date
    Jan 2015
    Location
    in Europe
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    So, no one knows how to capture this stream?
    Here's another example
    http://play.mrt.com.mk/play/50537/22-01-2015?options%5Bcurrent_component_instance%5D=v...5D%5Bpage%5D=1
    [EDIT] I'm currently trying StreamTransport and it seems to work. It downloads a .mpg file which seems fine.
    Warning though, videohelp description does state that this software includes adware hence I've installed it on a virtual machine.
    Hello prince Vegeta x)
    With streaming video recorder, I can download an mpeg-2 file too.
    If with streamtransport you can have a valid video file, it's fine. For me, if the format bothers me, I use a conversion software and I convert the mpeg-2 file into mp4 (I don't know why I prefer mp4 all the time)
    Quote Quote  
  7. Hi [ss]vegeta ,

    The process below is written because the token can change !!!

    Code:
    In Firefox
    _ clean the cache
    _ launch 
    http://play.mrt.com.mk/play/50537/22-01-2015?options%5Bcurrent_component_instance%5D=video_list&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bvideo_slug%5D=50541%2F&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bposition%5D=8&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bpage%5D=1
    _ After 10s stop the video
    
    _ open an other instance for FF
    _ enter about:cache
    
    _ In the new page , under 'disk' click on 'List Cache Entries'
    
    _ in the new page search for playlist.m3u8
    select the link , copy it 
    
    _ open a text editor , do paste , you'll get something like
    ----
    about:cache-entry?storage=disk&context=&eid=&uri=
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/playlist.m3u8
    ----
    select and copy only http...playlist.m3u8
    
    _ open an other instance for FF
    _ paste http...playlist.m3u8
    _ launch it
    _ open ( or save ) with a text editor
    you'll see
    ====
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-STREAM-INF:BANDWIDTH=844000
    chunklist_w87227041_b844000.m3u8
    ====
    
    NOW you can compose the final link
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/
    +
    chunklist_w87227041_b844000.m3u8
    
    !!!
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/chunklist_w87227041_b844000.m3u8
    !!!
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  8. Originally Posted by biezom View Post
    Code:
    livestreamer hls://http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/814be262f6f4559541fb57306b140d4c/chunklist_w447767354_b844000.m3u8 best -o video.ts
    What is that, where do I paste, how you got to that link?
    [EDIT] I google'd and found out about the program livestreamer, not really hefty with command line applications but I think I managed to get my hands around the .ts file, thanks. It seems like there were really a couple of ways of getting streams, which is always nice.

    Originally Posted by WazaKrash View Post
    Hello prince Vegeta x)
    With streaming video recorder, I can download an mpeg-2 file too.
    If with streamtransport you can have a valid video file, it's fine. For me, if the format bothers me, I use a conversion software and I convert the mpeg-2 file into mp4 (I don't know why I prefer mp4 all the time)
    Do you mean Apowersoft Streaming Video Recorder?
    I'll give it a try, thanks.

    Originally Posted by aazerty View Post
    Hi [ss]vegeta ,

    The process below is written because the token can change !!!

    Code:
    In Firefox
    _ clean the cache
    _ launch 
    http://play.mrt.com.mk/play/50537/22-01-2015?options%5Bcurrent_component_instance%5D=video_list&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bvideo_slug%5D=50541%2F&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bposition%5D=8&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bpage%5D=1
    _ After 10s stop the video
    
    _ open an other instance for FF
    _ enter about:cache
    
    _ In the new page , under 'disk' click on 'List Cache Entries'
    
    _ in the new page search for playlist.m3u8
    select the link , copy it 
    
    _ open a text editor , do paste , you'll get something like
    ----
    about:cache-entry?storage=disk&context=&eid=&uri=
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/playlist.m3u8
    ----
    select and copy only http...playlist.m3u8
    
    _ open an other instance for FF
    _ paste http...playlist.m3u8
    _ launch it
    _ open ( or save ) with a text editor
    you'll see
    ====
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-STREAM-INF:BANDWIDTH=844000
    chunklist_w87227041_b844000.m3u8
    ====
    
    NOW you can compose the final link
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/
    +
    chunklist_w87227041_b844000.m3u8
    
    !!!
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/chunklist_w87227041_b844000.m3u8
    !!!
    Cheers .
    Thank you but I followed all steps, and the last link just gives me a 1kb m3u8 file to download, don't know what to do with that?
    Last edited by [ss]vegeta; 24th Jan 2015 at 10:43.
    Quote Quote  
  9. Originally Posted by [ss]vegeta View Post
    Originally Posted by biezom View Post
    Code:
    livestreamer hls://http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/814be262f6f4559541fb57306b140d4c/chunklist_w447767354_b844000.m3u8 best -o video.ts
    What is that, where do I paste, how you got to that link?

    Originally Posted by WazaKrash View Post
    Hello prince Vegeta x)
    With streaming video recorder, I can download an mpeg-2 file too.
    If with streamtransport you can have a valid video file, it's fine. For me, if the format bothers me, I use a conversion software and I convert the mpeg-2 file into mp4 (I don't know why I prefer mp4 all the time)
    Do you mean Apowersoft Streaming Video Recorder?
    I'll give it a try, thanks.

    Originally Posted by aazerty View Post
    Hi [ss]vegeta ,

    The process below is written because the token can change !!!

    Code:
    In Firefox
    _ clean the cache
    _ launch 
    http://play.mrt.com.mk/play/50537/22-01-2015?options%5Bcurrent_component_instance%5D=video_list&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bvideo_slug%5D=50541%2F&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bposition%5D=8&options%5Bvideo_list%5D%5Bfilter_request%5D%5Bpage%5D=1
    _ After 10s stop the video
    
    _ open an other instance for FF
    _ enter about:cache
    
    _ In the new page , under 'disk' click on 'List Cache Entries'
    
    _ in the new page search for playlist.m3u8
    select the link , copy it 
    
    _ open a text editor , do paste , you'll get something like
    ----
    about:cache-entry?storage=disk&context=&eid=&uri=
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/playlist.m3u8
    ----
    select and copy only http...playlist.m3u8
    
    _ open an other instance for FF
    _ paste http...playlist.m3u8
    _ launch it
    _ open ( or save ) with a text editor
    you'll see
    ====
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-STREAM-INF:BANDWIDTH=844000
    chunklist_w87227041_b844000.m3u8
    ====
    
    NOW you can compose the final link
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/
    +
    chunklist_w87227041_b844000.m3u8
    
    !!!
    http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/ca1c3b670992777e3f133ef2af435f1e/chunklist_w87227041_b844000.m3u8
    !!!
    Cheers .
    Thank you but I followed all steps, and the last link just gives me a 1kb m3u8 file to download, don't know what to do with that?
    Code:
    livestreamer hls://http://stream6-prod.spectar.tv:1935/vod_8452284ed6226f4/_definst_/amlst:dm/hls/video_id/50537/token/...................................................m3u8 best -o video.ts
    you change the red part with your result
    Quote Quote  
  10. Member WazaKrash's Avatar
    Join Date
    Jan 2015
    Location
    in Europe
    Search Comp PM
    Originally Posted by '[ss
    Do you mean Apowersoft Streaming Video Recorder?
    I'll give it a try, thanks.
    Yep, it's that but there is a little problem, with the trial version, the software download only an extract of the video : (
    Like I said if streamtransport help you, it's fine : )
    Quote Quote  
  11. Hi ,

    Don't use streamtransport , not secure !!!

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  12. Guys i have, a success with the method that was explained by aazerty thx dude... In firefox chache i find this url http://195.154.72.60/hlstvstream/btvaction/index.m3u8?hash=b0AoW0btPLUoAs8tgjFypg when i paste it to pot player the video starts but after 10 -20 seconds stops. Maybe i need to use livestreamer but i need just little more help with creating the correct command. I try with this:
    Code:
    livestreamer hls://http://195.154.72.60/hlstvstream/btvaction/index.m3u8?hash=b0AoW0btPLUoAs8tgjFypg best -o video.ts
    but nothing happen? The player doesn't even start.
    Quote Quote  
  13. Originally Posted by Stormrage View Post
    Guys i have, a success with the method that was explained by aazerty thx dude... In firefox chache i find this url http://195.154.72.60/hlstvstream/btvaction/index.m3u8?hash=b0AoW0btPLUoAs8tgjFypg when i paste it to pot player the video starts but after 10 -20 seconds stops. Maybe i need to use livestreamer but i need just little more help with creating the correct command. I try with this:
    Code:
    livestreamer hls://http://195.154.72.60/hlstvstream/btvaction/index.m3u8?hash=b0AoW0btPLUoAs8tgjFypg best -o video.ts
    but nothing happen? The player doesn't even start.
    if you use "-o video.ts" option livestreamer write stream data to video.ts instead of playing it
    if you want play directly use your command without this option
    vlc is the player by default
    Quote Quote  
  14. Yep but VLC doesn't start after i run the command what's the problem?
    Quote Quote  
  15. Hi Stormrage ,

    biezom has answered you previously !!!

    SIT DOWN , HAVE A DRINK , OPEN YOU EYES , READ WHAT IS SAID .
    TRY TO UNDERSTAND , IT IS NOT SO HARD TO DO !!!

    ===
    vlc is the player by default
    ===
    if you want play directly use your command like below
    livestreamer hls://http://...Fypg best
    ===
    if you use "-o video.ts" option livestreamer write stream data to video.ts
    INSTEAD OF PLAYING IT !!!
    livestreamer hls://http://...Fypg best -o video.ts
    ===

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  16. Now open your mind and your soul and try to understand that i did it and than ask:
    Originally Posted by Stormrage View Post
    Yep but VLC doesn't start after i run the command what's the problem?
    I used the correct command without -o video.ts after biezom mention it...
    Code:
    livestreamer hls://http://195.154.72.60/hlstvstream/btvaction/index.m3u8?hash=b0AoW0btPLUoAs8tgjFypg best
    but the vlc doesn't start... GOT IT? If you don't know how to help don't make a stupid sarcastic posts.
    Last edited by Stormrage; 22nd Feb 2015 at 05:58.
    Quote Quote  
  17. Hi Stormrage ,

    > If you don't know how to help don't make a stupid sarcastic posts.
    !!! stupid sarcastic post !!! Maybe , maybe , I have a solution but I won't give it .

    ===
    Read what you said : https://forum.videohelp.com/threads/368747-Can-i-export-mp2t-stream-to-desktop-video-pl...=1#post2375097

    ... best -o video.ts
    The player doesn't even start.
    ===
    biezom answered you .
    ===
    After this you asked #14 : ... but VLC doesn't start after i run the command ...
    ===
    Now #16 the command is without -o video.ts
    At least the link is probably good .
    ===

    > GOT IT?
    Me , yes . And you ?

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  18. Ok I'll give you my attention...
    Quote Quote  
  19. ...
    Last edited by sysanin; 13th Nov 2015 at 18:10.
    Quote Quote  
  20. Thanks .

    But "I D M" is not free !

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  21. Originally Posted by Stormrage View Post
    Guys i have, a success with the method that was explained by aazerty thx dude... In firefox chache i find this url http://195.154.72.60/hlstvstream/btvaction/index.m3u8?hash=b0AoW0btPLUoAs8tgjFypg when i paste it to pot player the video starts but after 10 -20 seconds stops. Maybe i need to use livestreamer but i need just little more help with creating the correct command. I try with this:
    Code:
    livestreamer hls://http://195.154.72.60/hlstvstream/btvaction/index.m3u8?hash=b0AoW0btPLUoAs8tgjFypg best -o video.ts
    but nothing happen? The player doesn't even start.
    Maybe something has changed in the past week, but the link http://195.154.72.60/hlstvstream/btvaction/index.m3u8 points to an image now instead of a text file that the .m3u8 extension would indicate.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!