# rtsplayer **Repository Path**: tompes/rtsplayer ## Basic Information - **Project Name**: rtsplayer - **Description**: a very, very, very, very simple cordova rtsp player using FFMpeg and ImageView (iOS), and the native capabilities from Android(MediaPlayer) - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rtsplayer a very, very, very, very simple rtsp player using FFMpeg and ImageView. ## Install ```cordova plugin add https://github.com/felipew/rtsplayer.git``` Execute the compile.sh inside the Plugins folder Now you are ready to go ## Using ``` javascript cordova.plugins.rtsplayer.watchVideo("rtsp://10.0.0.100:554/video", callbackSucces, callbackError); ``` ``` javascript cordova.plugins.rtsplayer.watch("rtsp://10.0.0.100/video", "user", "password" callbackSucces, callbackError); ``` ## Contribute Android version is missing :( ## About This plugin was origanly created to be used with h.264 rtsp streams. More info about ffmpeg/ios etc etc: [ffmpeg ios](http://www.cantgetnosleep.com/wordpress/?p=111)