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

2010-12-23 Thread Ross Finlayson
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

[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

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

2010-03-10 Thread Ross Finlayson
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,

[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

[Live-devel] RTSP client application

2007-06-06 Thread mayank agarwal
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