Introduction

Some features of the Teyuto player may be activated with URL parameters.
In other words, it means that the Teyuto embed (iFrame) source URL may be completed by query parameters introduced by a "end" (&).
Here is the example of a Teyuto embed code:
https://teyuto.teyuto.tv/app/live/player?w=10912&auto=off

<iframe width="560" height="315" src="https://teyuto.teyuto.tv/video/player?w=10912&auto=off" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" scrolling="no"></iframe>

1. Autoplay

https://teyuto.teyuto.tv/video/player?w=10912&auto=on

2. Defined playback times

To start a video from x, use: &t=x
https://teyuto.teyuto.tv/video/player?w=10912&t=10

3. Hide controls

To show the Player's control bar, use &controls=off
https://teyuto.teyuto.tv/video/player?w=10912&controls=off

4. Loop

Video will play to end and automatically restart, use &loop=on
https://teyuto.teyuto.tv/video/player?w=10912&loop=on

5. Hide captions

To show the Player's captions, use &captions=off
https://teyuto.teyuto.tv/video/player?w=10912&captions=off