Youtube嵌入在我的网站上受到限制

时间:2015-01-30 08:09:51

标签: javascript html youtube embed

我想嵌入一个YouTube视频,我收到了错误:

This video contains content from WMG. It is restricted from playback on certain sites

示例(我的网站):

http://128.199.50.211/#!/video/id=2zNSgSzhBfM

但这里工作得很好:

http://safeshare.tv/w/dYhDnxJGNP

这是同样的iframe嵌入,为什么会发生?

HTML:

<iframe class="embed-responsive-item" id="unique-youtube-embed-id-4" frameborder="0" allowfullscreen="1" title="YouTube video player" width="640" height="390" src="https://www.youtube.com/embed/2zNSgSzhBfM?autoplay=1&theme=light&start=0&enablejsapi=1&origin=http%3A%2F%2F128.199.50.211"></iframe>

我该如何解决这个问题?

0 个答案:

没有答案