Hi, I’m trying to make a final judgement on the functionality and the safety considerations of putting a bluetooth daemon inside of sys-audio in order to stream sound to an external bluetooth sink.
-
Is this a functional approach to getting your sound streamed? Are there any issues that come up that make it impractical or not-what-you-want?
-
What are the safety considerations of this? Assuming bluetooth is compromised how much of a risk are you taking? Does sys-audio only get data from other qubes or does it also offer an attack vector into them? Is the only fear that you might have someone listening over bluetooth to your audio?
-
What are the alternative ways to stream audio to an external bluetooth device? I imagine that you could 1) install a bluetooth daemon inside of a specific qube and stream from that and 2) install a bluetooth daemon inside of some sys-qube, would that be different somehow than using sys-audio? What are the considerations?
Thanks.