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 11 of 11
Thread
  1. Need help to play this NKT.tv m3u8 in VLC! Does anybody know how to do it? I have a paid subscription for this channel. Thanks in advance!

    https://live.nkt.tv/embed?scheme=embedChannel&channelId=659&autoplay=no&showChat=no
    Quote Quote  
  2. I have a paid subscription for this channel.
    Well we dont so unless you share it with us we cannot help, sorry !

    Quote Quote  
  3. Originally Posted by codehound View Post
    I have a paid subscription for this channel.
    Well we dont so unless you share it with us we cannot help, sorry !


    https://live.nkt.tv/

    Cozi TV LIVE Broadcast

    USER:
    PASS:
    Last edited by lajvguy; 19th Sep 2018 at 12:32.
    Quote Quote  
  4. Streamlink with 'Headers'.

    Sample

    Code:
    https://mega.nz/#!eaZBlajT!6P_7SWKkynPYYrFsE4POFfPsdy3lQ3Cfy7858UEkSg0
    Method:



    Win7 Pro SP1 x64, Firefox v61.02.2 x64, Streamlink v.0.14.2

    1. Check quality - 'best' appears to be 2000 kbps.
    2. Load page, hit F12 for DevTools. In 'Filter Urls' box type m3u8
    3. Single left click on 1st entry to highlight it blue. Then RIGHT click on it and select Copy > Copy Request Headers. Paste this to a Notepad file.

    Code:
    THIS IS MINE - YOURS WILL BE DIFFERENT
    
    GET /nktelco/live/141/2000.m3u8?op_id=12&userId=875&channelId=659&stime=1537222199&etime=1537308599&token=05ffe4df11c7907cf26fd&deviceID=webDevice HTTP/1.1
    Host: nx-nkt-aas-2-live-hls.secure.footprint.net
    User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
    Accept: */*
    Accept-Language: en-GB,en;q=0.5
    Accept-Encoding: gzip, deflate, br
    Referer: https://live.nkt.tv/embed?scheme=embedChannel&channelId=659&autoplay=yes&showChat=no&theme=stormtrooper
    Origin: https://live.nkt.tv
    Connection: keep-alive
    4. Highlight all that txt in the 'Request Url' box - note some is obscured. Paste this to your Notepad file too.

    This was my command for downloading:

    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0" --http-header "Referer=https://live.nkt.tv/embed?scheme=embedChannel&channelId=659&autoplay=yes&showChat=no&theme=stormtrooper" -o "cozi.ts" "https://nx-nkt-aas-2-live-hls.secure.footprint.net/nktelco/live/141/2000.m3u8?op_id=12&userId=875&channelId=659&stime=1537222199&etime=1537308599&token=05ffe4df11c7907cf26fd&deviceID=webDevice" best
    Note you will have to substitute YOUR user-agent and Referer for mine in the syntax.

    And start your commmand prompt as Admin.

    https://www.thewindowsclub.com/how-to-run-command-prompt-as-an-administrator

    To play in VLC adjust the syntax thus:

    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0" --http-header "Referer=https://live.nkt.tv/embed?scheme=embedChannel&channelId=659&autoplay=yes&showChat=no&theme=stormtrooper" "https://nx-nkt-aas-2-live-hls.secure.footprint.net/nktelco/live/141/2000.m3u8?op_id=12&userId=875&channelId=659&stime=1537222199&etime=1537308599&token=05ffe4df11c7907cf26fd&deviceID=webDevice" best
    Last edited by codehound; 17th Sep 2018 at 19:10.
    Quote Quote  
  5. Thanks for the help. Where does the QUALITY dropdown menu come from? What Streamlink code are you using?
    Quote Quote  
  6. Where does the QUALITY dropdown menu come from?
    Hover mouse over bottom right corner of video screen window and click on 'HD' to see available qualities. (Nothing to do with Streamlink.)



    What Streamlink code are you using?
    I have posted both syntaxes/codes for you above. One for downloading and one for playing in VLC.
    Last edited by codehound; 17th Sep 2018 at 20:00.
    Quote Quote  
  7. I was able to download with youtube with just (no login, no user-agent, no referer):

    Code:
    youtube-dl --no-part "https://nkttv-live.secure.footprint.net//livehttporigin_nktlive/530/amlst:mainstream/playlist.m3u8?op_id=0&userId=0&channelId=530&stime=1537231562&etime=1537317962&token=0fec40337ac83ba5a62f6&"
    The m3u8 link came from Firefox's Developer Tools, as described by codehound. I was able to play directly with that link in VLC.

    <edit>

    Oops, I see. I was downloading the wrong channel.

    </edit>
    Last edited by jagabo; 17th Sep 2018 at 21:03.
    Quote Quote  
  8. Morning all.

    With a basic streamlink command I was getting an 'unable to open url' error, hence the use of Headers. I am UK, and was actually on a US vpn as I was downloading something else from a US site while I looked at this. So I dunno if my vpn conn was relevant (?) - never hurts to use Headers anyway, its introducing yourself to the server and 'asking' for the video; rather than hammering on the door and demanding it...

    Probably 4-5 ways of passing this to VLC - as OP requested - NKT are not doing anything sexy. Its very basic stuff to get what you want here. I did notice the OP's requested channel (Cozi) was pretty poor quality with only a low resolution and a 1k and 2k bitrates available. Pity he didnt want the Fishing channel at the top of the order as that was available in a 1080p, high bitrate format.
    Last edited by codehound; 18th Sep 2018 at 06:43.
    Quote Quote  
  9. I didn't need the headers and login because I was downloading/viewing one of the free channels, not Cozi.
    Quote Quote  
  10. Originally Posted by codehound View Post
    Streamlink with 'Headers'.

    Sample

    Code:
    https://mega.nz/#!eaZBlajT!6P_7SWKkynPYYrFsE4POFfPsdy3lQ3Cfy7858UEkSg0
    Method:



    Win7 Pro SP1 x64, Firefox v61.02.2 x64, Streamlink v.0.14.2

    1. Check quality - 'best' appears to be 2000 kbps.
    2. Load page, hit F12 for DevTools. In 'Filter Urls' box type m3u8
    3. Single left click on 1st entry to highlight it blue. Then RIGHT click on it and select Copy > Copy Request Headers. Paste this to a Notepad file.

    Code:
    THIS IS MINE - YOURS WILL BE DIFFERENT
    
    GET /nktelco/live/141/2000.m3u8?op_id=12&userId=875&channelId=659&stime=1537222199&etime=1537308599&token=05ffe4df11c7907cf26fd&deviceID=webDevice HTTP/1.1
    Host: nx-nkt-aas-2-live-hls.secure.footprint.net
    User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
    Accept: */*
    Accept-Language: en-GB,en;q=0.5
    Accept-Encoding: gzip, deflate, br
    Referer: https://live.nkt.tv/embed?scheme=embedChannel&channelId=659&autoplay=yes&showChat=no&theme=stormtrooper
    Origin: https://live.nkt.tv
    Connection: keep-alive
    4. Highlight all that txt in the 'Request Url' box - note some is obscured. Paste this to your Notepad file too.

    This was my command for downloading:

    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0" --http-header "Referer=https://live.nkt.tv/embed?scheme=embedChannel&channelId=659&autoplay=yes&showChat=no&theme=stormtrooper" -o "cozi.ts" "https://nx-nkt-aas-2-live-hls.secure.footprint.net/nktelco/live/141/2000.m3u8?op_id=12&userId=875&channelId=659&stime=1537222199&etime=1537308599&token=05ffe4df11c7907cf26fd&deviceID=webDevice" best
    Note you will have to substitute YOUR user-agent and Referer for mine in the syntax.

    And start your commmand prompt as Admin.

    https://www.thewindowsclub.com/how-to-run-command-prompt-as-an-administrator

    To play in VLC adjust the syntax thus:

    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0" --http-header "Referer=https://live.nkt.tv/embed?scheme=embedChannel&channelId=659&autoplay=yes&showChat=no&theme=stormtrooper" "https://nx-nkt-aas-2-live-hls.secure.footprint.net/nktelco/live/141/2000.m3u8?op_id=12&userId=875&channelId=659&stime=1537222199&etime=1537308599&token=05ffe4df11c7907cf26fd&deviceID=webDevice" best
    Thank you very much for the help! It works for me now.

    Can you help me download this video?

    https://www.amazon.com/Poormans-Bikini-Beach-Episode-2/dp/B07G1W31N5/ref=pd_ybh_a_2?_e...3SPKEZM4F4YT4A

    Thanks again!
    Last edited by lajvguy; 11th Oct 2018 at 01:19.
    Quote Quote  
  11. Originally Posted by jagabo View Post
    I didn't need the headers and login because I was downloading/viewing one of the free channels, not Cozi.
    You are right but thank you for trying to help!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!