ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.

Home Page:https://ossrs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP API kickoff client

winlinvip opened this issue · comments

Provide API to support kicking off the stream.

TRANS_BY_GPT3

Actually, the client for live streaming should be deleted.

TRANS_BY_GPT3

This is the API for nginx, which is quite limited: https://github.com/arut/nginx-rtmp-module/wiki/Getting-number-of-subscribers
This is the kickoff/drop feature for nginx: https://github.com/arut/nginx-rtmp-module/wiki/Control-module. You can refer to the bug I submitted: #459.

TRANS_BY_GPT3

commented

If it is a cluster, how can we kickoff the publish client? Each node in the cluster may have the same client_id.

TRANS_BY_GPT3