a rtsp player using FFMpeg and ImageView for Dride-App.
cordova plugin add https://github.com/develop-algoritma/cordova-dride-rtsp-player
Execute the compile.sh inside the Plugins folder
Now you are ready to go
cordova.plugins.rtsplayer.watchVideo("rtsp://192.168.1.254/xxx.mov", callbackSucces, callbackError);
This is a fork of this original project