Overview
...
: Below is information pertaining to how IRIS.TV’s Contextual Video Marketplace integrates with a publisher's content management system (CMS) via a feed or API.
Setting Up Video Asset Metadata Ingestion
IRIS.TV supports a wide range of feed and data formats to handle content feed ingestion. Below are lists of accepted ingest methods and metadata requirements for adding contextual segments to your video content.
Accepted Methods for Video Asset Metadata Ingestion
IRIS.TV supports the following feed formats for asset library ingest:
...
Required – this data is necessary to create contextual segments for your assets.
Preferred – this data will likely improve the contextual segments segmentation for your assets.
Optional – this data will help IRIS.TV parse the publishers feed and understand the state of your assetscan improve the contextual segmentation for your assets with some data partners.
Excerpt |
---|
Required Meta Data
Preferred Meta Data
Optional Meta Data
|
Sample
...
Asset from a Publisher
Code Block | ||
---|---|---|
| ||
{ "id": 5331690110001, "name": "Lorem ipsum dolor sit amet, consectetur adipiscing elit", "shortDescription": "Donec congue orci vel ante posuere consectetur. Vestibulum vel eros velit. In suscipit arcu nec lectus posuere sagittis.", "creationDate": 1487717574502, "publishedDate": 1487717955852, "lastModifiedDate": 1487717955969, "startDate": 1487717955969, "endDate": null, "tags": [ "alex rodriguez", "new york yankees", "mlb" ], "videoStillURL": "http://xxx/2157889318001_5331738223001_5331690110001-vs.jpg?pubId=2157889318001", "thumbnailURL": "http://xxx/2157889318001_5331738224001_5331690110001-th.jpg?pubId=2157889318001", "length": 30805, "economics": "AD_SUPPORTED", "categories": [ "Baseball" ], "itemState": "ACTIVE", "SourceURL": "http://xxx/2157889318001_5331740038001_5331690110001.mp4" }, |
...