[
https://issues.apache.org/jira/browse/CB-6079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910055#comment-13910055
]
Arnout commented on CB-6079:
----------------------------
Sorry, forgot a bit of info.
I'm using a basic cordova create project installation with these plugins
enabled:
'org.apache.cordova.device',
'org.apache.cordova.file',
'org.apache.cordova.inappbrowser'
I just have some html pages with some video in it:
<video controls width="100%">
<source src="files/HLAAOV113A130003.mp4" type="video/mp4">
</video>
None of my video are playing if I do it like this.
You are talking about placing files on an SDcard? But I want to include my
video file with my project.
Do I just need to change the path to the files? Or do I need to place them
somewhere else?
> Android video mediaplayer error
> -------------------------------
>
> Key: CB-6079
> URL: https://issues.apache.org/jira/browse/CB-6079
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 3.3.0
> Environment: OSX 10.8.5, Android Developer Tools
> Reporter: Arnout
> Labels: Android, Video
> Fix For: 3.3.0
>
>
> I have a project with HTML5 video playback.
> On iOS everything works great, but if I build the same project for Android
> the video doesn't want to play.
> This is the error I get in LogCat: "Mediaplayer Error (1, -2147483648)".
> I tried to play the video with another plugin but without result.
> Installed platforms: android 3.3.0, ios 3.3.0
> Installed plugins:
> jaeger.Html5Video',
> 'org.apache.cordova.device',
> 'org.apache.cordova.file',
> 'org.apache.cordova.inappbrowser'
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)