
JWPlayer keeps loading on Android until pause/play pressed
Hello,
I am having troubles setting up HTML5 player for android (Chrome KitKat). JWPlayer version: "5.6.1768 (Licensed version)". This is the setup I am using (pretty basic). The movie is mp4 and the variable is passed from AngularJS route parameter.
bc.. jwplayer('video-player').setup({
file: $routeParams.movieUrl,
width: '100%',
height: '100%',
autostart: true,
modes: [{
type: 'html5'
}]
});
This works perfectly on desktop Chrome, but on Android it just keeps showing spinner wheel until I press pause and play again. Thank it plays the video just fine.
Any idea what could be possible cause of this?
Thanks