-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add authentication #95
Comments
What authentication methods do you usually use? |
I think OBS uses |
Whip supports Bearer: HTTP header authorization. However, it would be nice if xiu supports both Bearer and auth based on a parameter such as whip?app=live&stream=test&key=whateverencryptedpasswordhere |
To implement the feature, some refactor work needs to be done: most of the http mod codes in RTSP and WebRTC library are duplicate, which can be extracted as a common library and then the authentication logics can be added in this library. |
Reference : https://pengrl.com/lal/#/auth for the auth algorithms. |
Thanks! |
https://harlanc.github.io/v0.10.0/docs/authentication/introduction Doc for Authentication Algorithms. |
OBS supports sending a bearer token. I think it'd be nice if that were supported by xiu for some basic authentication.
The text was updated successfully, but these errors were encountered: