The number of output documents to index into an asset in Broadcast Monitoring. After this number of intervals, Media Server starts a new asset.
For example, if you set OutputInterval=30
and IntervalsPerAsset=10
, Media Server sends documents to Broadcast Monitoring that represent 30 seconds of video content. After 10 of these documents have been sent to Broadcast Monitoring and the asset represents 5 minutes of video, Media Server starts a new asset.
You could set OutputInterval=300
and IntervalsPerAsset=1
to achieve the same result, but this would delay the indexing of data until Media Server had processed 5 minutes of video content.
Type: | Integer |
Default: | 1 |
Required: | No |
Configuration Section: | TaskName |
Example: | IntervalsPerAsset=10
|
See Also: | OutputInterval |
|