Hey, I've been working on porting my hacked version of the rdpsnd plugin
from v1.0 over to v1.1 beta 1 and have run into a bit of an issue.  I
originally had just hacked the 1.0 rdpsnd/alsa plugin to re-direct to my
own app (via a socket) and it worked fine.  I've now ported that hacked
code into a proper stand-alone rdpsnd subsystem that implements the wave
decode/play functions as far as I can tell correctly.  The problem I'm
seeing is that audio messages from my target machine (and I've tried this
with 2003, 2008 r2 and XP) about 2 out of every 10 seconds.  I tossed an
extra debug print message into rdpsnd_main.c whenever rdpsnd_recv_pdu is
invoked and what I'm seeing when there is a constant audio stream is
SNDC_WAVE messages for about 2 seconds, then nothing for 8 seconds, then
more for about 2 seconds, and so on.  Since this is the recv entry point to
rdpsnd it looks to me like it's further up the chain (perhaps in the VC
itself) but haven't spent enough time in that system to easily
troubleshoot.  I was hoping this would ring a bell for someone.  I don't
see any issues in GitHub that look quite like this but that doesn't mean it
hasn't been dealt with before.  Any idea guys?

--
Michael Martin
mpmartin (at) ratchetfish (dot) com
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to