gozoinks / homebridge-camera-ffmpeg-ufv

UniFi Video plugin for Homebridge
https://www.npmjs.com/package/homebridge-camera-ffmpeg-ufv
Other
75 stars 20 forks source link

macOS + watchOS #38

Open rdougan opened 5 years ago

rdougan commented 5 years ago

The video stream works fine for me on iOS, but will timeout on macOS and watchOS. I have also tried this PR https://github.com/gozoinks/homebridge-camera-ffmpeg-ufv/pull/37 - but had the same issues. I'm running homebridge on an 10-core iMac Pro.

After enabling FFmpeg logs, macOS always has the following error:



srtp://192.168.1.79:51423?rtcpport=51423&localrtcpport=51423&pkt_size=1378: Input/output error```

watchOS appears to work, but still timeout on device.

Has anyone been able to get it to work with either device?