I can see that the web site is using jwplayer (version 8.20.5) to play live HLS stream, but the stream seems coming from a socket.io server (secure websocket) at: wss://client.1proxy.xyz
One of such HLS m3u8 link is like this: https://m3u8.1proxy.xyz/media/g_12/playlist.m3u8
So, the {videoId} is g_12.
I have tried to use Youtube-DL to download some m3u8 link, but failed, try using Edge Addon: Video DownloadHelper, also failed.
I want to know if I can try to download HLS directly from the WSS server:
wss://client.1proxy.xyz
I want to know if I can use this repo to download M3U8 link directly from a websocket server and save in my local disk as an MP4 file?
Hello: I found one of the soccer games web pages, the following useful information:
I can see that the web site is using jwplayer (version 8.20.5) to play live HLS stream, but the stream seems coming from a socket.io server (secure websocket) at: wss://client.1proxy.xyz
One of such HLS m3u8 link is like this: https://m3u8.1proxy.xyz/media/g_12/playlist.m3u8 So, the {videoId} is g_12. I have tried to use Youtube-DL to download some m3u8 link, but failed, try using Edge Addon: Video DownloadHelper, also failed. I want to know if I can try to download HLS directly from the WSS server: wss://client.1proxy.xyz I want to know if I can use this repo to download M3U8 link directly from a websocket server and save in my local disk as an MP4 file?
Thanks, John