Re: [Live-devel] Proxy server delete ServerMediaSession after all client disconnected.

2015-01-16 Thread Ross Finlayson
> I am able to do that, but our camera doesn't support PAUSE command. Proxy > server is sending PAUSE command when all RTSP clients are disconnected. > I wish to send TEARDOWN command and delete that ServerMediaSession from proxy > server. OK, but this prevents any more ('front-end') clients fr

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2015-01-16 Thread Ross Finlayson
> The error.264 file contains multiple slices for each frame, and each slice > is a single NAL. Datapath are to be commended for breaking up their 'key frames' into multiple slice NAL units. This will make the stream much more tolerant of network packet loss than encoding each key frame as a si

[Live-devel] Proxy server delete ServerMediaSession after all client disconnected.

2015-01-16 Thread Dnyanesh Gate
Hi Ross, I am using Live555 as a streaming media server and using REGISTER command feature to access cameras which are behind firewall. I am able to do that, but our camera doesn't support PAUSE command. Proxy server is sending PAUSE command when all RTSP clients are disconnected. I wish to send TE