actionByIndex
Start or stop streaming by index.
Address
/streaming/actionByIndex [index number] [controlYouTubeLive]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The index of live stream server, 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
Start streaming to the second server.
/streaming/actionByIndex 2
Note: Floating point numbers will be rounded down.
/streaming/actionByIndex 1.9 = /streaming/actionByIndex 1