ffmpeg_streamer 0.1.0 copy "ffmpeg_streamer: ^0.1.0" to clipboard
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_streamer

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

dependencies:
  ffmpeg_streamer: ^0.1.0

Alternatively, 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';
1
likes
150
points
155
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

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on ffmpeg_streamer

Packages that implement ffmpeg_streamer