-
Notifications
You must be signed in to change notification settings - Fork 6
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
MP4 から MediaStream を作成するためのパッケージを追加する #489
Merged
Merged
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Copilot Summary
This pull request introduces a new feature for handling MP4 media streams, along with necessary updates to the project configuration and documentation. The most important changes include the addition of the MP4 media stream package, updates to the project configuration files to support this new package, and the inclusion of example usage in the documentation.
New Feature: MP4 Media Stream Handling
@shiguredo/mp4-media-stream
package to handle MP4 media streams. This includes the implementation of various modules (engine.rs
,mp4.rs
,player.rs
,wasm.rs
) and their configuration files (Cargo.toml
,package.json
,rollup.config.mjs
,tsconfig.json
,typedoc.json
). [1] [2] [3] [4] [5] [6] [7] [8]Project Configuration Updates
Workflow Updates:
.github/workflows/ci.yaml
to include Rust setup steps.Configuration Files:
examples/vite.config.mjs
to include the new MP4 media stream package. [1] [2] [3]examples/package.json
to include@shiguredo/mp4-media-stream
.Documentation and Examples
Documentation:
@shiguredo/mp4-media-stream
with usage instructions and license information.Examples:
examples/index.html
to include a link to the new MP4 media stream example.These changes collectively introduce a robust new feature for handling MP4 media streams, with comprehensive documentation and examples to facilitate usage.