I want to play an video on android using Phone Gap, Html5 and Jquery-mobile.
But i am not able to get the video and got the below error
03-16 16:13:58.057: E/libEGL(551): call to OpenGL ES API with no current context (logged once per thread) 03-16 16:13:58.126: E/libEGL(551): call to OpenGL ES API with no current context (logged once per thread) 03-16 16:13:58.137: E/libEGL(551): call to OpenGL ES API with no current context (logged once per thread) 03-16 16:13:58.137: E/libEGL(551): call to OpenGL ES API with no current context (logged once per thread) 03-16 16:13:58.137: E/libEGL(551): call to OpenGL ES API with no current context (logged once per thread) 03-16 16:13:58.137: E/libEGL(551): call to OpenGL ES API with no current context (logged once per thread) 03-16 16:17:08.816: E/MediaPlayer(551): error (1, -1004) 03-16 16:17:08.816: E/MediaPlayer(551): Error (1,-1004)
** Html Code: **
<body>
<section>
<div>
<video id="video" height="240" width="360" autoplay autobuffer controls >
<source src="http://css.flepstudio.org/demo/video_player/assets/videos/21_Jump_Street.mp4">
<source src="http://css.flepstudio.org/demo/video_player/assets/videos/21_Jump_Street.ogv" type="video/ogg"> Video is not present
</video>
</div>
</section>
</body>