bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
11.64k stars 1.47k forks source link

Support more modern authentication mechanisms #1992

Closed statmatt closed 6 months ago

statmatt commented 1 year ago

Describe the feature

The current simple user:pass@host scheme used for basic auth is blocked by most browsers due to SRI. Thus, the instructions to embed links from the mediamtx server with this authentication is blocked. The documentation does not provide any real alternatives (for example, externalAuthentication, would it work, or would that also block the ingestion from RTSP proxy source?)

saket424 commented 1 year ago

external auth with hmac token passed in as a query parameter works well for rtsp, rtmp, whep. i am using nodered as my external verifier

aler9 commented 1 year ago

Hello, I think we're dealing with two different issues here:

github-actions[bot] commented 6 months ago

This issue is mentioned in release v1.6.0 🚀 Check out the entire changelog by clicking here

github-actions[bot] commented 1 week ago

This issue is being locked automatically because it has been closed for more than 6 months. Please open a new issue in case you encounter a similar problem.