This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
I want to set the type of video, but there is no type parameter?
To be more clear I want to do the following in:
<video id="player" class="video-js vjs-default-skin" height="360" width="640" controls preload="none"> <source src="http://localhost:8080/hls/stream.m3u8" type="application/x-mpegURL" /> </video>
but 'type' is no parameter.