Replies: 2 comments
-
How can a SIP Server obtain the stream ID or stream name from a device that is transmitting using the GB28181-2016 protocol to an SRS or alternative media server?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The rules governing stream names in SRS are predetermined or provided externally; therefore, the SIP server is capable of identifying the stream name and can retrieve it via an API request. |
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'm developing a SIP server based on the GB28181-2016 protocol. Before inviting a device to push a stream, I need to check if the device is already streaming in SRS. Although SRS provides a stream query API to check stream status, the SIP server cannot determine the specific stream name used by the device in SRS, making direct query impossible. How should we resolve the stream name identification and mapping issue between devices and SRS?
Beta Was this translation helpful? Give feedback.
All reactions