webrtc_pixel_stream 0.1.1 copy "webrtc_pixel_stream: ^0.1.1" to clipboard
webrtc_pixel_stream: ^0.1.1 copied to clipboard

PlatformiOS

A lightweight companion plugin that streams raw BGRA pixel data from a WebRTC video track via EventChannel. Designed for panorama_viewer / aura_sphere_360 but usable by any Flutter app that needs raw [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webrtc_pixel_stream

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

dependencies:
  webrtc_pixel_stream: ^0.1.1

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:webrtc_pixel_stream/webrtc_pixel_stream.dart';
0
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight companion plugin that streams raw BGRA pixel data from a WebRTC video track via EventChannel. Designed for panorama_viewer / aura_sphere_360 but usable by any Flutter app that needs raw frame bytes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on webrtc_pixel_stream

Packages that implement webrtc_pixel_stream