Re: [pulseaudio-discuss] [PATCH] add xrdp sink

2014-05-28 Thread Jay Sorg
If you want something quick-and-dirty, with all the AV-sync issues inherent in your custom protocol due to lack of timestamps or other latency indicators on the wire, and can wait until June 6, I can help you add ESD protocol support in XRDP. This way, not a single line of PulseAudio source

Re: [pulseaudio-discuss] [PATCH] add xrdp sink

2014-05-28 Thread Laurențiu Nicola
Hello, A while ago I submitted a small patch (subsequently included in PA 5.0) that allows module-rtp-recv to work in an unicast environment. Perhaps I'll try to do the same for module-rtp-send when I get some time for it. Laurentiu Nicola On Wed, May 28, 2014, at 7:53, Alexander E. Patrakov

Re: [pulseaudio-discuss] [PATCH] add xrdp sink

2014-05-28 Thread Alexander E. Patrakov
28.05.2014 12:08, Jay Sorg wrote: If you want something quick-and-dirty, with all the AV-sync issues inherent in your custom protocol due to lack of timestamps or other latency indicators on the wire, and can wait until June 6, I can help you add ESD protocol support in XRDP. This way, not a

Re: [pulseaudio-discuss] [PATCH] rescue-streams: try to find best one using availability and priority

2014-05-28 Thread David Henningsson
On 2014-05-28 10:42, Hui Wang wrote: Recently met a problem: when I disconnect the bluetooth headset, the pulseaudio automatically switch the sound to sink of HDMI output instead of the sink of internal speaker even though there is no HDMI cable connected. To fix this problem, I want to

[pulseaudio-discuss] [PATCH] rescue-streams: try to find best one using availability and priority

2014-05-28 Thread Hui Wang
Recently met a problem: when I disconnect the bluetooth headset, the pulseaudio automatically switch the sound to sink of HDMI output instead of the sink of internal speaker even though there is no HDMI cable connected. To fix this problem, I want to change the rule of selecting the target

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-28 Thread Puyol
I'm implementing a voip application using gstreamer, i use the example of the rtp in the plugin-good! i want to implement echo cancellation, i couldn't use the speex echo canceller with gstreamer because the input and the output are not in the same process. So, i want to use pulse audio to

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-28 Thread Puyol
I'm implementing a voip application using gstreamer, i use the example of the rtp in the plugin-good! i want to implement echo cancellation, i couldn't use the speex echo canceller with gstreamer because the input and the output are not in the same process. So, i want to use pulse audio to

Re: [pulseaudio-discuss] [PATCH] add xrdp sink

2014-05-28 Thread Jay Sorg
I really want something that is clean, efficient and optimal in design. Good :) but designing clean and efficient things takes time. Yes, I've been testing the current xrdp sink for about 6 month. The source and sink for xrdp now really really work well. They also look good. You can run

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-28 Thread Arun Raghavan
On 29 May 2014 02:59, Puyol paul9...@hotmail.fr wrote: I'm implementing a voip application using gstreamer, i use the example of the rtp in the plugin-good! i want to implement echo cancellation, i couldn't use the speex echo canceller with gstreamer because the input and the output are not in