VideoHelp Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. Hi all, does any one know how streams are protected on https://dlhd.so/ and how to play these streams elsewhere ie. o11, xtream?
    Quote Quote  
  2. Code:
    N_m3u8DL-RE.exe --live-real-time-merge   --custom-hls-key B255D527D23F298B1BC1BBE9A9B331DE -H "User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" -H "Referer: https://quest4play.xyz/" -H "Origin: https://quest4play.xyz" "https://ddy5.mizhls.ru/ddy5/premium332/tracks-v1a1/mono.m3u8"
    for url

    https://dlhd.so/stream/stream-332.php

    if your panel can support custom hls keys then yes




    downloaded video: https://gofile.io/d/YqRaZ1
    Last edited by notaghost; 14th Aug 2024 at 16:28.
    discord=notaghost9997
    Quote Quote  
  3. Originally Posted by notaghost View Post
    Code:
    N_m3u8DL-RE.exe --live-real-time-merge   --custom-hls-key B255D527D23F298B1BC1BBE9A9B331DE -H "User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" -H "Referer: https://quest4play.xyz/" -H "Origin: https://quest4play.xyz" "https://ddy5.mizhls.ru/ddy5/premium332/tracks-v1a1/mono.m3u8"
    for url

    https://dlhd.so/stream/stream-332.php

    if your panel can support custom hls keys then yes




    downloaded video: https://gofile.io/d/YqRaZ1
    Thanks, but is this method for downloading the stream? Sorry if I was not clear but I am looking to restream without saving the stream on my server.

    Sorry if it's noob question
    Quote Quote  
  4. You can use Mitmproxy to redirect to the correct key in the m3u8 file and pass it to O11 for restreaming.
    discord=notaghost9997
    Quote Quote  
  5. Originally Posted by notaghost View Post
    You can use Mitmproxy to redirect to the correct key in the m3u8 file and pass it to O11 for restreaming.
    Can you provide an example of this please.
    Quote Quote  
  6. for url https://dlhd.so/stream/stream-332.php
    Code:
     mitmdump -p 8081 -s "response.py" --set termlog_verbosity=error --quiet
    response.py: https://gist.github.com/Notaghost9997/e5639e563e49720145606d29bdab1664
    Code:
    ffplay -loglevel debug -headers "Referer: https://quest4play.xyz\r\nOrigin: https://quest4play.xyz" -hide_banner -http_proxy "http://127.0.0.1:8081" -i "https://ddy5.mizhls.ru/ddy5/premium332/tracks-v1a1/mono.m3u8"
    ffmpeg output: https://gist.github.com/Notaghost9997/ef01826668098ab24a3ee1e1bf5d801d
    this method should also work on o11 and xaccel
    discord=notaghost9997
    Quote Quote  
  7. Originally Posted by notaghost View Post
    Code:
    N_m3u8DL-RE.exe --live-real-time-merge   --custom-hls-key B255D527D23F298B1BC1BBE9A9B331DE -H "User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" -H "Referer: https://quest4play.xyz/" -H "Origin: https://quest4play.xyz" "https://ddy5.mizhls.ru/ddy5/premium332/tracks-v1a1/mono.m3u8"
    for url

    https://dlhd.so/stream/stream-332.php

    if your panel can support custom hls keys then yes




    downloaded video: https://gofile.io/d/YqRaZ1
    how did you obtain this key?
    Quote Quote  
  8. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by spp02 View Post
    how did you obtain this key?
    HTML Code:
    import requests
    
    headers = {
        'origin': 'https://ilovetoplay.xyz',
        'referer': 'https://ilovetoplay.xyz/',
    }
    
    params = (('test', 'true'),('name', 'premium332'),('number', '1'),)
    response = requests.get('https://key.mizhls.ru/wmsxx.php', headers=headers, params=params)
    print(response.content.hex())
    Quote Quote  
  9. does someone know how can I implement it with exoplayer ?
    Quote Quote  



Similar Threads

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