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 methods
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
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?
Because the stream is datagram-based,
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
Hello all,
I am new to RTSP and streaming.I have downloaded the
freely available RTSP streaming code from live555.com
site and trying to understand it.My aim is to develop
the RTSP client application using the files and
libraries already given in the code.
Please guide me how should i proceed and