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
- 1.0.0-dev.8 - Video Filter value in Camera Control is now optional [#194](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/194) (can be empty, before it was generated if was empty)... — committed to NRCHKB/node-red-contrib-homekit-bridged by Shaquu 4 years ago
- Merge pull request #163 from NRCHKB/dev ## [1.0.0] - 2020.02.23 Lost backward compatibility. In order to make it work read this [notice](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/... — committed to NRCHKB/node-red-contrib-homekit-bridged by Shaquu 4 years ago
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…