For those having problems with the Android Videoview, here is a possible alternative that may be worth trying.
It's a javascript open source HTML5 video player for playing videos in a webview. Information and documentation is available here: VideoJS
It is simple to include the player, I have built the html within the app so the view can be sized. The attached example is very minimal, just loads and sizes the player and streams their demo video. It can also play local files. It shouldn't be too difficult to change the look etc, using css.
The few videos I have tried seem to work OK. Try your videos that the Android player has problems with.
The library is downloaded and included in the example. I've removed the flash content as it is not supported.
A B4j example is here: https://www.b4x.com/android/forum/threads/mediaview-of-b4j-oficial.57008/#post-360951
It's a javascript open source HTML5 video player for playing videos in a webview. Information and documentation is available here: VideoJS
It is simple to include the player, I have built the html within the app so the view can be sized. The attached example is very minimal, just loads and sizes the player and streams their demo video. It can also play local files. It shouldn't be too difficult to change the look etc, using css.
The few videos I have tried seem to work OK. Try your videos that the Android player has problems with.
The library is downloaded and included in the example. I've removed the flash content as it is not supported.
A B4j example is here: https://www.b4x.com/android/forum/threads/mediaview-of-b4j-oficial.57008/#post-360951
Attachments
Last edited: