ossrs/srs

HTTP API kickoff client

winlinvip opened this issue · 5 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

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