This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
{ "platform": "Camera-ffmpeg", "cameras": [ { "name": "DCS-935L", "videoConfig": { "source": "-re -i rtsp://USERNAME:PASSWORD@CAM-IP-ADDRESS:554/play1.sdp", "stillImageSource": "-i http://USERNAME:PASSWORD@CAM-IP-ADDRESS/cgi/jpg/image.cgi", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "vcodec": "h264_omx", "packetSize": 188, "maxFPS": 4 } }, { "name": "DCS-2330L", "videoConfig": { "source": "-re -i rtsp://USERNAME:PASSWORD@CAM-IP-ADDRESS/live2.sdp", "stillImageSource": "-i http://USERNAME:PASSWORD@CAM-IP-ADDRESS/dms?nowprofileid=2", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "vcodec": "h264_omx", "packetSize": 188, "maxFPS": 4 } } ] },