quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Can't listen to stream on Android #36

Open hovnatan opened 4 years ago

hovnatan commented 4 years ago

I tried listening to audio from my Arch Linux box

vban_emitter -i 192.168.4.55 -p 6980 -s ff -l3
vban_emitter version 2.1.0

Info: socket_open: opening socket with port 6980
Info: socket_open with port: 6980
Info: audio_init: config is direction in, backend , device , buffer size 1024
Info: audio_backend_get_by_name: taking default backend alsa
Info: audio_set_map_config: new map config is nb channels 0
Info: audio_set_stream_config: new stream config is nb channels 2, sample rate 44100, bit_fmt 16I

using VBAN Receptor Lite on Android Screenshot (Jul 24, 2019 1_46_25 PM) but nothing comes out from Android speakers and the input level on the app is empty all the time. Can you please help?

quiniouben commented 4 years ago

Hi, sorry for the very long delay, it is a crazy year :). The vban connection seems all good, so it simply doesn't capture anything. The alsa backend will use the default input device (some microphone / linein) which could simply be muted in the alsamixer.

quiniouben commented 4 years ago

Have you found a solution to your problem ?