SSL is required. That is the issue.
YouTube doesn’t require SSL. Twitch does
As to your code:
new Twitch.Embed("twitch-embed", {
width: 100%,
height: 480,
channel: "nuoflix",
layout: "video",
autoplay: false,
// Only needed if this page is going to be embedded on other websites
parent: ["http://nuo7.at", "http://www.nuo7.at"]
});
You only need it to be
new Twitch.Embed("twitch-embed", {
width: 100%,
height: 480,
channel: "nuoflix",
layout: "video",
autoplay: false
});
And it will auto determine the parent for you