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

MP4 から MediaStream を作成するためのパッケージを追加する #489

Merged
merged 34 commits into from
Oct 16, 2024

Conversation

sile
Copy link
Member

@sile sile commented Oct 16, 2024

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

  • New Package Addition:
    • Added @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:

    • Updated .github/workflows/ci.yaml to include Rust setup steps.
  • Configuration Files:

    • Updated examples/vite.config.mjs to include the new MP4 media stream package. [1] [2] [3]
    • Updated examples/package.json to include @shiguredo/mp4-media-stream.

Documentation and Examples

  • Documentation:

    • Added README for @shiguredo/mp4-media-stream with usage instructions and license information.
  • Examples:

    • Added example HTML and TypeScript files to demonstrate the usage of the MP4 media stream package. [1] [2]
    • Updated 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.

sile added 30 commits October 15, 2024 10:33
@sile sile merged commit a37d597 into develop Oct 16, 2024
5 checks passed
@sile sile deleted the feature/mp4-media-stream-vite branch October 16, 2024 05:27
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