Skip to content
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

Able to proxy MPD URL? #56

Open
FragRot opened this issue Oct 26, 2024 · 1 comment
Open

Able to proxy MPD URL? #56

FragRot opened this issue Oct 26, 2024 · 1 comment

Comments

@FragRot
Copy link

FragRot commented Oct 26, 2024

As per above title, I understand M3U8 URL is okay but I would like to know if I'm able to proxy MPD URL?

@warren-bank
Copy link
Owner

The short answer is: no…

  • .m3u8 is HLS
  • .mpd is DASH

The longer answer is:

  • a long time ago, I played around with writing a reverse proxy that would convert in real-time from DASH to HLS
  • you can test it out with your DASH stream
  • if everything works, then you can point HLS Proxy at the URL for the HLS manifest that is served by this intermediate proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants