start multi-channel live streaming
Start live streaming of all available channels with single API call. Channels should be separated by ',', for example '1,2,3,4'
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/live/?channels='
Responses
application/json {
"meta": {
"code": 200
},
"response": [
{
"url": "https://fleet.roscolive.com:8080/live/3299582673/1/O2lQYFdR.m3u8",
"channel": 1
}
],
"result": "OK"
}
Modified at 2024-07-25 02:00:14