Skip to content

Possible audio fix #40

@brenn45

Description

@brenn45

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions