Abrir streaming
POST
/device/open-streaming
equipamentos
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cloud-services.yuv.com.br/device/open-streaming' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceImeis": "12345678910",
"channel": 1
}'
Response Response Example
200 - Exemplo 1
{
"urlRtmp": "rtmp://live.iothub.yuv.com.br:1936/live/1234567890",
"urlFlv": "https://live.iothub.yuv.com.br/live/1234567890.flv",
"urlHls": "https://live.iothub.yuv.com.br/live/1234567890/hls.m3u8"
}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-05-20 13:56:53