3

我正在尝试使用 OVA 插件设置 JW Player,以便可以使用控制栏上的暂停按钮暂停 VPAID 广告。我能够对其进行设置,以便可以暂停从 VAST 文档加载的 FLV 视频广告,但我无法让 VPAID 广告暂停。

任何有关如何使其工作的建议将不胜感激。谢谢!

以下是我的OVA配置:

{
    "shows": {
        "streams": [
        {
            "file": "http://content.bitsontherun.com/videos/wDqjiZXZ-m0JsjUy0.mp4",
            "duration": "00:00:15"
        }
        ]
    },
    "debug": {
        "debugger": "firebug",
        "levels": "fatal, config, vast_template"
    },
    "player": {
        "modes": {
            "linear": {
                "controls": {
                    "visible": true,
                    "enablePause": false,
                    "pauseOnClickThrough": true
                }
            }
        }
    },
    "ads": {
        "pauseOnClickThrough": true,
        "enablePause": "true",
        "displayCompanions": true,
        "companions": [
        {
            "id": "companion-300x250",
            "width": "300",
            "height": "250"
        }
        ],
        "vpaid": {
            "enablePause": "true",
            "pauseOnClickThrough": true,
            "controls": {
                "pauseOnClickThrough": "true",
                "enablePause": "true",
                "hideOnLinearPlayback": false
            }
        },
        "schedule": [
        {
            "position": "pre-roll",
            "server": {
                "type": "direct",
                "tag": "http://demo.scanscout.com/product/vastExamples/vast2VPAIDLinear.xml"
            }
        }
        ]
    }
}
4

0 回答 0