dashcam_video_player 0.0.1 copy "dashcam_video_player: ^0.0.1" to clipboard
dashcam_video_player: ^0.0.1 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
0
points
124
downloads

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

unknown (license)

Dependencies

flutter, plugin_platform_interface, screenshot

More

Packages that depend on dashcam_video_player

Packages that implement dashcam_video_player