disconnects audio from hdmi connection
decaf-coder opened this issue · 1 comments
decaf-coder commented
I'm trying to stream netflix with my lid closed but when I run this app the audio comes from my laptop when I close the lid!
iccir commented
Fermata is simply doing a pmset -b disablesleep 1
now. It's likely that there's still a "The Lid is Closed" notification that's sent out, and coreaudiod
or HAL might be listening for this and switching the audio device back to the speakers. I'm not sure if there's anything that can be done in this case.