player.html icon indicating copy to clipboard operation
player.html copied to clipboard

support more file types

Open midzer opened this issue 3 years ago • 1 comments

Hi,

great project, working pretty smoothly for me!

Here's a small PR to check for supported file types more verbosely:

  • support AV1
  • support 3gp
  • support wmv
  • support mkv properly (video/x-matroska not working for me, canPlayType returns an empty string)

With those changes I can even play H265 files with latest https://thorium.rocks/ browser (release with H265 support released soon).

I got the respective codec information from https://tools.woolyss.com/html5-audio-video-tester/

Thanks and have a nice week midzer

midzer avatar Oct 17 '22 15:10 midzer

Your proposed types look good. Will definitely try them once they're in main branch.

Should I update my PR or do you commit?

midzer avatar Jan 25 '24 11:01 midzer