Hello - there is a IPTV live stream at http://live.tvfix.org/play/jade that I want to play on VLC or IINA, instead of using the browser.
I’ve used Google Developer Tools to extract the m3u8 urls:
http://live.tvfix.org/hls/jadehk_a1.m3u8
http://live.tvfix.org/hls/jadehk_s1.m3u8
http://live.tvfix.org/hls/jadehk_v.m3u8
http://live.tvfix.org/hls/jadehk.m3u8
But none of them play when I paste them into VLC or IINA (I also don’t understand why there are 4 m3u8 urls when there is only one stream). What am I missing? Thanks!
+ Reply to Thread
Results 1 to 6 of 6
-
-
If you try to download the m3u8s by just klicking on one you get a 403. So vlc can't play anything listed inside an m3u8 if it can't access it.
Maybe the streams are also DRM-protected. You should read, read, read here:
https://forum.videohelp.com/forums/48-Video-Streaming-Downloading -
This site is vey challenging. Non standard m3u8
#EXTINF:7.979,
jadehk_a1_75.gif
#EXTINF:8.000,
jadehk_s1_73.xml
Content is worthless but the obfuscation is challenging.
Observed that the contents of the dev tools network display are erased by the javascript used. It's as if the contents of the display buffer are being nulled. -
looks like they hide the encryption information in the m3u8 and have that info in the javascript (i guess).
its encrypted with AES128.
to be able to download the master m3u8 you need to add this header "Baseurl: http://live.tvfix.org"
if you wanted to use vlc, youd need to run something like this to modify the requests.
https://github.com/woodongwong/tvfix
this can be recorded with n_m3u8dl-re by manually specifying the encryption and key
Code:>N_m3u8DL-RE.exe "http://live.tvfix.org/hls/jadehk.m3u8" -H "Baseurl: http://live.tvfix.org" --live-record-limit 00:01:00 --live-real-time-merge -M format=mp4 --custom-hls-method AES_128 --custom-hls-key 20a0492341261da0c070b239c632600a
Last edited by ElCap; 30th Mar 2023 at 00:26.
Similar Threads
-
Help me download this m3u8 with VLC
By ramon-videohelp in forum Video Streaming DownloadingReplies: 5Last Post: 8th Aug 2021, 13:53 -
How to download livestreams from livejasmin.com as they are happening?
By dontmindme in forum Video Streaming DownloadingReplies: 4Last Post: 24th Feb 2021, 02:47 -
i need php script to grab/generate Auth token for m3u8 url (kodi or vlc)
By morif96 in forum Video Streaming DownloadingReplies: 0Last Post: 3rd Apr 2020, 21:41 -
M3u8 channels not working in Samsoung smart tv but working in vlc player
By alaasl3 in forum Video Streaming DownloadingReplies: 18Last Post: 15th Apr 2019, 03:47 -
MPEG 2 Extension for VLC? (VLC can't play its own recordings?!?!)
By gastrof in forum Newbie / General discussionsReplies: 17Last Post: 16th Dec 2018, 23:06