Re: [Live-devel] Live555 Proxy Server - Already connected clients stall when additional client connects

2016-01-18 Thread Ross Finlayson
The important thing to realize about the proxy server is that it sends the *exact* same packet contents (for both RTP and RTCP), regardless of how many ‘front-end’ clients there are for a stream. In other words, the only difference between having one front-end client and having two front-end cl

[Live-devel] Live555 Proxy Server - Already connected clients stall when additional client connects

2016-01-18 Thread Erik Montnemery
Hi, I'm using the live555ProxyServer to be able to record and view streams from four cheap cameras concurrently. Version of live555ProxyServer is 2015.12.22 There seems to be something strange going on when an additional client connects a stream which is already being played by another client. Re

Re: [Live-devel] Problem with sending a PAUSE command

2016-01-18 Thread Ross Finlayson
> I am working on little app to record RTSP streaming > So i included a large part of OpenRTSP in my app, calling it in another > thread (my entry point is the main function), but i got stuck very fast in > the infinite loop "DoEventLoop" and I managed to make myself a exit point > using watchVa

Re: [Live-devel] Live555 Proxy Server - Strange behavior when additional client connects

2016-01-18 Thread Ross Finlayson
I will no longer accept - nor respond to - any posting to this mailing list that mentions “RTP timestamps”. As I have explained numerous times, users of the “LIVE555 Streaming Media” software should never need to concern themselves with “RTP timestamps”, because the software automatically conve

[Live-devel] Live555 Proxy Server - Strange behavior when additional client connects

2016-01-18 Thread Erik Montnemery
As mentioned earlier, I'm using the live555ProxyServer to be able to record and view streams from four cheap cameras concurrently. There seems to be something strange going on when an additonal client connects to an already active proxied stream. The stream is h264+aac. After some testing it seem

[Live-devel] Problem with sending a PAUSE command

2016-01-18 Thread SIMON Loic
Hi all I am working on little app to record RTSP streaming So i included a large part of OpenRTSP in my app, calling it in another thread (my entry point is the main function), but i got stuck very fast in the infinite loop "DoEventLoop" and I managed to make myself a exit point using watchVa