Versuch's mal so
Code
{
"platform": "Camera-ffmpeg",
"cameras": [
{
"name": "Test 3",
"videoConfig": {
"source": "-re -i rtsp://name:[email protected]:8554/live0.264",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
},
{
"name": "Test2",
"videoConfig": {
"source": "-re -i rtsp://name:[email protected]:8554/live0.264",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
}
]
}
Alles anzeigen