rom1v / usbaudio

Forward audio from Android devices
MIT License
350 stars 32 forks source link

no suitable interface module #14

Open likezjuisee opened 4 years ago

likezjuisee commented 4 years ago
ubuntu@ubuntu-OptiPlex-7020:~/like/usbaudio/x$ ./usbaudio -s 84B5T15A17001358
[INFO] Device: [18d1:2d03] 84B5T15A17001358
[INFO] Audio forwarding enabled
[INFO] Matching PulseAudio input source found: 2 (18d1:2d03) Huawei_Nexus_6P_84B5T15A17001358
[INFO] Playing pulse://2
VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
[000055b44ddc6720] main interface error: no suitable interface module
[000055b44dcea640] main libvlc error: interface "globalhotkeys,none" initialization failed
[000055b44ddc6720] dummy interface: using the dummy interface module...

84B5T15A17001358       device usb:1-1.2 product:angler model:Nexus_6P device:angler transport_id:2
rom1v commented 4 years ago

You could try the manual steps.

likezjuisee commented 4 years ago

I found that executed this command with desktop is OK, ssh will be failed.

likezjuisee commented 4 years ago

I executed this command "pactl list short sources", then can found the phone device. But when I execute the same command from ssh, can't find it.

likezjuisee commented 4 years ago

When I disable the desktop, it's OK.