stopByIndex
Stop streaming by index.
Address
/streaming/stopByIndex [index number] [controlYouTubeLive]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The index of stream server in the list, which can be 1, 2... |
argument 2 | Boolean | Whether to change the liv stream state of YouTube channel at the same time. Non-essential parameter, only taking effect for YouTube live streaming. It is set to false by default. |
Example
Stop streaming to the 2nd server.
/streaming/stopByIndex 2
Note: Floating point numbers will be rounded down.
/streaming/stopByIndex 1.9 = /streaming/stopByIndex 1