Postby kbaranowski » 23 Mar 2012 11:30
First time i didn't set mjpeg-fps (the default is 0 so it was 0) and problem occured. We have a sfotware that grabs jpegs from camera and builds mjpeg http response. Each jpeg is added to response with 'boundary' keyword and after every adding response cache is flushed. In the header of http response is set no-cache parameter. I need to display frames that are available, if they comes to slow, program shouldn't buffer anything but should stop and wait for next available frame.