Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible audio fix #40

Open
brenn45 opened this issue Jun 28, 2024 · 0 comments
Open

Possible audio fix #40

brenn45 opened this issue Jun 28, 2024 · 0 comments

Comments

@brenn45
Copy link

brenn45 commented Jun 28, 2024

Did you try the pulseaudio tcp module? It works but I'm not sure if there's any security issues with using it.

  1. pactl load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1

  2. give virtualbox an environmental variable PULSE_SERVER=tcp:127.0.0.1

  3. then something like
    iptables -I OUTPUT -o lo -p tcp -m owner --uid-owner clearnet --dport 4713 -j ACCEPT

Would that be safe to use?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant