
Embed youtube live video is not working
Dear all.
I using Jwplayer to embed youtube live video on my website. But I get a important issue it is not working.
Ex.
Live video url: https://www.youtube.com/watch?v=NzqsC6-VR4o
My code below
$(document).ready(function () {
jwplayer("box-live").setup({
file: "https://www.youtube.com/watch?v=NzqsC6-VR4o",
title: "CHAYDAN.COM", width: '728', height: '400',
logo: {
link: 'http://chaydan.com',
file: '/Content/themes/frontend/images/logo-chaydan-mini.png',
position: 'bottom.right', hide: 'false',
margin: '-35', linktarget: '_blank', hide: 'false', over: '10', out: '0.75'
}
}
});
When I click play video I get a message "Please stand by" like image below.
http://postimg.org/image/sh3mj29zl/
Please help me to fix it.
Thanks.