pseudosavant / player.html

One file drop-in media player web app for using video and audio files served using basic HTTP directory listing
MIT License
219 stars 40 forks source link

support more file types #22

Open midzer opened 2 years ago

midzer commented 2 years ago

Hi,

great project, working pretty smoothly for me!

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

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 commented 9 months ago

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

Should I update my PR or do you commit?