flpwgr / rtsplayer

a very, very, very, very simple cordova rtsp player using FFMpeg and ImageView (iOS), and the native capabilities from Android(MediaPlayer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATENTION

I not maintining this anymore! I do not work with iOS/Android development anymore. Use at your own risk! Feel free to fork and update :)

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

cordova.plugins.rtsplayer.watchVideo("rtsp://10.0.0.100:554/video", callbackSucces, callbackError);
cordova.plugins.rtsplayer.watch("rtsp://10.0.0.100/video", "user", "password" callbackSucces, callbackError);

Contribute

  • General improvments
  • Audio support on iOS

About

This plugin was origanly created to be used with h.264 rtsp streams.

More info about ffmpeg/ios etc etc: ffmpeg ios

About

a very, very, very, very simple cordova rtsp player using FFMpeg and ImageView (iOS), and the native capabilities from Android(MediaPlayer)


Languages

Language:C 94.2%Language:Objective-C 2.8%Language:C++ 2.2%Language:Java 0.7%Language:Shell 0.1%Language:JavaScript 0.0%