I'm new to live555. We made a MJPEG streaming server. I tried to receive megapixel (1280x1024) images from server using RTSPClient from live555 library. Seems that RTSPClient has a problem to process such a big images, because media sink was not called. With VGA format (e.g. 640x480) there was no problem.
Your problem might be packet loss. JPEG is a very poor codec for video streaming, because each frame is so large (and so takes up many network packets). If *any* of these network packets gets lost, then the whole frame must be discarded.
I registered in mailing-list that RTSPClient is under a reconstruction now. Is this problem related with this reconstruction?
No. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel