Supports for HTML5 video and audio player.
The provider is already inludes in vLitejs
.
<video id="player" src="<path_to_video_mp4>"></video>
<audio id="player" src="<path_to_audio_mp3>"></audio>
import 'vlitejs/vlite.css';
import Vlitejs from 'vlitejs';
new Vlitejs('#player');
Note The
provider
parameter on theVlitejs
constructor ishtml5
by default.
See demos of HTML5 video provider and HTML5 audio provider.