Hi, I am very frustrated with trying to get a video to play. I am building a "kiosk" type app, where I need I need a video to play in a loop continuously in half the screen, while something else goes on in the other half. Here are all the things I have tried:
Used the Video component, and pointed to a URL where I have an MP4 hosted. Set Auto Play, and Loop to "true".
Result: This method works fine in the test browser. However, when loaded via APK to the android tablet, no video shows up. That same MP4 plays fine on the same tablet when played with the built-in Video player, and on the native Chrome browser, so I know it is not a codec issue.
Used the YouTube component, put in a You Tube id, and set to Auto Play and Loop
Result: Video plays in the device, but, it will not auto play (you have to click to start) and it will loop. This comes closest, except for the need to "click to play" initially.
Used the Vimeo component, put in a video ID, set Auto Play and Loop
Result: Requires click to play, and switches to full-screen mode on clicking. Hitting the back button gets it to play inside the vimeo frame in the app, but inconsistently. Looping just does not happen.
It would seem like in 2014, the way to play a video in an app would have been solved, so I must be missing something. Anyone been successful with video?