Bug 135500 - net/rdesktop sound does not work [PATCH]
Summary: net/rdesktop sound does not work [PATCH]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-12 12:00 UTC by Lapo Luchini
Modified: 2010-09-09 21:10 UTC (History)
1 user (show)

See Also:


Attachments
patch-rdpdr.c (517 bytes, text/plain)
2009-06-12 12:00 UTC, Lapo Luchini
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.