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

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.

4 Community Answers

humg.thongit

User  
0 rated :

Somebody help me?

Todd

JW Player Support Agent  
1 rated :

Your stream is loading for me in our Stream Tester at http://demo.jwplayer.com/stream-tester/
Is it working for you in our Stream Tester as well?

humg.thongit

User  
0 rated :

It is working when I run on Stream Tester at http://demo.jwplayer.com/stream-tester/. But I have a require is hidden url source. I mean is I want to hidden url source, I don't want anybody can get my url.

Present I use code example I see a Iframe have created, user can viewsource this site and get url source.

humg.thongit

User  
0 rated :

I using jwplayer version 6.12, when I try to emble live youtube video I get message like image below

http://postimg.org/image/4vjut9qzx/

Thanks,

This question has received the maximum number of answers.