Video.js default skin is really only suited for video playback. We will need to create/borrow a skin and/or player mode that really works for <audio>.
Description
Details
Event Timeline
In my latest version of the patch, I have a simple audio player working. But it still requires more work for small width versions and spoken article badges.
I've added a loading indicator to the audio player, since the standard one was a huge spinner. This uses a indeterminate progress bar.
Code to apply layout classes depending on the current size of the player.
http://jsfiddle.net/TheDJ/7pghk2dv/25/
Change 258359 had a related patch set uploaded (by TheDJ):
Make controlbar layout depend on the player width
The audio player mode still requires a bit more work to be able to fully and properly use this new plugin.
http://tools.wmflabs.org/hartman/mediawiki-dev/index.php?title=Sizes
Change 258359 merged by jenkins-bot:
Make controlbar layout depend on the player width
Change 287778 had a related patch set uploaded (by TheDJ):
Fix sizing of audio player and fully hide native controls
Change 287778 merged by jenkins-bot:
Fix sizing of audio player and fully hide native controls