• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Audio Problem

Fritte

Member
Hey guys,

the sinusbot is allways muted, only if im logged in with rdp theres a audio.
Windows Server 2019 Standart Edition x64 Xeon with 64GB Ram.

1586362716023.png1586362737910.png
I tryed installing an Virtual Audio Cable, that doesnt helped.

On my old 2016 Server it works great....
1586362813710.png

Any solutions?
 

Fritte

Member
Okay, i found the problem ,but not the solution..

If i connect with rdp and disconnect after that, the bot will be muted...
 

Fritte

Member
when exit RDP, stops sounds of the remote computer, its a known problem
Windows 10 Remote Desktop Session - Sound stops when disconnect

Solution:
Create a batch file, create an shortcut and run that
Code:
for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do (
  %windir%\System32\tscon.exe %%s /dest:console
)
The sinusbot will keep playing the sound


if you want to kill one remote session of multiple one, you can use
Code:
%windir%\System32\tscon.exe RDP-Tcp#NNN /dest:console
to kill one
 
Top