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

MOBOTIX p26 connecting by RTP in Synology Homebridge #1338

Open
alfgut opened this issue Sep 10, 2022 · 0 comments
Open

MOBOTIX p26 connecting by RTP in Synology Homebridge #1338

alfgut opened this issue Sep 10, 2022 · 0 comments
Labels
tested config A new tested configuration

Comments

@alfgut
Copy link

alfgut commented Sep 10, 2022

Manufacturer/Model:

MOBOTIX p26 using RTP
Homebridge Config:

{
                    "name": "MOBOTIX p26 RTP",
                    "manufacturer": "MOBOTIX",
                    "model": "p26B-AU-6D",
                    "serialNumber": "XX.XX.XX.XX",
                    "firmwareRevision": "MX-V5.4.6.3 (2021-09-21)",
                    "unbridge": true,
                    "videoConfig": {
                        "source": "-i rtsp://user:pass@CameraIP:554/stream/profile0",
                        "stillImageSource": "-i http://user:pass@CameraIP/record/current.jpg",
                        "maxStreams": 3,
                        "maxWidth": 0,
                        "maxHeight": 0,
                        "maxFPS": 0,
                        "forceMax": true,
                        "vcodec": "copy",
                        "audio": false,
                        "debug": true
                    }

Additional Information:

As this is used in Homebridge in a Synology, I had to install the new version of ffmpeg from SynoCommunity: https://synocommunity.com/package/ffmpeg
and then point to it in the config.json with the line "videoProcessor": "/var/packages/ffmpeg/target/bin/ffmpeg",
Also, do not forget to activate RTP in the camera under "Admin Menu" -> Integration Protocols

@alfgut alfgut added the tested config A new tested configuration label Sep 10, 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