-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get a MPD file directly? #8
Comments
the For streaming MPD, you need to use |
I'm able to load both test MPD below successfully. Protected video Unprotected live I'm still unable to load protected live MPD by using below endpoint. Below are logs from docker. Based on logs it is hitting error 404 when trying to download .MP4 file. |
What is the source country? Only work on Indonesian? |
Yes you are correct. |
Any idea how do I resolve this issue? |
Hi, im facing issue on testing this on my local, i try to check with some free proxy to bypass the geo location. however, those are not reliable to test. if you know any way to get a proxy or vpn with indo lmk. |
I would like to get a MPD file directly via proxy without being converted to M3U8 file and without its content being modified. How do I achieve this?
This URL just let me download M3U8 file instead of MPD file directly.
http://xxx.xxx.xxx.xxx:8888/proxy/hls/manifest.m3u8?d=https://MPDURL/WATCH.mpd&key_id=aaa&key=bbb&api_password=password
This URL download M3U8 file with a proxied URL of MPD file. When I click the proxied URL it returned me a M3U8 file with contents of the actual MPD file instead of returning me the actual MPD file directly.
http://xxx.xxx.xxx.xxx:8888/proxy/hls/manifest.m3u8?d=http://xxx.xxx.xxx.xxx/index.m3u8&api_password=password
I'm not able to watch a geo-blocked live channel as it's returning me a M3U8 file instead of MPD file.
The text was updated successfully, but these errors were encountered: