scsi-2
scsi-2
> It loads the Camera images but as soon as i go to view them it crashes Homebridge. This sounds like a dupe of #8
Im having the same issue. Here's the debug output at the time, which is reliably reproducible when I try to open a camera on iOS: > StreamController Write SelectedStreamConfiguration +0ms...
My config is attached below, too. > { > "bridge": { > "name": "Homebridge", > "username": "xxx", > "port": 51826, > "pin": "xxx" > }, > > "accessories":[{ > "accessory":"DummySwitch",...
I resolved this by removing ffmpeg installed by npm, > sudo npm remove -g ffmpeg and re-installing ffmpeg thru APT. > sudo apt-get install ffmpeg I'm running this on Ubuntu...