<div dir="ltr"><div><div><div><div>New to this mailer so ignore if this has been beat like an old rug already...<br><br></div><div>I have been experimenting with xrdp/x11rdp and freerdp in particular how to<br></div><div>get audio from an rdp remote desktop when that desktop is linux.<br>
<br></div>Looking at pulseaudio docs it appears it uses only TCP.<br><br></div>Was there ever any thought to implementing RTP (using UDP) instead?<br><br></div>Audio is more often one-way and dropping a few UDP audio packets every so often would probably not be heard/recognized by average human listener.<br>
<br></div>But TCP requiring retransmissions of all dropped packets can introduce delays that to me, is often much more noticable.<br><br>RTP ...<br><ul><li>is designed for end-to-end, real-time, transfer of stream data with jitter comp.</li>
<li>allows data transfer to multiple destinations through IP multicast.</li><li>is regarded as the primary standard for audio/video transport in IP networks </li></ul><br></div>