Skip to content

addPlayer Parameters

Branza Alexandru edited this page Jun 24, 2015 · 9 revisions

Demo usage

player.addPlayer({ multiscreen: 1, vlcArgs: ["--network-caching=30000:] });

Parameters

autoplay - boolean, video will start playback automatically. default is false

mute - boolean, playback will start muted. default is false

loop - boolean, replay the video(s) on end. default is false

allowFullscreen - boolean, if fullscreen is allowed. default is true

multiscreen - boolean, defaults to false, see multiscreen demo

buffer - int, specifies the caching value (in milliseconds) for network resources. (also known as buffering cache)

vlcArgs - array, passes arguments to VLC see list

Clone this wiki locally