dashcam_video_player 0.0.3 copy "dashcam_video_player: ^0.0.3" to clipboard
dashcam_video_player: ^0.0.3 copied to clipboard

A high-performance texture-based RTSP video player plugin for Flutter powered by ExoPlayer and MobileVLCKit, built for low-latency enterprise and internal organizational streaming applications.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:dashcam_video_player/dashcam_video_player.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text(
            'dashcam_video_player example',
          ),
        ),
      ),
    );
  }
}
2
likes
130
points
124
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance texture-based RTSP video player plugin for Flutter powered by ExoPlayer and MobileVLCKit, built for low-latency enterprise and internal organizational streaming applications.

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, screenshot, share_plus

More

Packages that depend on dashcam_video_player

Packages that implement dashcam_video_player