rtsp-simple-server.yml as object to be handled by an external database #428
Replies: 2 comments
-
|
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
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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