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
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
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
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
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