rtsp-simple-server.yml as object to be handled by an external database #428
Unanswered
babashunsuke
asked this question in
Questions
Replies: 1 comment
-
Hello, this can be done with an API, that is currently under development; the dedicated issue is this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I setup the rtsp-simple-server on a cloud to publish a stream from my edge inside NAT. I wrote the code with gstreamer and it works fine. As I did not want to use a common user & password for streams, I modified the rtsp-simple-server to use credential for basic authentication in an external redis server. I can use different password for each stream path and it can be changed dynamically.
If the contents of rtsp-simple-server.yml is handled by an external database, setting will become more flexible and rtsp-simple-server will become more useful. Otherwise, I want to configure read credential and publish credential for each stream path by an external database. I think just starting from credential will be easy.
I want your opinion.
Beta Was this translation helpful? Give feedback.
All reactions