daynis_h264_media_stream 0.0.1 copy "daynis_h264_media_stream: ^0.0.1" to clipboard
daynis_h264_media_stream: ^0.0.1 copied to clipboard

Platformweb

A Flutter package for streaming raw H264 video data on the web.

Daynis H264 Flutter Media Stream #

A Flutter package for streaming raw H264 video data on the web. JMuxer library is used for handling raw H264 video streams and displaying them in a Flutter web application.

Features #

  • Stream raw H264 video from a server endpoint.
  • Embed a video player within a Flutter web app.
  • Use JMuxer to handle raw H264 data and display it seamlessly.

Getting Started #

Prerequisites #

  • Flutter SDK: Ensure you have the Flutter SDK installed and updated.
  • Web Browser: The package is intended for Flutter web applications, so a modern browser (e.g., Chrome) is required.

Installation #

  1. Add the Dependency

    In your project's pubspec.yaml, add daynis_h264_media_stream as a dependency:

    dependencies:
      daynis_h264_media_stream:
        git:
          url: https://github.com/daynis-olman/daynis_h264_media_stream.git
    
  2. Run the Application flutter run -d chrome

Contributions #

Contributions are welcome! Please fork the repository and submit a pull request for any feature requests or bug fixes.

Acknowledgements #

• JMuxer for H264 video handling on the web.

1
likes
110
points
23
downloads

Publisher

verified publisherdaynisolman.com

Weekly Downloads

A Flutter package for streaming raw H264 video data on the web.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on daynis_h264_media_stream

Packages that implement daynis_h264_media_stream