video_telemetry 0.2.0 copy "video_telemetry: ^0.2.0" to clipboard
video_telemetry: ^0.2.0 copied to clipboard

A universal metrics layer for any video player. Measures time-to-first-frame, buffer stalls, rebuffering ratio, and segment switches safely.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_telemetry

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

dependencies:
  video_telemetry: ^0.2.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:video_telemetry/video_telemetry.dart';
5
likes
160
points
253
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A universal metrics layer for any video player. Measures time-to-first-frame, buffer stalls, rebuffering ratio, and segment switches safely.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on video_telemetry