Remote sounds over RDP doesn't seem to work. Fix: I found this patch at this address, with the name "Rdp Sound in Vista [PATCH]" (which might well be related to my case as well, since Win7 is after Vista; or maybe it also happens with remote WinXPs, I didn't check that). Using this patch the sound can be heard, and the play button is disabled for the sound duration. http://sourceforge.net/mailarchive/forum.php?thread_name=200902131243.10881.sameer.subscriptions%40damagehead.com&forum_name=rdesktop-devel How-To-Repeat: When connecting to a Windows7 virtual machine, I try to receive sound with the following line: rdesktop -r sound:local:libao and indeed the Windows speaker tray-icon says "remote audio". But when I try to play a sound (e.g. in control panes, sounds) the play button doesn't stay disabled for the sound duration (probably the play-sound syscall fails).
Responsible Changed From-To: freebsd-ports-bugs->obrien Over to maintainer (via the GNATS Auto Assign Tool)
obrien 2010-09-09 20:00:00 UTC FreeBSD ports repository Modified files: net/rdesktop Makefile Added files: net/rdesktop/files patch-rdpdr.c Log: Fix issue where remote sounds over RDP does not work by applying the "Rdp Sound in Vista [PATCH]" patch from http://sourceforge.net/mailarchive/forum.php?thread_name=200902131243.10881.sameer.subscriptions%40damagehead.com&forum_name=rdesktop-devel PR: 135500 Submitted by: Lapo Luchini <lapo@lapo.it> Revision Changes Path 1.48 +1 -1 ports/net/rdesktop/Makefile 1.1 +9 -0 ports/net/rdesktop/files/patch-rdpdr.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch applied. Thanks for the bug report. Sorry for the delay in fixing.