AudioRelay keeps disconnecting and reconnecting

Hello, so my problem that AudioRelay keeps disconencting and reconnecting every minute or few seconds
version on android 0.24.9
version on pc 0.24.7

Hi @theniki,

Could you please provide the logs from the desktop app? You can find them via the settings screen.

Logs from the android app could also help but it’s a bit more complicated at the moment.

The Android app doesn’t store log messages itself so using ADB is necessary.
You would need to do these steps:

  • Get ADB and enable USB debugging
  • Open a terminal
  • Confirm that your device is available via the command adb devices
  • Type adb logcat --clear to remove all the previous logs
  • Type adb logcat > logcat-output.txt to write the new logs to a file
  • In the Android App, try to connect to the server via USB tethering
  • In the terminal, stop the log collection by doing CTRL C
  • Post the logcat-output.txt file here

Acutally now everything works pretty good, so i guess you can close this ticket. if the problem reappeared, I will contact you again.
Thanks :slight_smile:

I have the same issue, my log files show this error:

Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:00:12:338 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:00:12:338 [INFO] Asking backend to stop capture...
2023-09-09 21:00:27:998 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:00:28:021 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:00:28:022 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:00:28:530 [INFO] Audio pipeline is emitting values
2023-09-09 21:01:03:278 [ERROR] Stopping the session due to an error: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at gS0.a(SourceFile:44)
	at mi0.b(SourceFile:5)
	at Vh0.a(SourceFile:134)
	at fk0.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:01:03:278 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:01:03:279 [INFO] Asking backend to stop capture...
2023-09-09 21:01:18:998 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:01:19:034 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:01:19:035 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:01:19:547 [INFO] Audio pipeline is emitting values
2023-09-09 21:01:53:116 [ERROR] Stopping the session due to an error: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at gS0.a(SourceFile:44)
	at mi0.b(SourceFile:5)
	at Vh0.a(SourceFile:134)
	at fk0.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:01:53:116 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:01:53:117 [INFO] Asking backend to stop capture...
2023-09-09 21:02:30:761 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:02:30:799 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:02:30:800 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:02:31:304 [INFO] Audio pipeline is emitting values
2023-09-09 21:02:33:439 [ERROR] Stopping the session due to an error: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at gS0.a(SourceFile:44)
	at mi0.b(SourceFile:5)
	at Vh0.a(SourceFile:134)
	at fk0.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:02:33:440 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:02:33:440 [INFO] Asking backend to stop capture...
2023-09-09 21:03:11:153 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:03:11:196 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:03:11:196 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:03:11:698 [INFO] Audio pipeline is emitting values
2023-09-09 21:03:12:381 [INFO] Asking backend to stop capture...
2023-09-09 21:03:12:381 [INFO] Windows' backend devices: [WindowsAudioDevice(id={0.0.0.00000000}.{2546393c-5001-429a-af0e-0d1a480fc047}, type=Render, name=22W_LCD_TV (NVIDIA High Definition Audio), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{c4af6ddb-a571-4170-a946-d0d52ec790c1}, type=Render, name=CABLE Input (VB-Audio Virtual Cable), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{ee413626-f2ff-4e73-bc97-972d84d611ca}, type=Capture, name=CABLE Output (VB-Audio Virtual Cable), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{a8847d97-6421-4d4d-8359-7f871711582e}, type=Capture, name=Microphone (Logitech StreamCam), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{2d068960-c438-4fbf-803c-733d8b205772}, type=Capture, name=Virtual Mic (Virtual Mic for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{180e018d-a8fa-4428-97c2-034fdc6a5fb0}, type=Render, name=Virtual Speakers (Virtual Speakers for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{16ab93c4-4030-45cf-9a01-c127e663d7cf}, type=Render, name=VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), isDefault=true, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{92d9e574-0034-425c-843b-b0f88bd234dd}, type=Capture, name=VoiceMeeter Aux Output (VB-Audio VoiceMeeter AUX VAIO), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{b8629fd4-18ef-44b7-b3dc-5243a695907d}, type=Render, name=VoiceMeeter Input (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0228dba0-7978-461c-b58c-ba4ed5b3ad76}, type=Capture, name=VoiceMeeter Output (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=44100, channels=2)]
2023-09-09 21:03:12:381 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:03:12:382 [INFO] Asking backend to stop capture...
2023-09-09 21:03:12:382 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:03:12:548 [INFO] Destroying backend due to cancellation...
2023-09-09 21:03:12:548 [ERROR] IpcCoordinatorService failed: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at DV.a(SourceFile:53)
	at W7.b(SourceFile:5)
	at O7.a(SourceFile:43)
	at F8.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at DV.a(SourceFile:49)
	... 16 more
2023-09-09 21:03:12:549 [INFO] Asking backend to stop capture...
2023-09-09 21:03:12:550 [INFO] Stopping the server, reason: shutdown
2023-09-09 21:03:12:550 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:03:12:550 [ERROR] The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling | java.net.SocketException: Connection reset: fi1: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling | java.net.SocketException: Connection reset
	at KG0.a(SourceFile:29)
	at s8.a(SourceFile:6)
	at F8.a(SourceFile:2)
	at V7.a(SourceFile:17)
	at nU.a(SourceFile:39)
	at W7.b(SourceFile:5)
	at O7.a(SourceFile:43)
	at F8.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.io.InputStream.read(Unknown Source)
	at nU.a(SourceFile:63)
	at lU.invoke(SourceFile:2)
	at nU.a(SourceFile:54)
	at nU.a(SourceFile:32)
	... 16 more
2023-09-09 21:04:56:325 [INFO] Version: 0.27.5, os: Windows 11, osVersion: 10.0
2023-09-09 21:04:56:725 [INFO] Initializing locale to en
2023-09-09 21:04:56:773 [INFO] Starting IpcCoordinatorService ...
2023-09-09 21:04:56:826 [INFO] Got open ports at 59300 and 59350
2023-09-09 21:04:56:835 [INFO] Messages socket waiting on a connection...
2023-09-09 21:04:56:835 [INFO] Audio socket waiting on a connection...
2023-09-09 21:04:56:840 [INFO] Starting backend...
2023-09-09 21:04:56:857 [INFO] Starting the server...
2023-09-09 21:04:56:861 [INFO] Waiting for devices from windows' backend...
2023-09-09 21:04:56:931 [INFO] Waiting for devices from RtAudio…
2023-09-09 21:04:56:972 [INFO] Checking for update...
2023-09-09 21:04:57:199 [INFO] Messages socket created
2023-09-09 21:04:57:200 [INFO] Audio socket connected
2023-09-09 21:04:57:340 [INFO] Wait for backend backend...
2023-09-09 21:04:57:359 [INFO] Found no update
2023-09-09 21:04:57:390 [INFO] Backend is ready
2023-09-09 21:04:57:398 [INFO] Requesting startup settings...
2023-09-09 21:04:57:748 [INFO] Windows' backend devices: [WindowsAudioDevice(id={0.0.0.00000000}.{17a244cf-bd20-463e-b80a-00693e6c91a2}, type=Render, name=22W_LCD_TV (NVIDIA High Definition Audio), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{c4af6ddb-a571-4170-a946-d0d52ec790c1}, type=Render, name=CABLE Input (VB-Audio Virtual Cable), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{ee413626-f2ff-4e73-bc97-972d84d611ca}, type=Capture, name=CABLE Output (VB-Audio Virtual Cable), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{a8847d97-6421-4d4d-8359-7f871711582e}, type=Capture, name=Microphone (Logitech StreamCam), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0434382d-5856-4a9b-baa1-006cab0e3f0d}, type=Capture, name=Microphone (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{f7f593ee-6f48-4957-bfa1-94ba9e004176}, type=Render, name=Speakers (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{2d068960-c438-4fbf-803c-733d8b205772}, type=Capture, name=Virtual Mic (Virtual Mic for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{180e018d-a8fa-4428-97c2-034fdc6a5fb0}, type=Render, name=Virtual Speakers (Virtual Speakers for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{16ab93c4-4030-45cf-9a01-c127e663d7cf}, type=Render, name=VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), isDefault=true, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{92d9e574-0034-425c-843b-b0f88bd234dd}, type=Capture, name=VoiceMeeter Aux Output (VB-Audio VoiceMeeter AUX VAIO), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{b8629fd4-18ef-44b7-b3dc-5243a695907d}, type=Render, name=VoiceMeeter Input (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0228dba0-7978-461c-b58c-ba4ed5b3ad76}, type=Capture, name=VoiceMeeter Output (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=44100, channels=2)]
2023-09-09 21:04:59:427 [INFO] Virtual mic: 1.0.2.0, Virtual speaker: 1.0.2.0
2023-09-09 21:04:59:794 [INFO] Network addresses: NetworkInfo(broadcastAddresses=[192.168.0.255], localAddresses=[192.168.0.22])
2023-09-09 21:05:34:336 [INFO] Windows' backend devices: [WindowsAudioDevice(id={0.0.0.00000000}.{17a244cf-bd20-463e-b80a-00693e6c91a2}, type=Render, name=22W_LCD_TV (NVIDIA High Definition Audio), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{c4af6ddb-a571-4170-a946-d0d52ec790c1}, type=Render, name=CABLE Input (VB-Audio Virtual Cable), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{ee413626-f2ff-4e73-bc97-972d84d611ca}, type=Capture, name=CABLE Output (VB-Audio Virtual Cable), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0434382d-5856-4a9b-baa1-006cab0e3f0d}, type=Capture, name=Microphone (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{f7f593ee-6f48-4957-bfa1-94ba9e004176}, type=Render, name=Speakers (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{2d068960-c438-4fbf-803c-733d8b205772}, type=Capture, name=Virtual Mic (Virtual Mic for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{180e018d-a8fa-4428-97c2-034fdc6a5fb0}, type=Render, name=Virtual Speakers (Virtual Speakers for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{16ab93c4-4030-45cf-9a01-c127e663d7cf}, type=Render, name=VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), isDefault=true, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{92d9e574-0034-425c-843b-b0f88bd234dd}, type=Capture, name=VoiceMeeter Aux Output (VB-Audio VoiceMeeter AUX VAIO), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{b8629fd4-18ef-44b7-b3dc-5243a695907d}, type=Render, name=VoiceMeeter Input (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0228dba0-7978-461c-b58c-ba4ed5b3ad76}, type=Capture, name=VoiceMeeter Output (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=44100, channels=2)]
2023-09-09 21:05:36:377 [INFO] Windows' backend devices: [WindowsAudioDevice(id={0.0.0.00000000}.{17a244cf-bd20-463e-b80a-00693e6c91a2}, type=Render, name=22W_LCD_TV (NVIDIA High Definition Audio), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{c4af6ddb-a571-4170-a946-d0d52ec790c1}, type=Render, name=CABLE Input (VB-Audio Virtual Cable), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{ee413626-f2ff-4e73-bc97-972d84d611ca}, type=Capture, name=CABLE Output (VB-Audio Virtual Cable), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{a8847d97-6421-4d4d-8359-7f871711582e}, type=Capture, name=Microphone (Logitech StreamCam), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0434382d-5856-4a9b-baa1-006cab0e3f0d}, type=Capture, name=Microphone (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{f7f593ee-6f48-4957-bfa1-94ba9e004176}, type=Render, name=Speakers (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{2d068960-c438-4fbf-803c-733d8b205772}, type=Capture, name=Virtual Mic (Virtual Mic for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{180e018d-a8fa-4428-97c2-034fdc6a5fb0}, type=Render, name=Virtual Speakers (Virtual Speakers for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{16ab93c4-4030-45cf-9a01-c127e663d7cf}, type=Render, name=VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), isDefault=true, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{92d9e574-0034-425c-843b-b0f88bd234dd}, type=Capture, name=VoiceMeeter Aux Output (VB-Audio VoiceMeeter AUX VAIO), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{b8629fd4-18ef-44b7-b3dc-5243a695907d}, type=Render, name=VoiceMeeter Input (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0228dba0-7978-461c-b58c-ba4ed5b3ad76}, type=Capture, name=VoiceMeeter Output (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=44100, channels=2)]
2023-09-09 21:06:40:733 [INFO] Showing main window...
2023-09-09 21:06:42:127 [INFO] Rendering api: DIRECT3D
2023-09-09 21:06:50:159 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:06:50:192 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:06:50:215 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:06:50:747 [INFO] Audio pipeline is emitting values
2023-09-09 21:07:53:882 [ERROR] Stopping the session due to an error: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at gS0.a(SourceFile:44)
	at mi0.b(SourceFile:5)
	at Vh0.a(SourceFile:134)
	at fk0.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:07:53:884 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:07:53:885 [INFO] Asking backend to stop capture...
2023-09-09 21:08:31:555 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:08:31:588 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:08:31:589 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:08:32:091 [INFO] Audio pipeline is emitting values
2023-09-09 21:08:56:161 [ERROR] Stopping the session due to an error: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at gS0.a(SourceFile:44)
	at mi0.b(SourceFile:5)
	at Vh0.a(SourceFile:134)
	at fk0.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:08:56:162 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:08:56:163 [INFO] Asking backend to stop capture...
2023-09-09 21:09:33:827 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:09:33:857 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:09:33:858 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:09:34:360 [INFO] Audio pipeline is emitting values
2023-09-09 21:12:06:123 [INFO] Version: 0.27.5, os: Windows 11, osVersion: 10.0
2023-09-09 21:12:06:482 [INFO] Initializing locale to en
2023-09-09 21:12:06:508 [INFO] Starting IpcCoordinatorService ...
2023-09-09 21:12:06:549 [INFO] Got open ports at 59300 and 59350
2023-09-09 21:12:06:557 [INFO] Messages socket waiting on a connection...
2023-09-09 21:12:06:557 [INFO] Audio socket waiting on a connection...
2023-09-09 21:12:06:558 [INFO] Starting the server...
2023-09-09 21:12:06:559 [INFO] Starting backend...
2023-09-09 21:12:06:561 [INFO] Waiting for devices from windows' backend...
2023-09-09 21:12:06:570 [INFO] Waiting for devices from RtAudio…
2023-09-09 21:12:06:657 [INFO] Checking for update...
2023-09-09 21:12:07:019 [INFO] Found no update
2023-09-09 21:12:07:069 [INFO] Wait for backend backend...
2023-09-09 21:12:07:427 [INFO] Messages socket created
2023-09-09 21:12:07:427 [INFO] Audio socket connected
2023-09-09 21:12:07:614 [INFO] Backend is ready
2023-09-09 21:12:07:617 [INFO] Requesting startup settings...
2023-09-09 21:12:07:953 [INFO] Windows' backend devices: [WindowsAudioDevice(id={0.0.0.00000000}.{17a244cf-bd20-463e-b80a-00693e6c91a2}, type=Render, name=22W_LCD_TV (NVIDIA High Definition Audio), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{c4af6ddb-a571-4170-a946-d0d52ec790c1}, type=Render, name=CABLE Input (VB-Audio Virtual Cable), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{ee413626-f2ff-4e73-bc97-972d84d611ca}, type=Capture, name=CABLE Output (VB-Audio Virtual Cable), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{a8847d97-6421-4d4d-8359-7f871711582e}, type=Capture, name=Microphone (Logitech StreamCam), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0434382d-5856-4a9b-baa1-006cab0e3f0d}, type=Capture, name=Microphone (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{f7f593ee-6f48-4957-bfa1-94ba9e004176}, type=Render, name=Speakers (NVIDIA Broadcast), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{03e46bcf-b1fe-4bc1-8155-90bbec7f0248}, type=Capture, name=Virtual Mic (Virtual Mic for AudioRelay), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{65c84ed3-06bb-41f5-a17a-c9fa344d3f08}, type=Render, name=Virtual Speakers (Virtual Speakers for AudioRelay), isDefault=true, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{16ab93c4-4030-45cf-9a01-c127e663d7cf}, type=Render, name=VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{92d9e574-0034-425c-843b-b0f88bd234dd}, type=Capture, name=VoiceMeeter Aux Output (VB-Audio VoiceMeeter AUX VAIO), isDefault=false, sampleRate=44100, channels=2), WindowsAudioDevice(id={0.0.0.00000000}.{b8629fd4-18ef-44b7-b3dc-5243a695907d}, type=Render, name=VoiceMeeter Input (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=48000, channels=2), WindowsAudioDevice(id={0.0.1.00000000}.{0228dba0-7978-461c-b58c-ba4ed5b3ad76}, type=Capture, name=VoiceMeeter Output (VB-Audio VoiceMeeter VAIO), isDefault=false, sampleRate=44100, channels=2)]
2023-09-09 21:12:08:466 [INFO] Showing main window...
2023-09-09 21:12:09:591 [INFO] Virtual mic: 1.0.2.0, Virtual speaker: 1.0.2.0
2023-09-09 21:12:09:611 [INFO] Rendering api: DIRECT3D
2023-09-09 21:12:10:000 [INFO] Network addresses: NetworkInfo(broadcastAddresses=[192.168.0.255], localAddresses=[192.168.0.22])
2023-09-09 21:13:25:565 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:13:25:597 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:13:25:616 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:13:26:166 [INFO] Audio pipeline is emitting values
2023-09-09 21:14:01:137 [ERROR] Stopping the session due to an error: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at gS0.a(SourceFile:44)
	at mi0.b(SourceFile:5)
	at Vh0.a(SourceFile:134)
	at fk0.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:14:01:139 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:14:01:140 [INFO] Asking backend to stop capture...
2023-09-09 21:14:35:282 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:14:35:411 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:14:35:412 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:14:35:922 [INFO] Audio pipeline is emitting values
2023-09-09 21:16:02:683 [ERROR] Stopping the session due to an error: Pb0: java.net.SocketException: Connection reset
	at Ob0.a(SourceFile:6)
	at gS0.a(SourceFile:44)
	at mi0.b(SourceFile:5)
	at Vh0.a(SourceFile:134)
	at fk0.run(SourceFile:1)
	at MG0.invoke(SourceFile:1)
	at bT.invokeSuspend(SourceFile:6)
	at bT.invoke(SourceFile:1)
	at ki1.a(SourceFile:136)
	at a0.a(SourceFile:41)
	at OG0.a(SourceFile:139)
	at NG0.invoke(SourceFile:2)
	at Lu.invokeSuspend(SourceFile:1)
	at jUr4.resumeWith(SourceFile:5)
	at Eu.run(SourceFile:163)
	at Q40.run(SourceFile:4)
	at Ba1.run(SourceFile:1)
	at Yj.run(SourceFile:19)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
	at oCvc.a(SourceFile:18)
	at cI.a(SourceFile:8)
	at gS0.a(SourceFile:11)
	... 16 more
2023-09-09 21:16:02:684 [INFO] Remote device disconnected: 192.168.0.21...
2023-09-09 21:16:02:685 [INFO] Asking backend to stop capture...
2023-09-09 21:16:36:805 [INFO] Remote device connected: 192.168.0.21
2023-09-09 21:16:36:926 [INFO] Received client config, clientVersion: 0.26.1, os: ANDROID, osVersion: Android API 33
2023-09-09 21:16:36:928 [INFO] Asking backend to start capture. EventSync: true, ContinuousStream: true, AudioConfig: AudioConfig(sampleRate=48000, bits=16, channels=2), AudioDevice: VoiceMeeter Aux Input (VB-Audio VoiceMeeter AUX VAIO), 
2023-09-09 21:16:37:441 [INFO] Audio pipeline is emitting values
2023-09-09 21:17:24:841 [INFO] Network addresses: NetworkInfo(broadcastAddresses=[100.82.180.221, 192.168.0.255], localAddresses=[100.82.180.221, 192.168.0.22])```

The Android app is probably causing the disconnections. Could you please try to get some logs from there?