https://bugs.kde.org/show_bug.cgi?id=374017

Alexander Wilms <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from Alexander Wilms <[email protected]> ---
I've used AudioRelay to use my phone as a microphone. To get this to work, I
had to do this:

sudo firewall-cmd --permanent --add-port=59100/tcp
sudo firewall-cmd --permanent --add-port=59100/udp
sudo firewall-cmd --reload

Get the filter ID (133):
wpctl status | grep -A 10 "Sources"

wpctl set-volume 133 1.0
wpctl set-default 133

Test it:
pw-loopback -C 133

ss -lntup | grep 59100
[sudo] password for root: 
udp   UNCONN 0      0                                            *:59100       
    *:*    users:(("AudioRelay",pid=91387,fd=26))   
tcp   LISTEN 0      50                                           *:59100       
    *:*    users:(("AudioRelay",pid=91387,fd=19))   

Then select "Virtual-Mic" in the application you want to use the microphone
with.

It would be great if KDE connect had this feature, since I initially assumed
this would be supported.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to