-
Notifications
You must be signed in to change notification settings - Fork 46
addPlayer Parameters
Branza Alexandru edited this page Jun 24, 2015
·
9 revisions
player.addPlayer({ multiscreen: 1, vlcArgs: ["--network-caching=30000"] });
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