-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video won't play #13
Comments
what is your videoUrl? Simon Mac Donald On Sat, Jun 8, 2013 at 10:49 PM, Paul [email protected] wrote:
|
this is what I want to play: I also tried a youtube video same thing no errors and no playback, i am using phonegap / cordova 2.6, is that maybe the problem? thanks for the quick response btw :) |
I just tried on an HTC one, and a Galaxy Nexus, same result. |
There is something wrong with your setup. They both play fine during my Simon Mac Donald On Sat, Jun 8, 2013 at 11:40 PM, Paul [email protected] wrote:
|
In the console I get this.
06-08 19:46:02.882: I/Web Console(10207): video played at file:///android_asset/www/cordova-2.6.0.js:5310
and the video does not play.
The code I have actuating it is
$scope.androidPlayVideo = function (videoUrl){
console.log('playing Video');
window.plugins.videoPlayer.play(videoUrl);
console.log('video played');
}
The text was updated successfully, but these errors were encountered: