IngestDateTime
The ingest engine produces output tracks that contain timestamped records. This parameter allows you to control the timestamp values. For example, when ingesting video that was broadcast at an earlier time, you can set the ingest time to the broadcast time. The timestamps on the output records then match the broadcast, which is useful when retrieving the content from the rolling buffer. Also, if you ingest a file multiple times, you can ensure that the timestamps are the same each time.
NOTE: This parameter specifies the time that is used for producing record timestamps. It does not control the time that Media Server begins ingesting video.
Specify the date and time in one of the following ways:
YYYYMMDDThhmmssZ
(ISO 8601 UTC)-
YYYY-MM-DDThh:mm:ss.sssZ
-
YYYY-MM-DD hh:mm:ss.sss
-
YYYY/MM/DD hh:mm:ss.sss
-
YYYY-MMM-DD hh:mm:ss.sss
(whereMMM
is the three-character month name, for exampleJan
orFeb
) - Epoch milliseconds. Epoch milliseconds are the number of milliseconds that have passed since January 1st 1970, 00:00:00 UTC. For example,
1430214314000
specifies 09:45:14 on 28 April 2015.
Type: | Date / Time value |
Default: | Current UTC time |
Required: | No |
Configuration Section: | TaskName |
Example: | IngestDateTime=1415964751000
|
See Also: |