jueshi / apwidgets

Automatically exported from code.google.com/p/apwidgets
0 stars 0 forks source link

video exaple audio only on gallay tab 2 #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. the sketch runs fine but the video does not play.
2.
3.

What is the expected output? What do you see instead?
I would like the video to play, instead I only get audio. 

What version of the product are you using? On what operating system?
Gallaxy tab 2 tablet
processing 2.0a4

Please provide any additional information below.
Anyone else had this problem? is there a setting on the tablet or a permission 
that I'm forgetting? 

Original issue reported on code.google.com by joemck...@gmail.com on 13 Jun 2012 at 9:38

GoogleCodeExporter commented 9 years ago
i had the same problem. could be the size of the "APVideoView" try smaller: 
APVideoView(0, 0, 640, 400, false); for example

Original comment by fabien.r...@gmail.com on 25 Jun 2014 at 12:37