Jump to content

trzczy

Approved members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by trzczy

  1. I test fluid-player. https://github.com/fluid-player/fluid-player "Fluid Player is a new free HTML5 video player. It is lightweight, easy to integrate and has advanced VAST* capabilities." But they use pre-roll so what would be to repair in my Revive Adserver - Fluid Player configuration?
  2. I noticed the same issue with Revive Adserver ver. 4.1.1 on another server: Failed to load http://rigby.ga/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D1: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://rigby.ml' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. Any idea?
  3. I have Revive Adserver ver. 3.1.0 on php 5.3. I prepared the pre-roll inline video zone and I am getting this error in the browser, when starting video. Failed to load http://ads.twojatv.info/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D32: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://twojatv.info' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. How to fix it? Thank you
  4. Is it possible to put the Revive Adserver invocation code for the pre-roll video into this player? <video width="400" autoplay> <source src="https://www.w3schools.com/html/movie.mp4" type="video/mp4"> Your browser does not support HTML5 video. </video> Which way?
  5. How to integrate invocation code into an online video player? Show a minimal imlementation please. Thank you
  6. I prepared zone and linked a video banner to it. I can watch the banner video there http://rigby.ga/www/admin/banner-edit.php?clientid=1&campaignid=1&bannerid=1 Then I prepared invocation code that looked like this: http://rigby.ga/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D1 Can you tell me what to do then. I only want to get something like "hello world" for pre-roll video. The minimal application that works. Do I have to put the invocation code to the src attribute of an iframe html element? Where is the place for the actual video in the code? I mean the video that shoud be prepended. Another iframe? Please help me with preparing a minimal 'hello world' for pre-roll video. Thank you
×
×
  • Create New...