ffmpeg_streamer 0.1.0
ffmpeg_streamer: ^0.1.0 copied to clipboard
A cross-platform Flutter FFI plugin that embeds FFmpeg to decode audio & video and stream raw frames — works on Android, iOS, macOS, Windows & Linux.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ffmpeg_streamerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ffmpeg_streamer: ^0.1.0Alternatively, 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:ffmpeg_streamer/ffmpeg_streamer.dart';