VLC plugin
cordova plugin add cordova-plugin-rtsp-vlc
:
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="cordova.js"></script>
<script >window.VideoPlayerVLC.play(
"rtmp://127.0.0.1/live/stream",
done => {},
error => {}
);</script>
ÿ