video_stream 0.0.1 copy "video_stream: ^0.0.1" to clipboard
video_stream: ^0.0.1 copied to clipboard

A new Flutter package to live stream video to RTMP server.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_stream

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

dependencies:
  video_stream: ^0.0.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:video_stream/camera.dart';
import 'package:video_stream/camera_image.dart';
import 'package:video_stream/new/camera.dart';
import 'package:video_stream/new/src/camera_controller.dart';
import 'package:video_stream/new/src/camera_testing.dart';
import 'package:video_stream/new/src/common/camera_channel.dart';
import 'package:video_stream/new/src/common/camera_interface.dart';
import 'package:video_stream/new/src/common/camera_mixins.dart';
import 'package:video_stream/new/src/common/native_texture.dart';
import 'package:video_stream/new/src/support_android/camera.dart';
import 'package:video_stream/new/src/support_android/camera_info.dart';
41
likes
120
pub points
68%
popularity

Publisher

unverified uploader

A new Flutter package to live stream video to RTMP server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, stream_transform

More

Packages that depend on video_stream