Control Video Player using URL

This page explains how you can control the video player using the video URL. You can add multiple parameters in the URL to change the player's behavior.

Here are a couple of examples for you.

Example: The video starts at the 9th second and ends at 12.

https://play.dyntube.io/videos/4w4tiWQzUO7xuaS1LiGSA?muted=false&autoplay=true&start=9&end=12&loop=true&volume=10

Example: The video auto-plays as muted.

https://play.dyntube.io/videos/4w4tiWQzUO7xuaS1LiGSA?muted=true&autoplay=true&start=9&end=12&loop=true&controls=hidden

GET https://play.dyntube.io/videos/4w4tiWQzUO7xuaS1LiGSA

Below is the list of parameters that you can pass to your video URL.

Query Parameters

Last updated