Embedding video using Mediaelement

Mediaelement is a HTML5 video and audio unification framework by mediaelementjs.com

The concept

Embed the video with nearly zero configuration and painless coding.

Basic example

Embed the video with nearly zero configuration and painless coding.

The above result is used the following code

<video autoplay muted controls role="videoplayer" width="100%">
	<source src="https://www.youtube.com/watch?v=Y1_VsyLAGuk" type="video/youtube" />
</video>