MediaElement.js – HTML5 Video & Audio Player Wordpress Plugin - Rating, Reviews, Demo & Download

Plugin Description
Video and audio plugin for WordPress built on the MediaElement.js HTML5 media player library. Provides Flash or Silverlight fallback players for non-HTML5 browsers. Supports iPhone, iPad, and Andriod.
Supports MP4, OGG, WebM, WMV, MP3, WAV, WMA files as well as captions with WebSRT files.
Check out mediaElementjs.com for more information and examples.
Typical Usage for video
Video Player 00:0000:00
Typical Usage for audio
Audio Player
Shortcode Options
Alternatives
If you have a plugin that conflicts with MediaElement.js, you can also use the short codes
[mejsvideo src="http://mysite.com/mymedia.mp4" width="640" height="360"]
[mejsaudio src="http://mysite.com/mymedia.mp3"]
src
This location of any audio or video file
Video Player 00:0000:00
You can also leave off the extention and MediaElement.js will look for all media files matching the filename (mymedia.mp4, mymedia.webm, etc.)
http://mysite.com/mymedia
type
The media type of the resource
http://mysite.com/mymedia?xyz
mp4
The location of the h.264/MP4 source for the video.
Video Player 00:0000:00
mp3
The location of an MP3 file for video
Audio Player
ogg
The location of the Theora/Ogg source for the video.
webm
The location of the VP8/WebM source for the video.
Video Player 00:0000:00
poster
The location of the poster frame for the video.
width
The width of the video
height
The height of the video
loop
Loops the video or audio when it ends
Video Player 00:0000:00
preload
Start loading the video as soon as possible, before the user clicks play.
autoplay
Start playing the video as soon as it’s ready.
fullscreen
Disables the fullscreen button
Video Player 00:0000:00
duration
Disables the duration output
Video Player 00:0000:00
volume
Disables the volume slider
Video Player 00:0000:00
progress
Disables the progress bar
Video Player 00:0000:00
captions
URL to a WebSRT captions file
Video Player 00:0000:00
Simple Video
Basic playback options
Video Player 00:0000:00
All Attributes Video
All options enabled
Video Player 00:0000:00
Simple Audio
Basic playback options
Audio Player
All Attributes Audio
All options enabled
Audio Player
Use in a template
You can use WordPress shortcodes in your templates using the do_shortcode function.
<?php echo do_shortcode('Video Player 00:0000:00'); ?>