Skip to content
New issue

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

Wansview Q5 #1358

Open
rfenaux opened this issue Dec 11, 2022 · 0 comments
Open

Wansview Q5 #1358

rfenaux opened this issue Dec 11, 2022 · 0 comments
Labels
tested config A new tested configuration

Comments

@rfenaux
Copy link

rfenaux commented Dec 11, 2022

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": []
}
@rfenaux rfenaux added the tested config A new tested configuration label Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested config A new tested configuration
Projects
None yet
Development

No branches or pull requests

1 participant