The outstream video player gives sites access to high-value video demand.
Overview
The outstream video player provides high-value video demand in various formats. Freestar automatically injects the video player onto the page without any on-page code change.
An example Primis video player
An example Connatix video player
Inject an Outstream Video Player
Freestar can configure a video player as on-call, allowing the publisher to control its injection.
Use the newVideo method to create a video player. placementName is a required value.
freestar.queue.push(function() {
freestar.newVideo("placementName");
});
Delete an Outstream Video Player
Use deleteVideo to destroy a video placement. placementName is a required value.
freestar.queue.push(function() {
freestar.deleteVideo("placementName");
});
Disabling an Outstream Video Player
Information on disabling products can be found on the Disabling Products page. The product key is video.
freestar.config.disabledProducts = {
video: true
};
Please submit a request here if you want to implement or make adjustments to Dynamic Ads on your site.