rdesktop with sound recording
wujie710 <[email protected]> Thu, 19 May 2011 14:13:13 +0800 (CST)
| Newsgroups | gmane.network.rdesktop.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear all, RDP server 7.0 has supported sound recording, while rdesktop 1.7 still did not. Now, I add some codes to rdesktop 1.7 for supporting sound recording. When client begin to connect to the server, client Info PDU will be send during the Secure Settings Exchange phase. The contents of the PDU is clientInfoPduData. In client Info Pdu Data, the field infoPacket indicatesclient information. In info packet, I set flags as RNS_INFO_AUDIOCAPTURE(0x00200000). RNS_INFO_AUDIOCAPTURE indicates that the redirection of client-side audio input to a session hosted on a remote server is supported(rdesktop.c, add code: flags |= 0x00200000). I also have registed the audio input channel named "AUDIO_INPUT". Connect to win7. In the remote desktop, record device displays as remote audio. Open sound recorder, when press start recording button, the cilent receives no packet related to sound recording. While with the document "[MS -RDPEAI]Audio Input Redirection virtual channel Extension", we know the server will send version PDU to the client for exchanging versions and audio formats at this time. Who can tell me why the client can't receive version PDU. If I want to realize sound recording with rdesktop i should do what. Thanks. Sorry for my broken English. Joey ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ rdesktop-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdesktop-devel