cordova-plugin-rtsp-vlc-unmanned

1.4.3 • Public • Published

npm version

PhoneGap/Cordova RTSP player using VLC

Installation

cordova plugin add cordova-plugin-rtsp-vlc-unmanned

Supported Platforms

  • Android
  • iOS

Usage

window.VideoPlayerVLC.play(
	 url,
	 (done: boolean) => { },
	 (error: string) => { }
);
window.VideoPlayerVLC.stop(
	 (done: boolean) => { },
	 (error: string) => { }
);

Example:

window.VideoPlayerVLC.play(
	 "rtsp://192.168.42.1/live.mov",
	 done => {},
	 error => {}
);

References:

https://github.com/disono/libVLC-Player by @disono

https://github.com/pengyanb/com.pengyanb.vlcstreamplayer by @pengyanb

Package Sidebar

Install

npm i cordova-plugin-rtsp-vlc-unmanned

Weekly Downloads

1

Version

1.4.3

License

MIT

Unpacked Size

199 kB

Total Files

69

Last publish

Collaborators

  • cactus1337