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 の対応コーデックに VP9 を追加する #509

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 VP9 codec in the Mp4MediaStream module. The changes include updates to documentation, codec handling, and the addition of new methods to handle VP9 boxes.

Key changes:

Documentation updates:

Code updates:

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

    • Added Vp09Box to the list of imported boxes.
    • Added a new method from_vp09_box in the VideoDecoderConfig implementation to handle VP9 codec configuration.
    • Updated the Track implementation to recognize Vp09Box entries.
    • Updated the Mp4 implementation to handle Vp09Box entries and create corresponding video configurations.
  • packages/mp4-media-stream/wasm/src/player.rs: Updated the TrackPlayer implementation to create video decoders for VP9 boxes.

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