Skip to content

🍭 Wow, such a lovely HTML5 video player

License

Notifications You must be signed in to change notification settings

Crayonn/DPlayer-Lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

DPlayer Lite, based on DPlayer 1.25.0 1ff15c8.

dplayer-lite-preview

DPlayer Lite Supports:

  • Streaming Formats
  • Media Formats
    • MP4 H.264
    • WebM
    • Ogg Theora Vorbis
  • Features
    • Hotkeys
    • Loop Control Button

Usage

Name Default Note
container document.getElementsByClassName('dplayer')[0] player container
autoplay false not supported in mobile browsers
theme '#b7daff' main color
loop false upon reaching the end of the video, automatically seek back to the start
lang navigator.language.toLowerCase() values: 'en', 'zh-cn', 'zh-tw'
preload 'auto' values: 'none', 'metadata', 'auto'
volume 1 default volume
video undefined video info
video.url undefined video link
video.pic undefined video poster
video.type 'auto' HLS support FLV support MPEG DASH support WebTorrent support
mutex true pause other players when this player start play

Other

About

🍭 Wow, such a lovely HTML5 video player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.6%
  • CSS 19.4%