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

Mp4MediaStream の対応コーデックに AV1 を追加する #510

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

sile
Copy link
Member

@sile sile commented Dec 6, 2024

Copilot Summary

This pull request adds support for the AV1 codec to the Mp4MediaStream package. The most important changes include updating documentation, modifying the mp4.rs file to handle the AV1 codec, and updating the TrackPlayer implementation to support AV1.

Documentation Updates:

Code Updates:

  • packages/mp4-media-stream/wasm/src/mp4.rs:

    • Imported Av01Box to handle AV1 codec.
    • Added from_av01_box method in VideoDecoderConfig to parse AV1 box information.
    • Updated Track and Mp4 implementations to recognize and process Av01 sample entries. [1] [2]
  • packages/mp4-media-stream/wasm/src/player.rs:

    • Added support for AV1 in the TrackPlayer implementation.

@sile sile merged commit 471a422 into develop Dec 6, 2024
5 checks passed
@sile sile deleted the feature/mp4-media-stream-av1 branch December 6, 2024 05:41
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

Successfully merging this pull request may close these issues.

1 participant