ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.75k stars 5.28k forks source link

In gb28181, there is no corresponding API interface to control `auto_play`. #3863

Closed LUOQING1994 closed 3 months ago

LUOQING1994 commented 8 months ago

Describe the bug In the gb28181.conf file, after setting auto_play to off, I couldn't find the corresponding API interface to control auto_play to on. I tried the V1 version of the interface, but it was not available.

Version v 5.0.7+

Expected behavior After setting auto_play to off, you can control auto_play through a new API interface, which allows you to manually send an invite to the device end.

Screenshots image

TRANS_BY_GPT4

LUOQING1994 commented 8 months ago

How can I implement the following feature? Feature Requirement: After the camera successfully registers on SRS via GB28181, it does not actively push the stream. Only when a user clicks on a specific camera in the monitoring platform, the corresponding camera starts to push the stream.

TRANS_BY_GPT4

winlinvip commented 3 months ago

The issue you've raised already exists in the Issues section; it is a duplicate and will be deleted. Please search for it in the Issues using the reference number #2716.

TRANS_BY_GPT4