Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera images don't always load in Chrome #112

Open
tlau opened this issue Nov 14, 2012 · 2 comments
Open

Camera images don't always load in Chrome #112

tlau opened this issue Nov 14, 2012 · 2 comments

Comments

@tlau
Copy link
Member

tlau commented Nov 14, 2012

After a while of clicking around on the tabs in the web app, the camera images from the robot will fail to load. Reloading the browser window will fix this.

This is actually a problem in the Chrome/Chromium browsers. The tag used to display camera images opens a long-running connection to the mjpeg_server to retrieve camera images. This connection is not closed when the img element is destroyed. The browser is limited to only making 6 simultaneous connections to each server, so after 6 img tags have been rendered, any further ones will not display the images.

@tlau
Copy link
Member Author

tlau commented Nov 14, 2012

I left a bug report in the Chromium issue tracker: http://code.google.com/p/chromium/issues/detail?id=161004

@tlau
Copy link
Member Author

tlau commented Nov 14, 2012

The bug does not happen in Firefox, so that is a temporary workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant