homebridge-camera-ffmpeg: Still getting error messages

I again tried the new plugin version, removed old cameras, checked that config.json contains no camera configs any more, deleted plugin, restarted Homebridge, installed plugin again, added my cameras (with new names), checked config.json, Homebridge did not start any more

After re-installation of plugin Homebridge does not start. Issue occurs with every v2.xx plugin version. v1.3.1 works fine.

Jul  6 20:52:31 HomeBridge homebridge[483]: [2020-7-6 20:52:31] Error: Missing source for camera.
Jul  6 20:52:31 HomeBridge homebridge[483]:     at new StreamingDelegate (/usr/local/lib/node_modules/homebridge-camera-ffmpeg/src/streamingDelegate.ts:101:13)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at FfmpegPlatform.configureAccessory (/usr/local/lib/node_modules/homebridge-camera-ffmpeg/src/index.ts:164:31)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at FfmpegPlatform.didFinishLaunching (/usr/local/lib/node_modules/homebridge-camera-ffmpeg/src/index.ts:282:14)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at HomebridgeAPI.emit (events.js:327:22)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at HomebridgeAPI.signalFinished (/usr/local/lib/node_modules/homebridge/src/api.ts:251:10)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at Server.start (/usr/local/lib/node_modules/homebridge/src/server.ts:160:14)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at cli (/usr/local/lib/node_modules/homebridge/src/cli.ts:80:10)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at Module._compile (internal/modules/cjs/loader.js:1138:30)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at Module.load (internal/modules/cjs/loader.js:986:32)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at Function.Module._load (internal/modules/cjs/loader.js:879:14)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
Jul  6 20:52:31 HomeBridge homebridge[483]:     at internal/main/run_main_module.js:17:47

Homebridge Config:

    {
        "cameras": [
            {
                "name": "Name 0",
                "manufacturer": "D-link",
                "model": "DSC-2330L",
                "motion": true,
                "videoConfig": {
                    "source": "-re -i rtsp://user:password@IP:Port/live1.sdp",
                    "audio": true,
                    "debug": false
                }
            },
            {
                "name": "Name 1",
                "manufacturer": "D-link",
                "model": "DSC-2330L",
                "motion": true,
                "videoConfig": {
                    "source": "-re -i rtsp://user:password@IP:Port/live1.sdp",
                    "audio": true,
                    "debug": false
                }
            },
            {
                "name": "Name 2",
                "manufacturer": "D-link",
                "model": "DSC-2330L",
                "motion": true,
                "videoConfig": {
                    "source": "-re -i rtsp://user:password@IP:Port/live1.sdp",
                    "audio": true,
                    "debug": false
                }
            },
            {
                "name": "Name 3",
                "manufacturer": "D-link",
                "model": "DSC-2330L",
                "motion": true,
                "videoConfig": {
                    "source": "-re -i rtsp://user:password@IP:Port/live1.sdp",
                    "audio": true,
                    "debug": false
                }
            },
            {
                "name": "Name 4",
                "manufacturer": "D-link",
                "model": "DSC-2132L",
                "motion": true,
                "videoConfig": {
                    "source": "-re -i rtsp://user:password@IP:Port/live1.sdp",
                    "audio": true,
                    "debug": false
                }
            },
            {
                "name": "Name 5",
                "manufacturer": "D-link",
                "model": "DSC-2330L",
                "motion": true,
                "videoConfig": {
                    "source": "-re -i rtsp://user:password@IP:Port/live1.sdp",
                    "audio": true,
                    "debug": false
                }
            }
        ],
        "platform": "Camera-ffmpeg"
    },

Screenshots: n/a

Environment:

  • Node.js Version: 12.18.2
  • NPM Version: 6.14.5
  • Homebridge Version: 1.1.1
  • Homebridge Camera FFmpeg Version: 2.1.0
  • Homebridge Config UI X Plugin Version: 4.23.2
  • Operating System: Raspbian

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

It works now. Thanks for your support!