1.4.3 • Published 5 years ago

cordova-plugin-rtsp-vlc-unmanned v1.4.3

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

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

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago