Ticket #344 (new defect)
Opened 15 months ago
customProperties are not applied to failover servers
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | OVA for Flowplayer (v1.0.1) |
| Component: | OVA for Flowplayer | Version: | OVA for Flowplayer (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
customProperties are not being applied to failover servers... reported by Michael
see:
"schedule":[
{
"zone":"us.ibtimes/tv/articles@x999",
"position":"pre-roll",
"loadOnDemand":true,
"refreshOnReplay":true,
"server": {
"type": "OAS",
"apiAddress": " http://oascentral.ibtimes.com/RealMedia/ads/adstream_sx.ads",
"timeoutInSeconds":30,
"customProperties": {
"target": ["_RM_HTML_VIDEOURL_=http%3A%2F%2Ftv.ibtimes.com%2Fprecious-metals-post-big-gains%2F3642.html","_RM_HTML_ADMAP_=in%3A%3A0","_RM_HTML_DESCRIPTION_=","_RM_HTML_TITLE_=","_RM_HTML_VIDEOID_=3642"]
},
"failoverServers": [{
"type": "OAS",
"tag": " http://oascentral.ibtimes.com/RealMedia/ads/adstream_sx.ads/us.ibtimes/tv/articles@x55",
"customProperties": {
"target": ["_RM_HTML_VIDEOURL_=http%3A%2F%2Ftv.ibtimes.com%2Fprecious-metals-post-big-gains%2F3642.html","_RM_HTML_ADMAP_=in%3A%3A0","_RM_HTML_DESCRIPTION_=","_RM_HTML_TITLE_=","_RM_HTML_VIDEOID_=3642"]
}
}]
}
}
]
},
