NOETA: Support HTTP API to kickoff stream
winlinvip opened this issue · 3 comments
winlinvip commented
You can directly call SRS HTTP API, via SRS Stack:
curl -v -X DELETE https://test.com/api/v1/clients/id
However, it can only operate based on ID. Meanwhile, SRS Stack enables operation according to stream names or room names.
For George
Support in v5.14.16, API: Support kickoff stream by name. v5.14.16
/terraform/v1/mgmt/streams/query
Query the active streams./terraform/v1/mgmt/streams/kickoff
Kickoff the stream by name.
starriesWEB commented
winlinvip commented
Make sense. Need to support /query
filter by names.
starriesWEB commented
Make sense. Need to support
/query
filter by names.
I submitted a PR. You can take a look if you have time.
#210