-
Notifications
You must be signed in to change notification settings - Fork 539
Add H.265 support for native & VideoStream
#10994
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
Conversation
…se & discoverability
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
VideoStream
aac0419
to
e14130d
Compare
Testing showed that video stream doesn't work on web yet with this! |
Ooof, this wasn't easy to get right. But I think that's it! |
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/17220361198 |
Related
VideoStream
#10778VideoStream
archetype #10185What
This adds support for H.265 using the same approach as for H.264 using ffmpeg, just changing the expected format.
Note that this adds support to both the native viewer and
VideoStream
native/web.(previously only mp4 H.265 on web was supported).
Before merge...