javascript - How should I integrate video.js in meteor? -
i looking reference or example of how integrate video.js in meteor application. don't want use package since plan add plugins video.js.
here elements understood (correct me if i'm wrong):
- video.js should loaded in client/compatibility folder in order loaded first
- it seems script , style elements must created. see here
- on page video.js player is, necessary load js since in dynamic html context.
a couple of questions:
- is there easy way change lang , font path?
- are files in video.js download mandatory using (except demo files guess)?
all feedbacks on video.js integration in meteor welcome.
thank help.
package:
> https://atmospherejs.com/yong/meteor-videojs > https://atmospherejs.com/natestrauser/videojs
github link
https://github.com/slava/talk-player/blob/master/client/player.js
Comments
Post a Comment