cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
748
Views
0
Helpful
2
Replies

Clientless VPN, RDP Audio

WunderPeter
Level 1
Level 1

Hi.

I'm using the Clientless VPN client to connect to our ASA5510, vers 8.3. I'm using remote desktop to connect to an internal machine. This works fine with both Active X and Java.

One thing I'd like though, is to let audio play at the remote machine.

Is there a commandline switch for this? Like "geometry", "console" and so on.

Peter

1 Accepted Solution

Accepted Solutions

Nicolas Fournier
Cisco Employee
Cisco Employee

Hi Peter,

RDP Audio redirection exists but only for the ActiveX version of the plugin, not the Java one. 
Here is how you should define your bookmark if you want to use this feature:

rdp:///?audio=X

Where X can be:

0: Redirect remote sounds to the client computer.
1: Play sounds at the remote computer. 
2: Disable sound redirection; do not play sounds at the remote server.

Regards,

Nicolas

View solution in original post

2 Replies 2

Nicolas Fournier
Cisco Employee
Cisco Employee

Hi Peter,

RDP Audio redirection exists but only for the ActiveX version of the plugin, not the Java one. 
Here is how you should define your bookmark if you want to use this feature:

rdp:///?audio=X

Where X can be:

0: Redirect remote sounds to the client computer.
1: Play sounds at the remote computer. 
2: Disable sound redirection; do not play sounds at the remote server.

Regards,

Nicolas

Thanks Nicolas. It works.

Peter