<iframe
src="http://player.twitch.tv/?channel={CHANNEL}"
height="720"
width="1280"
frameborder="0"
scrolling="no"
allowfullscreen>
</iframe>
Either Required
channel
: Channel name for live streams. (ex.twitch
)video
: Video ID for past broadcasts. Has no effect ifchannel
is specified. (ex.v123456
)
Optional
muted
: Sets the initial muted state.true
orfalse
. Defaults tofalse
.autoplay
: Automatically starts playing without the user clicking play.true
orfalse
. Defaults totrue
.time
: Start playback at the given timestamp for videos ONLY. Must be in the format1h2m3s
specifying hours, minutes, and seconds respectively. Defaults to the start of the video.