cordova-plugin-rtsp-vlc
v3.1.0
Published
Cordova RTSP player
Downloads
27
Maintainers
Readme
PhoneGap/Cordova RTSP player using VLC
Installation
cordova plugin add cordova-plugin-rtsp-vlc
Supported Platforms
- Android
- iOS
Usage
window.VideoPlayerVLC.play(
url,
done => {},
error => {}
);
Response
done: string - "onDestroyVlc"
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