Hi all, does any one know how streams are protected on https://dlhd.so/ and how to play these streams elsewhere ie. o11, xtream?
+ Reply to Thread
Results 1 to 9 of 9
-
-
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"
https://dlhd.so/stream/stream-332.php
if your panel can support custom hls keys then yes
downloaded video: https://gofile.io/d/YqRaZ1Last edited by notaghost; 14th Aug 2024 at 16:28.
discord=notaghost9997 -
You can use Mitmproxy to redirect to the correct key in the m3u8 file and pass it to O11 for restreaming.
discord=notaghost9997 -
for url https://dlhd.so/stream/stream-332.php
Code:mitmdump -p 8081 -s "response.py" --set termlog_verbosity=error --quiet
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"
this method should also work on o11 and xacceldiscord=notaghost9997 -
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())
Similar Threads
-
Freely UK streams
By pssh in forum Video Streaming DownloadingReplies: 3Last Post: 2nd Jul 2024, 12:53 -
Crave 4K streams
By AlohaMango in forum Video Streaming DownloadingReplies: 6Last Post: 2nd May 2024, 18:47 -
hi looking at learning about keys for streams
By bigd in forum Video Streaming DownloadingReplies: 0Last Post: 5th Nov 2022, 13:55 -
ITV streams
By djg666 in forum Video Streaming DownloadingReplies: 2Last Post: 11th Nov 2021, 11:44 -
How to download streams from mubi.com?
By pedrothelion in forum Video Streaming DownloadingReplies: 1Last Post: 17th Aug 2019, 03:06