Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

admin-ll55/hls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

html hls player

Play video with HTML

basic parameter

  • v: video url. (Values: http://example.com/video.mp4)

extra parameters

  • a: Autoplay, require browser permission in order to work. (Values: 1=Enable, 0=Disable, omit=Disable)
  • t: Document title. (Values: Custom text, omit=Default title)