vps交流

来个懂播放器的大佬


本帖最后由 M100700 于 2022-10-4 17:19 编辑

想加VAST广告到播放器,可是搞不定,不懂技术

用的这个播放器

  1. https://github.com/sampotts/plyr

复制代码

我网页上的代码

  1. <video id="player" controls data-poster="#" >
  2.   <source src="#" type="application/x-mpegURL" />
  3. </video>

复制代码

gayhub上面有option,可是不知道该怎么写,写在哪儿

  1. https://github.com/sampotts/plyr#options

复制代码

下面有个ads,描述是这样的

  1. ads         Object         { enabled: false, publisherId: ”, tagUrl: ” }         enabled: Whether to enable advertisements. publisherId: Your unique vi.ai publisher ID. tagUrl is a URL for a custom VAST tag if you’re not using Vi.

复制代码