Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Click to play under play button


Hello all,

I use jwplayer to create video player from streaming.

The video player's layout is created correctly but when click on the play button, the video not play.
However if I click under the play button, the video play.

Can you help me about this, please?


Here is the code I use:

<div class="center__video-wrapper">
<video id="video-player"></video>
<script>
jwplayer("video-player").setup({
playlist: [{
image: "{{asset('images/example/video_example.jpg')}}",
sources: [
{ file: "rtmp://video.nowfc.com/live/f0935e4cd5920aa6c7c996a5ee53a70fnowfc"},
{ file: "http://m3u8.nowfc.com/hls/106.m3u8"}
]
}],
});
</script>
</div>

1 Community Answers

George

JW Player Support Agent  
0 rated :

Please test with the latest version of the player. If the issue still persists send us a test page as described in the document below:
https://support.jwplayer.com/customer/portal/articles/2186238-troubleshooting-%E2%80%94-creating-a-test-page

This question has received the maximum number of answers.