I am a little bit lost in all these 'links' from pages to pages to understand how to test the plugin during app development ... what should be downloaded ? it seems there is no trial license ?
test for JW 5.X can be done with our own OpenX server? or just the CDN server ? if we want to show up Ads capabilities to our investor we should be able to show test Ads from our own OpenX tests server
I finally got an ova.swf plugin downloaded, setup a jwplayer config , and could see my 2 html overlays ads displayed but now without any change to the code it stopped... and looking at the log I can see 'no Ads found'
------
Debuggable: OVA initialisation complete. Triggering load of Ads... @ http://lvh.me:3000/pages/immobilier
VideoAdServingTemplate: Template instantiated (no ad tag) UID = 33451CC1-5A66-6A27-229B-F2A4DBA423F3, replaceAdIds is false, listeners is NO UID @ http://lvh.me:3000/pages/immobilier
AdServerRequestProcessor: Creating ad server request groups across 2 ad slots @ http://lvh.me:3000/pages/immobilier
....
AdServerRequestProcessor: Multiple ads per request permitted by ad server in group 'OpenX-multiple' (0) @ http://lvh.me:3000/pages/immobilier
GMT+0100 VideoAdServingTemplate: Template instantiated (http://openx.videopromo.tv/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastIn...) UID = 78A53B8A-5130-0767-C30C-5DC9E0EBEFC3, replaceAdIds is false, listeners is 369653C4-9E9F-98D0-4880-6B976A08846C @ http://lvh.me:3000/pages/immobilier
GMT+0100 VideoAdServingTemplate: Loading VAST data from OpenX - request is http://openx.videopromo.tv/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastIn... @ http://lvh.me:3000/pages/immobilier
..
GET http://openx.videopromo.tv/crossdomain.xml [HTTP/1.1 200 OK 372ms]
..
VideoAdServingTemplate: Number of video ad serving templates returned = 1 @ http://lvh.me:3000/pages/immobilier
VideoAdServingTemplate: Parsing a V1.X VAST response - 0 ads in the template... @ http://lvh.me:3000/pages/immobilier
VideoAdServingTemplate: Parsing DONE @ http://lvh.me:3000/pages/immobilier
VideoAdServingTemplate: VAST Template (78A53B8A-5130-0767-C30C-5DC9E0EBEFC3) parsing complete - no ads found in this response (but it may be a wrapper) @ http://lvh.me:3000/pages/immobilier
AdServerRequestProcessor: Merging the returned templates back into 1 master VAST template:33451CC1-5A66-6A27-229B-F2A4DBA423F3 @ http://lvh.me:3000/pages/immobilier
VideoAdServingTemplate: No ads in Template78A53B8A-5130-0767-C30C-5DC9E0EBEFC3 to merge with Template 33451CC1-5A66-6A27-229B-F2A4DBA423F3 - returning @ http://lvh.me:3000/pages/immobilier
VideoAdServingTemplate: No ads in Template78A53B8A-5130-0767-C30C-5DC9E0EBEFC3 to merge with Template 33451CC1-5A66-6A27-229B-F2A4DBA423F3 - returning @ http://lvh.me:3000/pages/immobilier
AdServerRequestProcessor: Merge complete - 0 ads recorded in the master VAST template:33451CC1-5A66-6A27-229B-F2A4DBA423F3 @ http://lvh.me:3000/pages/immobilier
AdSchedule: Notified that template has been loaded @ http://lvh.me:3000/pages/immobilier
VASTController: VAST template has been fully loaded @ http://lvh.me:3000/pages/immobilier
DurationlessStreamSequence: *** BUILDING THE (DURATION-LESS) STREAM SEQUENCE FROM 1 SHOW STREAMS AND 2 AD SLOTS @ http://lvh.me:3000/pages/immobilier
DurationlessStreamSequence: No video ad streams to schedule, just scheduling the main stream(s) @ http://lvh.me:3000/pages/immobilier
don't understand why it' suddenly stopping showing overlay Ads
[SOLVED] I understand now what happen... did a global search/change for "zone" to "area" in my dev code .... forgot 'zone' i used in my player javascript display code to link to OpenX zones... so OVA was waiting for :
"schedule": [
{ "area": ....
just put back :
"schedule": [
{ "zone":
and it's running again ..