Changes between Version 83 and Version 84 of OvaRCNotes-011211-3


Ignore:
Timestamp:
04/01/11 18:46:49 (2 years ago)
Author:
paul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OvaRCNotes-011211-3

    v83 v84  
    6161   * OVA for Flowplayer tested against Flowplayer 3.2.6 
    6262   * Corrected the sizing of the Click Through region on linear ads so that it excludes the control bar in fullscreen mode (OVA for JW5 only) 
     63   * Support added into OVA for Flowplayer for URL resolvers/proxies to be used on RTMP ad stream URLs (e.g. Akamai etc.) 
    6364 
    6465{{{#!td style="background: #FFD586" 
     
    16081609If "delayAdRequestUntilPlay: true" is set and there is a splash image to show, OVA for JW5 will force "clearPlaylist: false" to be set. This ensures that the splash image shows until the user presses play and the ad scheduled playlist is generated and installed. 
    16091610 
    1610  
     1611== 26. Supporting URL Resolvers/Proxies with OVA for Flowplayer == 
     1612 
     1613Support had been added into OVA for Flowplayer to enable URL resolvers/proxies such as the Akamai plugin to be used with RTMP based ad stream URLs. 
     1614 
     1615To enable URL proxies such as Akamai to be used to derive the final ad stream URLs, configure OVA with the "enableProxies" option as follows: 
     1616 
     1617<code> 
     1618"ova": { 
     1619     "ads": { 
     1620           "enableProxies": true, 
     1621           ... 
     1622     } 
     1623} 
     1624</code> 
     1625 
     1626IDENTIFY EXAMPLES HERE 
     1627 
     1628