VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. i need to download this stream but it requires to add payload data

    URL:

    https://suntvlive.akamaized.net/hls/live/2093435/SunNews/master.m3u8?hdnea=st=16619451...nXtGW1Qx/uLg==


    these are the payload data:
    ==============================================
    PlayBackId=2346717926&cid=38926&country=IN&userid= 2886272&nid=0&q=&bw=&dw=0&op=SUNNXT&did=wuGgLm/s2KnXtGW1Qx/uLg==

    Image
    [Attachment 66522 - Click to enlarge]


    when i use yt-dlp to download this stream it gives error:

    yt-dlp -F --allow-unplayable-formats https://suntvlive.akamaized.net/hls/live/2093435/SunNews/master.m3u8?hdnea=st=16619451...nXtGW1Qx/uLg==


    Image
    [Attachment 66520 - Click to enlarge]


    is there any method to solve this error ?
    Last edited by Sandy sai; 31st Aug 2022 at 07:15.
    Quote Quote  
  2. Originally Posted by Sandy sai View Post
    but it requires to add payload data
    No, it doesn't require. The "payload data" is already in the URL.
    What you probably need is cookies and/or referer and/or AES hex key and/or something else.

    Where can the video be watched? Provide link and login details if needed.

    It's also a good idea to add " to yt-dlp command when the link contains "weird" characters.
    Quote Quote  
  3. Hey friend thanks for replying
    Here the url:

    https://www.sunnxt.com/live/38926/sun-news/

    This is free channel for any new login credentials it will play
    Quote Quote  
  4. Code:
    hlsdl -u "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" -h "Referer:https://www.sunnxt.com/" -o "master_480p.ts" "https://suntvlive.akamaized.net/hls/live/2093435/SunNews/hdntl=exp=1662053747~acl=%2f*~data=hdntl~hmac=c4b1fe0c5145575eab319f0d1fb05fecc38e7ac88f8749a0755bf23e2d4974a4/master_480p.m3u8"
    Can be downloaded also with streamrecorder or Video Cococut Downloader extensions for Chrome
    Quote Quote  
  5. Originally Posted by cedric8528 View Post
    Code:
    hlsdl -u "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" -h "Referer:https://www.sunnxt.com/" -o "master_480p.ts" "https://suntvlive.akamaized.net/hls/live/2093435/SunNews/hdntl=exp=1662053747~acl=%2f*~data=hdntl~hmac=c4b1fe0c5145575eab319f0d1fb05fecc38e7ac88f8749a0755bf23e2d4974a4/master_480p.m3u8"
    Can be downloaded also with streamrecorder or Video Cococut Downloader extensions for Chrome
    hey friend

    working great😊😊😊
    Quote Quote  
  6. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    can anyone help download a stream from a channel?
    https://r-live-cache.akamaized.net/USL01/TM7/TM7.isml/.mpd?ssai=dD1QUjpEU3R2LFBBOkNPTV...%3E30000%29%29

    Headers: :authority: r-live-cache.akamaized.net
    :method: GET
    ath: /USL01/TM7/TM7.isml/.mpd?ssai=dD1QUjpEU3R2LFBBOkNPTVBBQ1QsU0M6TGluZWFy JmdkcHI9MCZnZHByX2NvbnNlbnQ9MCZnZHByX3BkPTAmcGlkPU owUUNGUjlYMzZNNDdSNjM2RThORFhWNDAwNlMmZGNpZD1kZXNr dG9wJnBmPWh0bWw1&filter=%28type%3D%3D%22video%22%2 6%26MaxHeight%3C%3D576%29%7C%7C%28%28type%3D%3D%22 audio%22%26%26systemBitrate%3E30000%29%29
    cheme: https
    accept: */*
    accept-encoding: gzip, deflate, br
    accept-language: pt-PT,pt;q=0.9,en-US;q=0.8,en;q=0.7
    origin: https://now.dstv.com
    referer: https://now.dstv.com/
    sec-ch-ua: "Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"
    sec-ch-ua-mobile: ?0
    sec-ch-ua-platform: "Windows"
    sec-fetch-dest: empty
    sec-fetch-mode: cors
    sec-fetch-site: cross-site
    user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
    Quote Quote  
  7. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    Originally Posted by Sandy sai View Post
    but it requires to add payload data
    No, it doesn't require. The "payload data" is already in the URL.
    What you probably need is cookies and/or referer and/or AES hex key and/or something else.

    Where can the video be watched? Provide link and login details if needed.

    It's also a good idea to add " to yt-dlp command when the link contains "weird" characters.
    help please
    Quote Quote  
  8. Hey friend

    Use yt-dlp

    yt-dlp -F --allow-unplayable-formats --referer "https://now.dstv.com/" "https://r-live-cache.akamaized.net/USL01/TM7/TM7.isml/.mpd?ssai=dD1QUjpEU3R2LFBBOkNPTVBBQ1QsU0M6TGluZWFy JmdkcHI9MCZnZHByX2NvbnNlbnQ9MCZnZHByX3BkPTAmcGlkPU owUUNGUjlYMzZNNDdSNjM2RThORFhWNDAwNlMmZGNpZD1kZXNr dG9wJnBmPWh0bWw1" -o "f%(format_id)s.%(ext)s"
    Last edited by Sandy sai; 6th Sep 2022 at 13:09.
    Quote Quote  
  9. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    Originally Posted by LZAA View Post
    IP?
    African
    Quote Quote  



Similar Threads

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