ffmpeg_streamer 0.0.2 copy "ffmpeg_streamer: ^0.0.2" to clipboard
ffmpeg_streamer: ^0.0.2 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 Dart:

 $ dart pub add ffmpeg_streamer

With Flutter:

 $ flutter pub add ffmpeg_streamer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ffmpeg_streamer: ^0.0.2

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
296
downloads

Publisher

unverified uploader

Weekly Downloads

A cross-platform Flutter FFI plugin that embeds FFmpeg to decode audio & video and stream raw frames — works on Android, iOS, macOS, Windows & Linux.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on ffmpeg_streamer

Packages that implement ffmpeg_streamer