-
Notifications
You must be signed in to change notification settings - Fork 66
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 use auth? #37
Comments
Hello, This is not developed because I can't find a rtsp player with support for auth. This is easy to develop but I can't test it. |
I found this link that talks about using vlc player https://www.arcdyn.com/articles/use-rtsp-to-view-your-arcdyn-security-cameras-in-vlc-media-player/ I have the latest vlc player and using it to test your demo app. Thanks |
Here is a Youtube for vlc connecting to an ipcamera with user/password https://www.youtube.com/watch?v=pZDP_Kf3oLk&ab_channel=Finchtech |
Ok, marked as feature. Thanks for the info |
Thank you. Hope you add this feature soon. Also, here is another player https://blueirissoftware.com/ |
Rtsp basic auth is working now: |
cool thx. It works!! |
I notice this isn't implemented
override fun setAuthorization(user: String, password: String) { //not developed
}
How would you recommend do this? thanks
The text was updated successfully, but these errors were encountered: