-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
iOS VAST library | ||
================ | ||
|
||
This repo contains sample project and reusable classes that implement the | ||
following video advertising features, trying to follow IAB standards as close | ||
as possible: | ||
|
||
* Showing inline video ads during main content playback | ||
* Supports pre-roll, mid-roll with absolute time positions, post-roll | ||
* Download and parse basic VAST structure as provided by OpenX Source Ad Server | ||
Video Ad Plugin | ||
* Play breaks are set up using model classes that try to follow VMAP standard | ||
|
||
|
||
TODO | ||
---- | ||
|
||
* More robust and full-featured VAST parser | ||
* Add support for other types of ads and play break positions | ||
* Implement VMAP parser | ||
* Implement NSCopying on model classes | ||
|