I just wanted to update with my findings. As I suspected, the issue at hand
was that occasionally 2 different RTPClients in the same process would be
assigned the same client_port (either from the server or the algorithm in
MediaSession).
Basically, my finding is that if the 2 RTSPClient¹s (i
1. My understanding is that so long as each instance of the
library uses its own usageenvironment and event loop, it is ok to
have multiple instances in multiple threads (although I agree this
is really not advised).
Yes, this should work, in principle. However, it has not been
extensively t
Apologies, Ignore point 3, I found the necessary call in MediaSubsession
(setClientPortNum). I have been working mainly in the server domain, and
this is my first real play with the Client side code.
Comments on the rest of the email are still requested tho.
Stuart
On 3/7/09 5:21 PM, "Rawling,