- Index
- Browser Test
When selected the audio/video should automatically play, automatically playing each following audio/video in sequence to the end of the last tune when play should stop. A red marker indicates which audio/video is selected.
If you press the "shuffle" button the music should play as above but in a random order.
If you press the "loop" button the music should play as above but should not stop at the end of the last tune.
It should continue either in sequence or random order depending on whether the "shuffle" button is pressed.
Some (usually mobile phone or tablet) browsers do not support "autoplay". If your browser is one of these you can either start the player manually or change to a browser which does support autoplay.
See sections 2. Audio Capabilities and 3. Video Capabilities below for more information.
In order to play audio in HTML5 you must use a recent HTML5 compatible browser which supports mp3 or ogg.
Audio format name | MP3 | OGG | autoplay | next tune | red marker | notes |
---|---|---|---|---|---|---|
Windows Chrome | YES | YES | YES | YES | YES | |
Windows Firefox | NO | YES | YES | YES | YES | |
Windows Internet Explorer | YES | NO | YES | YES | YES | you must allow scripts |
Windows Edge | YES | NO | YES | YES | YES | |
Windows Safari | YES | NO | YES | YES | YES | quicktime essential |
Windows Opera | NO | YES | YES | YES | YES | |
Debian Linux Epiphany | YES | YES | YES | NO | YES | stops before end of tune |
Debian Linux Ice Weasel | NO | TRIES | YES | YES | YES | |
Android Samsung | YES | NO | YES | YES | YES | |
Android Chrome | YES | YES | NO | NO | YES | |
Android Firefox | NO | YES | YES | NO | YES | |
Android Opera | YES | YES | YES | YES | YES | |
Android Dolphin | YES | YES | NO | YES | YES | |
iOS Safari | YES | NO | NO | YES | YES | |
OS/X Safari | YES | NO | YES | YES | YES |
Video format name | WebM | ogg | mp4 | notes |
---|---|---|---|---|
Windows Chrome | YES | YES | NO | |
Windows Firefox | YES | YES | NO | |
Windows Internet Explorer | NO | NO | YES | you must allow scripts |
Windows Edge | NO | NO | YES | |
Windows Safari | NO | NO | YES | quicktime essential |
Windows Opera | YES | YES | NO | |
Linux Epiphany | YES | YES | YES | |
Linux Ice Weasel | NO | YES | NO | |
Android Samsung | YES | NO | YES | |
Android Chrome | YES | NO | YES | ** |
Android Firefox | NO | YES | YES | |
Android Opera | NO | NO | YES | |
Android Dolphin | YES | NO | YES | |
iOS Safari | NO | NO | YES | |
OS/X Safari | NO | NO | YES |
format name | WebM | ogg | mp4 |
---|---|---|---|
container format | webm | ogg | mp4 |
video format | VP8 | Theora | H264/AVC baseline |
audio format | Vorbis | Vorbis | AAC low complexity |
mime type | video/webm | video/ogg | video/mp4 |
file extension | .webm | .ogg or .ogv | .mp4 or .m4v |
The mime type tells the browser what format to expect so it can check whether it is playable.