Jump to content

Vel

Approved members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Vel

  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. On 7/11/2018 at 12:18 AM, thomaska said:

    Hi, 

    I have a customer and i am newbie. The customer requires a pre-roll inline  video bannber. I follow all the documentation to create the banner, link to a zone and then get the special invocation code. The invocation code is the following

    http://ads.financialreport.gr/adserver/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D21

    So can anyone tell me how to embed this code into an html page in order to play the video? I am confused and stack and i don't know how to do it.

    I will appreciate any help...

    Regards

    Thomas

    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,

    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 error
    connect: [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...