justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 379 forks source link

can not construct twitch player from iframe #623

Open clonn opened 8 years ago

clonn commented 8 years ago

So far I still not find any way to convert twitch player from iframe player.

image

clonn commented 8 years ago
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
</head>
<body>
<script src= "https://player.twitch.tv/js/embed/v1.js"></script>
<div id="player">
<iframe id="player_inner" src="https://player.twitch.tv/?channel=garenatw" frameborder="0" scrolling="no" height="378" width="620"></iframe><a href="https://www.twitch.tv/garenatw?tt_medium=live_embed&tt_content=text_link" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px; text-decoration:underline;">Watch live video from GarenaTW on www.twitch.tv</a>  
  </div>
<script type="text/javascript">
var player = new Twitch.Player("player_inner");
window.player = player;
</script>
</body>
</html>