Example 7 - Enabling/disabling rtmp.subscribe for RTMP ads


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 7 - Enabling/disabling rtmp.subscribe for RTMP ads
   </ova.title>
   <ova.json>
       {
          "debug": {
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
          },

          "ads": {
              "providers": { 
                  "enforceSettingSubscribeRTMP":true, 
                  "subscribeRTMP": false 
              },
              "schedule": [
                  {
                      "position": "pre-roll",
                      "tag": "../../../dist/templates/rtmp-ads/vast1-flv-no-markers.xml"
                  }
              ]
          }
       }
   </ova.json>
</config>