homebridge-plugins / homebridge-camera-ffmpeg

Homebridge Plugin Providing FFmpeg-based Camera Support
https://homebridge-plugins.github.io/homebridge-camera-ffmpeg/
Apache License 2.0
1.09k stars 227 forks source link

HikVision NVR HWD-7108MH-G2 streams not working in Homekit #1451

Closed rverveer closed 1 month ago

rverveer commented 2 months ago

I want to see my analog cams from my HikVision NVR HWD-7108MH-G2 in my HomeKit. Running HomeBridge on Synology DS916+

Installed the ffmpeg plugin and added the cam streams. Tested the urls in VLC player and this worked, so it should also work in the plugin. But no, been at it for more than 5 hours trying different settings but all cams (5 of them) keep giving no response in HomeKit. Unbridged the cams, tried the child bridge modus, different screen sizes, maxfps, external url instead of internal (both work in VLC) nothing works. I can connect the child bridge to HomeKit, and the cams show up, but then it ends....

The log looks like this now; 8/7/2024, 12:17:24 AM] [Camera FFmpeg] Child bridge process ended [8/7/2024, 12:17:24 AM] [Camera FFmpeg] Process Ended. Code: 143, Signal: null [8/7/2024, 12:17:31 AM] [Camera FFmpeg] Restarting Process... [8/7/2024, 12:17:32 AM] [Camera FFmpeg] Launched child bridge with PID 18803 [8/7/2024, 12:17:32 AM] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg' [8/7/2024, 12:17:32 AM] [Camera FFmpeg] Loaded homebridge-camera-ffmpeg v3.1.4 child bridge successfully [8/7/2024, 12:17:32 AM] Loaded 5 cached accessories from cachedAccessories.0EE188542749. [8/7/2024, 12:17:32 AM] [Camera FFmpeg] [Camera Poort] Configuring cached bridged accessory... [8/7/2024, 12:17:32 AM] [Camera FFmpeg] [Camera Garage] Configuring cached bridged accessory... [8/7/2024, 12:17:32 AM] [Camera FFmpeg] [Camera Entree] Configuring cached bridged accessory... [8/7/2024, 12:17:32 AM] [Camera FFmpeg] [Camera Voorgevel] Configuring cached bridged accessory... [8/7/2024, 12:17:32 AM] [Camera FFmpeg] [Camera Zijgevel] Configuring cached bridged accessory... [8/7/2024, 12:17:32 AM] Homebridge v1.8.4 (HAP v0.12.2) (Camera FFmpeg) is running on port 35803. [8/7/2024, 12:17:32 AM]

The Json config (for one cam, they are all the same) looks like this; { "name": "Camera FFmpeg", "cameras": [ { "name": "Camera Poort", "unbridge": false, "videoConfig": { "source": "-i rtsp://admin:XXXXXX@192.XXX.X.XXX:554/Streaming/Channels/301/", } },

Is it possible to make it work or should i consider getting a new HikVision system with IP cameras?

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.