1.0.7 • Published 6 years ago

html5-video-player-bilalasif09 v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

HTML5-Video-Player

#HTML5 Video Player with custom controls, quality switching and no dependency

#Quality List should be an array of quality tag name followed by video link

#For Example

var videoQualities = "1080p","https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/mp4/BigBuckBunny.mp4", "720p","https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/mp4/BigBuckBunny.mp4", "320p","https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/mp4/BigBuckBunny.mp4", "144p","https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/mp4/BigBuckBunny.mp4" ;

#Specify default Video to Play

var defaultPlay = "720p";

#Initialize the Player

initPlayer(videoQualities,defaultPlay);

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago