We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manufacturer/Model: Wansview Q5
Homebridge Config:
{ "bridge": { "name": "Homebridge #### ", "username": " ######### ", "port": ##### , "pin": " ###### ", "advertiser": "bonjour-hap" }, "accessories": [], "platforms": [ { "name": "Config", "port": ####, "platform": "config" }, { "name": "Camera FFmpeg", "videoProcessor": "ffmpeg", "cameras": [ { "name": "White", "unbridge": false, "videoConfig": { "source": "-rtsp_transport tcp -re -i rtsp://USER:PASSWORD@IP:PORT/live/ch0", "stillImageSource": "-i rtsp://USER:PASSWORD@IP:PORT/live/ch0", "maxStreams": 2, "maxWidth": 1920, "maxHeight": 1080, "maxFPS": 15, "forceMax": true, "vcodec": "libx264 -preset ultrafast", "audio": true, "debug": true } } ], "_bridge": { "username": "######", "port": ###### }, "platform": "Camera-ffmpeg" } ], "disabledPlugins": [] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Manufacturer/Model:
Wansview Q5
Homebridge Config:
The text was updated successfully, but these errors were encountered: