VideoPlayer
VideoPlayer copied to clipboard
Plugin VideoPlayer for Cordova 3.0
After installing the plugin using command: cordova plugin add com.hutchind.cordova.plugins.streamingmedia and then calling it from AngularJs app from ng-click="playBack(movie.MovieID)" ``` $scope.playBack = function (movieId) { //console.log(movieId); var url = 'http://';...
How can i use this plugin in ios. i have to play .m3u8 format for live streaming. so how can i use this plugin for ios
I keep getting an error when my JS calls this plugin when I am not using "app.initialize();": W/PluginManager(21255): THREAD WARNING: exec() call to VideoPlayer.playVideo blocked the main thread for 67ms....
Hi, im triying your plagin and is very effective, i had only one question, when the application id loading the video is any way to get back to the app??...
is there any possibility to implement callback?