Player

Player options

src
URL to a video or audio file
poster
URL to a poster image to display before playback starts
autoplay
boolean, automatically start playing the video on page load
defaultVolume
75 by default. This value is overloaded by the volume set by the user which is kept in a cookie
controlBar
parameters for the control buttons (see below)
plugins
plugins configuration list (see below)
framerate
controlBarClassName
controlBar
tcOffset
mediaType
thumbRootDirectory
crossorigin
shortcuts
$("#container").mediaPlayer({
    autoplay: true,
    src: "http://www-player-i.ina.fr/medias/demo/audi.mp4"
});
                

Control bar options

...
...

Plugin options

...
...