I can not get this to play in my favorite player.
1. video link https://luluvdoo.com/d/efg9giokf0za
2. masterManifest https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/master.m3u8?t=xrVg-bLN1OI5y...766&i=0.3&sp=0
3.mediaManifest https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/index-v1-a1.m3u8?t=xrVg-bLN...766&i=0.3&sp=0
4. playlist #EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-KEY:METHOD=AES-128,URI="https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/encryption.key?t=xrVg-bLN1OI5yuwVIOx5daSlYCCJ7D_aeYkaGSa-72I&s=1746830475&e=28800&f=9891766&i=0.3&sp=0"
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:10.000,
https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/seg-1-v1-a1.ts?t=xrVg-bLN1O...766&i=0.3&sp=0
#EXTINF:10.000,
https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/seg-2-v1-a1.ts?t=xrVg-bLN1O...766&i=0.3&sp=0
#EXTINF:10.000,
https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/seg-3-v1-a1.ts?t=xrVg-bLN1O...766&i=0.3&sp=0
....
#EXTINF:10.000,
https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/seg-41-v1-a1.ts?t=xrVg-bLN1...766&i=0.3&sp=0
#EXTINF:5.840,
https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/seg-42-v1-a1.ts?t=xrVg-bLN1...766&i=0.3&sp=0
#EXT-X-ENDLIST
I keep getting 403 errors and https: Protocol 'https' not on whitelist 'file,crypto,data.
but i have in my config demuxer-lavf-o=protocol_whitelist=[file,tcp,tls,https,http,crypto,data]
What am I missing ?
Thanks in advance
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 6 of 6
-
-
add
Code:User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0 Accept-Language: en-US,en;q=0.5
Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2 -
From my observation: Lulu creates a signature from the User-Agent und Accept-Languages fields (should be parameter "t"). The two header fields must match the ones you used to get the m3u8 file. (The headers @larley suggests to use will only work if your browser uses exactly the same user agent and language preferences.)
-
ffplay -user_agent " Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0.2 Waterfox/52.0.2" -headers "Accept-Language: uk,en-US;q=0.7,en;q=0.3" -i "https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/master.m3u8?t=KJURW85UnquZ5MWcSBmh4U7iCQ5G8qzHLmjn 2Tat8IE&s=1746867873&e=28800&f=9891766&i=0.3&sp=0"
-
Check dev tools and change the User Agent, Accept Language, and of course add the master or index m3u8.
yt-dlp --no-part --restrict-filenames -N 4 --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" --add-headers "Accept-Language: en-US,en;q=0.9" --referer "https://luluvdoo.com/" "https://s3btuxnr4nip.tnmr.org/hls2/03/01978/efg9giokf0za_h/master.m3u8?t=EdJm1YM7jmGZCt9wj_O1ZvnCnH6Ng_yLGP3G z88yyyQ&s=1746895771&e=28800&f=9891766&i=0.3&sp=0"
Similar Threads
-
How to download Encrypted M3U8 file?
By TickTank in forum Video Streaming DownloadingReplies: 20Last Post: 1st Oct 2024, 21:22 -
Trying to download an encrypted M3U8
By orenn16 in forum Video Streaming DownloadingReplies: 16Last Post: 5th Feb 2024, 07:09 -
How to get encrypted m3u8 key from this website?
By hoangdu in forum Video Streaming DownloadingReplies: 4Last Post: 16th Oct 2023, 21:26 -
Help... Downloading m3u8 encrypted AE... Please
By The Rocket in forum Video Streaming DownloadingReplies: 6Last Post: 19th Dec 2022, 07:53 -
Downloading encrypted m3u8 with encrypted key
By alanonymous in forum Video Streaming DownloadingReplies: 4Last Post: 29th Mar 2022, 09:51