试图在我的JWplayer中实现大量标记。检查了在线验证器中的大量标签,其工作正常。但我无法在我的视频中查看广告。已经给出了代码请帮帮我..
我错过了什么。或者我是否需要购买任何许可证才能在Jwplayer中播放广告代码。
jwplayer("player").setup({
file: "rtmp://stream.metamorphosis.tv:1935/videos/_definst_/mp4:octv.mp4",
width:"100%",
aspectratio: "4:3",
image: "http://cdn.metamorphosis.tv/osp/hls/OCTVNewsWaterfrontRestaurantHyattRegencyTrinidad/poster/poster.jpg",
primary: 'flash',
advertising: {
client: "vast",
tag: "http://demo.tremorvideo.com/proddev/vast/vast2RegularLinear.xml"
}
});