grover / homebridge-dacp

Remotely control Apple TV and iTunes via HomeKit.
MIT License
151 stars 14 forks source link

Catch missing ffmpeg installation and report better errors #25

Open grover opened 6 years ago

grover commented 6 years ago

If ffmpeg is missing, the spawn call will fail with ENOENT. Catch this and report proper errors instead of failing silently.