[Live-devel] RTSP Video Jitter Issue

2016-11-14 Thread Jain, Abhishek
Hi, We are exploring LIVE555 RTSP library to receive H.265 rtsp stream from an IP camera. Our intent to play the stream with normal speed smoothly and avoid any jitter due to network fluctuation. We are planning to use curPacketRTPTimestamp method of RTPSource class for each frame so that each

[Live-devel] Query regarding- detection of client disconnection from RTSP server

2015-07-03 Thread Jain, Abhishek
Hi, I am using Live555 library for hosting RTSP url to multiple RTSP clients. In case all Clients for particular RTSP url (server session) go out of network due to any reasons, how RTSP server will know about "no client is accessing the stream". I would like to stop feeding the video feed to th

[Live-devel] RTSP Client application RTSP client application to receive both MPEG4 AND H264 frames.

2010-12-20 Thread Jain, Abhishek
Hi, We are using Live555 based a RTSP client application to receive both MPEG4 AND h264 streams. Whether Live555 library provides H264 frame by frame to the client application or this will provide RTP packet by packet to the client application? Means, whether we need to explicitly develop

[Live-devel] RTSP client takes significant time to close.

2010-09-28 Thread Jain, Abhishek
Hi Ross, When RTSP server does not send video strea, the following line at RTSP client takes more time (sometimes in the order of seconds) to return int selectResult = select(fMaxNumSockets, &readSet, NULL, NULL, &tv_timeToDelay); When client application closes the RTSP client, how to en

[Live-devel] RTSP Client application development - how netwrok error will be notified?

2010-03-09 Thread Jain, Abhishek (IE10)
Hi, Regarding Live555 library usage for developing an RTSP client application, In case network is down while receiving the video packets from RTSP server, how this library will be notifying the client application i.e. which method will be called in this case? Regards Abhishek Jain