Re: [Live-devel] Packet loss when receiving streamed data via TCP

2011-01-19 Thread Ross Finlayson
I have another small question. To synchronize my clients, I do some calculations based on the presentation time. Is it possible that the presentation time contained in the frame send by the server can be modified by live555 library on the client side? Yes, see http://www.live555.com/l

Re: [Live-devel] Packet loss when receiving streamed data via TCP

2011-01-19 Thread Jacques Tebcherani
? Thanks in advance. Regards, Jacques Tebcherani _ From: Ross Finlayson [mailto:finlay...@live555.com] Sent: mardi 18 janvier 2011 12:27 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Packet loss when receiving streamed data via TCP I have developed a

Re: [Live-devel] Packet loss when receiving streamed data via TCP

2011-01-18 Thread Ross Finlayson
I have developed a PCM audio Server/Client based on "LIVE555 Streaming Media" library (v2010.04.09). Sorry, but absolutely no support is given for old versions of the code. Does live555 can discards some frames? No. Our code simply runs in a loop, sending frames (if it's a server), or rec

[Live-devel] Packet loss when receiving streamed data via TCP

2011-01-18 Thread Jacques Tebcherani
Hi, I have developed a PCM audio Server/Client based on "LIVE555 Streaming Media" library (v2010.04.09). I have configured my server to stream in unicast mode. I have configured my client to receive the stream via TCP (setupMediaSubsession() is called with streamUsingTCP parameter set to T