forked from foxglove/mcap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add h264 recording support to mcap.dev demo (foxglove#1015)
### Public-Facing Changes The recording demo on mcap.dev can now record H.264-encoded CompressedVideo, if supported by the browser. ### Description - Use VideoEncoder to encode h264 - Detection of browser support & workarounds for some Safari issues (related to WebKit/WebKit#15562) Depends on foxglove#1014 (for VideoEncoder type definitions)
- Loading branch information
Showing
7 changed files
with
521 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.