Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 939 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 939 Bytes

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