[Live-devel] vertical and horizontal image size

2009-08-25 Thread Peter Gejgus
Hi, I use openRTSP to download H.263 and H.264 stream from IP camera. Is it possible somehow to retrieve image resolution (width and height)? Best Regards, Peter ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/lis

[Live-devel] problem with megapixel images in RTSPClient

2009-04-17 Thread Peter Gejgus
Hello, 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

[Live-devel] timeout doesn't work in RTSPClient

2009-03-24 Thread Peter Gejgus
Hello, Does timeout work in RTSPClient? I slightly modified openRTSP.cpp in order to use timeout value (in seconds). I replaced at line 32: return rtspClient->sendOptionsCmd(url, username, password); with return rtspClient->sendOptionsCmd(url, username, password, NULL, 5); and at line 45: re