Re: [Live-devel] OutPacketBuffer::maxsize and multithreading

2012-05-03 Thread Ross Finlayson
(First, please do not post the same question to the list multiple times.) Yes, this is an issue, and is a good illustration why it's ill-advised to structure a LIVE555-based application using multiple threads. However, in some future release, I'll make the "OutPacketBuffer::maxSize" variable a

[Live-devel] OutPacketBuffer::maxsize and multithreading

2012-05-03 Thread PROMONET Michel
Hi Ross, It seems that we meet, times to times, a problem related to the static variable OutPacketBuffer::maxsize between multiple live555 environment running in different threads. Basically it seems that creating a RTCPClient change the static OutPacketBuffer::maxsize, but if

[Live-devel] OutPacketBuffer::maxsize and multithreading

2012-05-03 Thread PROMONET Michel
Hi Ross, It seems that we meet, times to times, a problem related to the static variable OutPacketBuffer::maxsize between multiple live555 environment running in different threads. Basically it seems that creating a RTCPClient change the static OutPacketBuffer::maxsize, but if a

Re: [Live-devel] StreamReplicator bug deactivating a replica?

2012-05-03 Thread Bruno Abreu
Hello Ross, sorry for the late reply. I'm afraid replacing the 2 "for" loops with the code you provided generates a segmentation fault in our app. Of course, it may be something in our application so I'll run more tests today and will provide you with more information as soon as I can. Than

[Live-devel] please tell

2012-05-03 Thread i m what i m ~~~~
Hi Everyone i made a live media server client through sliverlight (TCP socket and network stream),i am able to read the first chunk(response of GET request) which contain info like:- HTTP/1.1 200 OK\r\nDate: Thu, May 03 2012 07:47:59 GMT\r\nServer: LIVE555 Streaming Media v2011.11.29\r\nLast-Modif