I think the mistake is on the side of the twitch itself. The frame code created on the twitch produces the same message. Use this code while the developers of the plugin and twitch solve the problem. Just replace the channel name with yours.
<script src= "https://player.twitch.tv/js/embed/v1.js"></script>
<div id="<player div ID>"></div>
<script type="text/javascript">
var options =
{
height:"200",
width: "100%",
channel: "vitamus"
};
var player = new Twitch.Player("<player div ID>", options);
player.setVolume(0.5);
</script>
Detailed usage settings here – https://dev.twitch.tv/docs/embed/video-and-clips/
and sorry for my english.
-
This reply was modified 4 years, 5 months ago by gamecaste.