evandcoleman / homebridge-theater-mode

A homebridge plugin to make your HomeKit devices react to the play/pause state of your Apple TV. Configured via the Home app.
MIT License
95 stars 15 forks source link

JSON Error (platforms) #13

Closed Crox77 closed 5 years ago

Crox77 commented 5 years ago

Hi can somebody please tell me what is wrong with this JSON Please?

{ "platforms": [{ "platform": "Camera-IP", "cameras": [{ "name": "Name of the camera eg. GARAGE", "videoConfig": { "source": "-re -i rtsp://10.0.19.10:554/Streaming/Channels/101", "stillImageSource": "-i http://10.0.19.10/Streaming/channels/101/picture", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "maxFPS": 30 } }] }

Thank You Paul