colloqi / pisignage-server

Local Server to manage piSignage players based on node.js
http://www.pisignage.com
MIT License
372 stars 153 forks source link

Support for VAST tag #174

Open hitesh83 opened 2 years ago

hitesh83 commented 2 years ago

VAST tags are currently used for playing real-time adverts also called programmatic advertising. normally one unique URL per player is provided, it is an XML file that gets updated every time we hit the URL. in URL there are two main parts, one is an advertisement file like mp4 jpg png, etc. 2nd part is an API to be hit after running the advert successfully.

The advertiser gets paid by a number of API hits.

there are many readymade plugins available for phrasing URLs and doing all these activities.

Some info is available on below link, https://github.com/minznerjosh/vast-player https://en.wikipedia.org/wiki/Video_Ad_Serving_Template

See if this can be integrated with Pisignage.