-
Notifications
You must be signed in to change notification settings - Fork 46
addPlayer Parameters
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)
titleBar
- string, specifies when and if the Title Bar should be visible. (default value is "fullscreen", possible values can be "fullscreen", "minimized", "both" or "none")
vlcArgs
- array, passes arguments to VLC see list
wcjs
- pass an external wcjs
object (this is optional, if not set, it will create a wcjs
object)
wcjsRendererOptions
- object of parameters for wcjs-renderer