daynis_h264_media_stream 0.0.1
daynis_h264_media_stream: ^0.0.1 copied to clipboard
A Flutter package for streaming raw H264 video data on the web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add daynis_h264_media_streamThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
daynis_h264_media_stream: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:daynis_h264_media_stream/daynis_h264_media_stream.dart';