Skip to content

HFS plugin: minimalistic media player

Notifications You must be signed in to change notification settings

SanokKule/min-media-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

min-media-player

HFS plugin adding a minimalistic media player

Mime types should be defined in HFS.

config.yaml mime example
mime:
  "*.apng": image/png
  "*.avif": image/avif
  "*.bmp": image/bmp
  "*.css": text/css
  "*.f4v": video/mp4
  "*.flac": audio/flac
  "*.gif": image/gif
  "*.htm|*.html": text/html
  "*.js": text/javascript
  "*.mka": audio/webm
  "*.mkv|*.webm": video/webm
  "*.mov": video/quicktime
  "*.ogv": video/ogg
  "*.opus": audio/opus
  "*.svg": image/svg+xml
  "*.txt": text/plain

If you are having problems with playing back H265/HEVC you might need to enable chrome://flags/#ignore-gpu-blocklist flag in your chromium based browser
For Microsoft Edge you need the paid HEVC Video Extensions


HFS ~ HTTP File Server