Skip to content

phpk/cordova-plugin-rtsplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 cordova-plugin-rtsplayer

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • Objective-C 2.8%
  • Other 0.8%