support audio and subtitle tracks (multiple languages etc), first round
This commit is contained in:
parent
0f6d70766f
commit
07fdb094dd
5 changed files with 328 additions and 124 deletions
|
|
@ -74,6 +74,7 @@ Ox.VideoPlayerPanel = function(options, self) {
|
|||
showUsers: false,
|
||||
smallTimelineURL: '',
|
||||
subtitles: [],
|
||||
subtitlesDefaultTrack: 'en',
|
||||
timeline: '',
|
||||
timelineTooltip: 'timeline',
|
||||
video: '',
|
||||
|
|
@ -227,6 +228,7 @@ Ox.VideoPlayerPanel = function(options, self) {
|
|||
resolution: self.options.resolution,
|
||||
scaleToFill: self.options.scaleToFill,
|
||||
subtitles: self.options.subtitles,
|
||||
subtitlesDefaultTrack: self.options.subtitlesDefaultTrack,
|
||||
timeline: self.options.smallTimelineURL,
|
||||
video: self.options.video,
|
||||
volume: self.options.volume,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue