You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are confusing RTSP connections with RTSP sessions.
A RTSP connection is used to initialize a RTSP session.
A RTSP session can be controlled by multiple RTSP connections.
The RTSP session is associated with a path and has all the fields you need.
@aler9 but it dosn't help in reallity.
in runOnConnect hook I get rtsp connection id. and with current apis I have no way to get session associated with this connection
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: