Re: [Live-devel] Receiving in multiple threads

2009-03-08 Thread Rawling, Stuart
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

Re: [Live-devel] Receiving in multiple threads

2009-03-07 Thread Ross Finlayson
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

Re: [Live-devel] Receiving in multiple threads

2009-03-07 Thread Rawling, Stuart
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,