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:
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"}
]
}],
});
↧