How to install a JW player with an OVA plugin so that VPAID ads can be paused

I am trying to configure JW Player with the OVA plugin so that VPAID ads can be paused using the Pause button on the control panel. I was able to configure it so that FLV video ads loaded from a VAST document could be paused, but I could not get the VPAID ads to pause.

Any suggestions on how to make this work would be greatly appreciated. Thank!

The following is the OVA configuration:

{
    "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"
            }
        }
        ]
    }
}
+3
source share

All Articles