Jump to content

Vel

Approved members
  • Posts

    4
  • Joined

  • Last visited

About Vel

Vel's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi All, I am Newbie to Web server domain and I use Revive server version 5.3.0 (Not Hosted edition). I have the same question as others in this thread. Does anyone successfully made the inline/overlay Video advertisement working? I got the the Inline Video Invocation code "http://3.82.156.25:8080/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D4" (4 is the zone ID) from Revive ad server portal. Could anyone please help how/where to add the invocation tag at my HTML page shown below, ------------------------------------------------------------------------------------------------ <!DOCTYPE html> <html> <body> <center> <h1 style="color:green;"> ADServer - Sample</h1> <h3>Inline Video AD - HTML video tag</h3> <p>Rollable TV <p> <video width="650" height="350" controls preload="auto"> <source src="./Video_Rollable_TV.mp4" type="video/mp4"> </video> </center> </body> </html> ------------------------------------------------------------------------------------------------ Thanks in Advance, Vel
  2. Hi Thomas, Did you find how to include "http://ads.financialreport.gr/adserver/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D21" in your HTML video player page? I am also facing same issue. Thanks
  3. Hi, This issue has been resolved just by adding " - MYSQL_ROOT_PASSWORD=root" in the mentioned 'mysql' container's environment part. So, request to close this topic. Note: The "MDB2 Error" message was misleading for this issue. Thanks.
  4. Hi, I am new to Webserver domain and trying to install Revive_5.3.0 using Docker. I referred the docker approach from https://hub.docker.com/r/dustinhawkins/revive to launch from localhost. Getting the below error while creating Mysql database. Could anyone please guide to resolve this issue? MDB2 Error: unknown errorconnect: [Error message: php_network_getaddresses: getaddrinfo failed: Try again] [Native code: 2002] [Native message: php_network_getaddresses: getaddrinfo failed: Try again]Installation failed to create the database revive Note: I used the below services in docker-compose yaml file. mysql: image: mysql:5.7 restart: always environment: - MYSQL_DATABASE=revive - MYSQL_USER=user - MYSQL_PASSWORD=password Thanks in Advance.
×
×
  • Create New...