curtiswest / pepi

An extensible, Apache-Thrift-based, distributed camera system for photogrammetry instruments
https://pepi.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Streams stop display after long (>1 day) streams #2

Closed curtiswest closed 7 years ago

curtiswest commented 7 years ago

The MJPEG stream implementation provided in the Server package occasionally refuses to display an image. It appears that this does not stem from any issue with the camera, as capturing a full-res image still works.

Pressing 'stop' in the browser displaying the stream tends to cause the last frame to appear, but of course stops the stream. Refreshing after this does not restart the stream. This means that it probably has something to do with how the images are streamed over the HTTP response.

curtiswest commented 7 years ago

Fixed in new design introduced in a5bfe4343e506e6b6622d1ad2e94c26c62f01fa9.