Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 482 Bytes

rtsplayer

a rtsp player using FFMpeg and ImageView for Dride-App.

Install

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

Using

cordova.plugins.rtsplayer.watchVideo("rtsp://192.168.1.254/xxx.mov", callbackSucces, callbackError);

Notes

This is a fork of this original project