🎶 Collection of HTML5 media players / viewers.
- 📄
aud*.html: audio players - 📄
img*.html: image viewers - 📄
vid*.html: video players
Some usage examples:
https://dmotte.github.io/webmedia/aud.html#<url-to-audio-file>https://dmotte.github.io/webmedia/img.html#<url-to-image-file>https://dmotte.github.io/webmedia/vid.html#<url-to-video-file>https://dmotte.github.io/webmedia/aud-gdrive.html#<gdrive-file-id>https://dmotte.github.io/webmedia/img-gdrive.html#<gdrive-file-id>https://dmotte.github.io/webmedia/vid-gdrive.html#<gdrive-file-id>https://dmotte.github.io/webmedia/aud-gpg.html#<url-to-gpg-file>https://dmotte.github.io/webmedia/img-gpg.html#<url-to-gpg-file>https://dmotte.github.io/webmedia/vid-gpg.html#<url-to-gpg-file>
💡 Tip: you can add
?playat the end of the URL hash to autoplay the media once loaded.
The *-gpg.html pages can be used to open GPG-encrypted media files created like this:
gpg -c --cipher-algo=AES256 --no-compress --no-symkey-cache -o encrypted.gpg mymedia.mp3