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

Image transport improvements #14

Open
MoffKalast opened this issue Jun 7, 2023 · 0 comments
Open

Image transport improvements #14

MoffKalast opened this issue Jun 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@MoffKalast
Copy link
Owner

MoffKalast commented Jun 7, 2023

Current transport for CompressedImage messages goes through rosbridge, which does not allow for much throughput before TCP socket congestion occurs.

Ideally this should be switched to aiortc for compact webrtc h264 streaming, given that browser support is solid now, or alternatively the web_video_server for slightly faster MJPEG streaming which would still be slow, but probably wouldn't affect other visualizers nearly as much as the current implementation.

#8 (comment)_

@MoffKalast MoffKalast added the enhancement New feature or request label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant