1.0.7 • Published 8 years ago

html5-video-player-bilalasif09 v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago