You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I try to archive to have audio from a linux workstation (Mint) to a windows machine.
I have created a sink "DDVOut1" that is displayed in pavucontrol and I can assign audio from applications to that.
It also shows audio level on the bar.
I start "vban_emitter" and the recording device pops up in pavucontrol.
I assign the corresponding monitor to it and the level bar begins to show sound.
On the receiving VB-Audio Meter (Potato) the VBAN Stream gets a green light and the Sampler shows the correct values.
Nevertheless no audio is coming from the system.
If I look into Wireshark, I can see the traffic, but there is only "zero" in the data, so no Audio seems to be received at process level on the sending machine.
Here my sets:
~ $ pacmd load-module module-null-sink sink_name=DDVOut1
~ $ pacmd update-sink-proplist DDVOut1 device.description=DDVOut1
~ $ vban_emitter -i 10.10.10.238 -p 6980 -s DagobertDuck -b pulseaudio -r 48000 -l 3 &
[5] 5890
~ $ 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 pulseaudio, device , buffer size 1024
Info: audio_backend_get_by_name: found backend pulseaudio
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 48000, bit_fmt 16I
~ $
What do I miss?
The text was updated successfully, but these errors were encountered:
Hi, sorry for the long delay in answering. If I am not mistaken the fact there is no color on the volume bar of your vban recording device + the loudspeaker button being "down" means that it is muted.
and both signals work.
This setup has now been in place for about 2 or 3 weeks and as I do not use it on a daily base, I did not dive deeper.
Nevertheless since yesterday, when trying to establish some SIP Clients (egika) suddenly the receptor is sending back the stream via the emitter, so that I can hear myself speaking with a slight delay.
The trigger point seems to be some loopback I loaded, but unloaded later on. the Loopback itself seems to stay, whatever I do:
Hi.
I try to archive to have audio from a linux workstation (Mint) to a windows machine.
I have created a sink "DDVOut1" that is displayed in pavucontrol and I can assign audio from applications to that.
It also shows audio level on the bar.
I start "vban_emitter" and the recording device pops up in pavucontrol.
I assign the corresponding monitor to it and the level bar begins to show sound.
On the receiving VB-Audio Meter (Potato) the VBAN Stream gets a green light and the Sampler shows the correct values.
Nevertheless no audio is coming from the system.
If I look into Wireshark, I can see the traffic, but there is only "zero" in the data, so no Audio seems to be received at process level on the sending machine.
Here my sets:
What do I miss?
The text was updated successfully, but these errors were encountered: