node-red-contrib-homekit-bridged: [BUG] Debug option on Camera service doesn't seem to work

Describe the bug I’m having issues getting camera service to work with an RTSP stream. I’ve tried to debug this but all I get is ERROR: FFmpeg exited with code 1, and no further details, which isn’t that helpful.

I’m running 0.8.0, and I’ve also tried changing my log level to debug in settings.js.

What’s also interesting: the service seemed to be generating snapshots fine.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 18 (13 by maintainers)

Commits related to this issue

Most upvoted comments

2020-02-25_23-44-58

2020-02-25_23-44-42

remove required field please

I’m on it 😃 However I have a little time right now (I will have more next week) and I didn’t figured out a neat way to do this… I’m not a JavaScript expert 😃

The solution involves that it now overwrites the vf local variable with an empty array (so now you can’t supply video filters). However I think I can make them optional.

Did a quick and dirty solution, but this should be corrected and video-filter (and maybe all additional parameters) should be optional not required (now shows required in the Node-RED GUI) and also if no parameter specified, don’t add defaults to the stream…