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