
JWPlayer 7 FullScreen Error
On browser Chrome ver. 45.0.2454.101 (64-bit), when click full screen button at the right-buttom on the player during playing, player doesn't play with full screen.
In a moment back to normal screen and stop playing.
my code:
function player_setup() {
jwplayer('mediaplayer').setup({
file: "rtmp://hoge.cloudfront.net/cfx/st/mp4:example.mp4",
width: 360,
height: 270
});
}
Outputs at Chrome's console:
Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture. jwplayer.js:4
I can't see fullscreen on FireFox, either.
Are there needed any other config?