Bug 135500

Summary: net/rdesktop sound does not work [PATCH]
Product: Ports & Packages Reporter: Lapo Luchini <lapo>
Component: Individual Port(s)Assignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me CC: lapo
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-rdpdr.c none

Description Lapo Luchini 2009-06-12 12:00:06 UTC
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).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-12 12:00:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-09 21:00:26 UTC
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"
Comment 3 David E. O'Brien freebsd_committer freebsd_triage 2010-09-09 21:01:36 UTC
State Changed
From-To: open->closed

Patch applied.  Thanks for the bug report.  Sorry for the delay in fixing.