Replies: 3 comments 3 replies
-
Providing some key/value interface to work with sessions is another idea, i.e. Redis adapter. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Current implementation is returning active list of source sessions or not? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, the problem of sessions is that clients don't reuse them once the connection with the server is broken. Therefore it's impossible to make a session persist between server restarts. BTW, the server automatically closes not-properly-closed sessions after a while. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/aler9/rtsp-simple-server/blob/e4ba689bfd24d496a6caa808313bb1e7ea0f3351/apidocs/openapi.yaml#L466
Cool that you made this.
Would be nice to make this persistent via config.
This way we could force all sessions to be cleared, even if something happened and some sessions were not closed properly.
Beta Was this translation helpful? Give feedback.
All reactions