How to change remote desktop audio quality?

4

1

When listening to some music on my remote computer, the audio quality is low. I've found this:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32\Terminal Server\RDP

There are two interesting keys:

  • EnableMP3Codec - with 0x00001
  • MaxBandwidth - this is 0x000056b9

Does anybody know anything about these keys? How should they work? What if i set EMP3C to 0? What if i change MaxBandwidth to higher number? Should i change these on my local computer and/or on the remote computer?

Vili

Posted 2009-11-17T07:14:11.807

Reputation: 255

Answers

2

Use VLC or some kind of streaming. RDP is simply not made for this purpose. (Any streaming audio solution can work.)

Apache

Posted 2009-11-17T07:14:11.807

Reputation: 14 755

0

The registry key you found isn't an important one but be careful when you are editing the registry.

"MaxBandwidth - this is 0x000056b9"

MaxBandwidth is what controls the bandwidth, the hex value "0x000056b9" converts to 22201 which is the speed in kbps.

Doubleing this to 44402 should increase the quality greatly, and 44402 in hex is "0x0000ad72".

Go ahead and change it on both computers from:

0x000056b9

to:

0x0000ad72

You may need to restart your comptuer to notice any affect.

Tanner Collin

Posted 2009-11-17T07:14:11.807

Reputation: 105

Different music player? – Apache – 2010-05-22T15:30:36.077

I've tried this but nothing really changed. Music sounds crap. If I seek in the song, the sound totally screws. I have to logoff/logon to repair it. – Vili – 2009-11-20T14:22:54.397