miniav_player 0.2.1 copy "miniav_player: ^0.2.1" to clipboard
miniav_player: ^0.2.1 copied to clipboard

Network-first zero-copy A/V player built on miniav_tools codecs + minigpu_view presentation. Feed EncodedPackets from any transport; decode off-isolate, convert YUV on the GPU, present via a shared te [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add miniav_player

With Flutter:

 $ flutter pub add miniav_player

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

dependencies:
  miniav_player: ^0.2.1

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:miniav_player/miniav_player.dart';
1
likes
0
points
412
downloads

Publisher

unverified uploader

Weekly Downloads

Network-first zero-copy A/V player built on miniav_tools codecs + minigpu_view presentation. Feed EncodedPackets from any transport; decode off-isolate, convert YUV on the GPU, present via a shared texture with zero readback.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta, miniav, miniav_tools, miniav_tools_codecs, miniav_tools_ffmpeg, miniav_tools_platform_interface, minigpu, minigpu_view, web

More

Packages that depend on miniav_player