external_video_player_launcher 0.0.2 copy "external_video_player_launcher: ^0.0.2" to clipboard
external_video_player_launcher: ^0.0.2 copied to clipboard

PlatformAndroid
outdated

An external video player laucher that can lauch url/dir with MxPlayer and VLC player and Other Player

A plugin that can lauch video url with Mx Player and VLC player

Features #

  1. Example Vimeo

Getting started #

if you want to launch video url with mxplayer or vlcplayer ,use it for more information plz check on github repo

Usage #

//launch mx
 ExternalVideoPlayerLauncher.launchMxPlayer(
                  videoMap["sources"][0], MIME.applicationMp4, {
                "title": videoMap["title"],
              });

//launch vlc
 ExternalVideoPlayerLauncher.launchVlcPlayer(
                  videoMap["sources"][0], MIME.applicationXMpegURL, {
                "title": videoMap["title"],
              });

// launch with xplayer
  ExternalVideoPlayerLauncher.launchXplayer(
                  videoMap["sources"][0], MIME.applicationXMpegURL, {
                "title": videoMap["title"],
              });

// open with avaliable player
  ExternalVideoPlayerLauncher.launchOtherPlayer(
                  videoMap["sources"][0], MIME.applicationXMpegURL, {
                "title": videoMap["title"],
              });

Additional information #

If you wan't to add other player feel free to add and submit pull request or you can add intent guide of player to issue

9
likes
120
pub points
72%
popularity

Publisher

verified publisherb14ckc0d3.xyz

An external video player laucher that can lauch url/dir with MxPlayer and VLC player and Other Player

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

android_intent_plus, flutter

More

Packages that depend on external_video_player_launcher