-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RTSP conn API should also have path property, like RTMP does #3974
Comments
You are confusing RTSP connections with RTSP sessions. |
oh... sorry, confused because rtmp api uses connections |
@aler9 but it dosn't help in reallity. |
@terion-name in #4074 i added an additional field called "session" to RTSP connections that allows to retrieve the session associated with the connection, if any. |
This issue is mentioned in release v1.11.0 🚀 |
Describe the feature
RTMP:
https://bluenviron.github.io/mediamtx/#operation/rtmpConnectionsGet
RTSP:
https://bluenviron.github.io/mediamtx/#operation/rtspConnsGet
Absence of state, path, query fields makes rtsp api literally useless
The text was updated successfully, but these errors were encountered: