Hello everyone.
return (
<div className="container">
{
Object.keys(vod).length > 0 ?
<PlayerSection>
<VideoPlayer>
<iframe
src={`https://player.twitch.tv/?video=v${vod.id}&parent=mywebsite.se`}
height="100%"
width="100%"
allowFullScreen={true}>
</iframe>
</VideoPlayer>
<div className="mt-2 mb-2">
<h4>{vod.title}</h4>
Notice i had my own domain and have SSL. But still getting the message " player.twitch.tv refused to connect."
Thanks.