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

Tested configuration for ABUS TVIP7204 #1375

Open
inet-cologne opened this issue Jan 28, 2023 · 0 comments
Open

Tested configuration for ABUS TVIP7204 #1375

inet-cologne opened this issue Jan 28, 2023 · 0 comments
Labels
tested config A new tested configuration

Comments

@inet-cologne
Copy link

Manufacturer/Model:

ABUS TVIP7204
RTSP Camera

Homebridge Config:

            "cameras": [
                {
                    "name": "myCam7204",
                    "manufacturer": "Abus",
                    "model": "TVIP7204",
                    "motion": true,
                    "motionTimeout": 15,
                    "unbridge": true,
                    "hsv": false,
                    "prebuffering": true,
                    "prebufferLength": 4,
                    "videoConfig": {
                        "source": "-re -i rtsp://user:[email protected]/live.sdp",
                        "subSource": "-re -i rtsp://user:[email protected]/live2.sdp",
                        "stillImageSource": "-i http://user:[email protected]/live.sdp",
                        "maxStreams": 2,
                        "maxWidth": 1280,
                        "maxHeight": 720,
                        "maxFPS": 10,
                        "maxBitrate": 300,
                        "vcodec": "libx264",
                        "acodec": "libfdk_aac",
                        "packetSize": 1316,
                        "audio": false
                    },
                    "smtp": {
                        "email": "myCam7204"
                    },
                    "videoanalysis": {
                        "active": false
                    },
                    "mqtt": {}
                },

Additional Information:

Within the camera setup through its web interface I chose the following stream configurations:

Video-Parameter for Stream 1
Mode: MPEG-4
Image size: 640x480
Max. image rate: 25 fps
Key-image Intervall: 1/4 sec.
Videoquality: excellent

Video-Parameter for Stream 2
Mode: JPEG
Image size: 640x480
Max. image rate: 10 fps
Video quality: standard
...
...
Important: No audio!
...
...
Network Settings

  • http transmission
    Authentication: basic
    access for stream 1: video.mjpg
    access for stream 2: video2.mjpg

  • RTSP transmission (the important setting for Homebridge Camera UI)
    Authentication: basic
    access for stream 1: live.sdp
    access for stream 2: live2.sdp
    port: 554 (default)

@inet-cologne inet-cologne added the tested config A new tested configuration label Jan 28, 2023
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