potmat / homebridge-google-nest-sdm

A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats. Includes support for HomeKit Secure Video.
ISC License
134 stars 15 forks source link

Add `disableAudio` config boolean to skip audio transcoding in FFmpeg #165

Closed PatrickStankard closed 3 months ago

PatrickStankard commented 3 months ago

This is useful when you don't care about the camera audio and don't want to waste any resources on transcoding it

potmat commented 3 months ago

How much resources could this realistically save?

PatrickStankard commented 3 months ago

Good question, I can toggle it on and off on my local Homebridge server and see if it makes a difference

PatrickStankard commented 3 months ago

You're right, it doesn't really make a difference - sorry for the assumption 😅