Closed simonrb2000 closed 7 years ago
Sorted
@simonrb2000 how did you sort it?
I just added it underneath the first camera as another accessory I think..
Working example below:
"platform": "Camera-ffmpeg",
"cameras": [
{
"name": "FRONT",
"videoConfig": {
"source": "-re -i rtsp://user:password@10.12.9.211:554/Streaming/Channels/101",
"stillImageSource": "-i http://user:password@10.12.9.211/Streaming/channels/1/picture",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 10
}
},
{
"name": "GARAGE",
"videoConfig": {
"source": "-re -i rtsp://user:password@10.12.9.212:554/Streaming/Channels/101",
"stillImageSource": "-i http://user:password@10.12.9.212/Streaming/channels/1/picture",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 10
}
}
]
Thanks its working
Hi,
Trying to add a second camera to the config file, can't seem to get it right? Any ideas on the format? Cheers