by ryan » Mon May 05, 2014 1:03 pm
Hi Sammi,
If the data loss is not coming from packet loss on the network, it could be that the camera itself is having trouble encoding data at the requested rate or quality. I'm unsure exactly what settings your camera supports, but you could reduce the framerate, adjust the bit rate lower, and if your camera supports VBR (variable bit rate) rather than CBR (constant bit rate) select VBR.
Additionally, you could instead connect to the MJPEG stream. I believe the url would be as follows:
protocol: http
stream path: /cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=YOURUSERNAME&pwd=YOURPASSWORD
replacing YOURUSERNAME and YOURPASSWORD with the correct values. Additionally, the port should be set to whatever http port you use to access the camera.