ID3 metadata item – payload - MediaLive

ID3 metadata item – payload

For information about the meaning and values for the fields in the following JSON, see the AWS Elemental MediaLive API Reference.

{ "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "string" }, "ImmediateModeScheduleActionStartSettings": { } }, "ActionName": "string", "ScheduleActionSettings": { "HlsId3SegmentTaggingSettings": { "Tag": "string" }, "HlsTimedMetadataSettings": { "Id3": "string" } } } ] }

Example

This example of a request creates ID3 metadata to be inserted at 13:35:59 UTC.

{ "ChannelId": "999999", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "2019-01-02T13:35:59Z" } }, "ActionName": "id3-metadata.2019-01-02T13:35:59Z", "ScheduleActionSettings": { "HlsTimedMetadataSettings": { "Id3": "SUQzBAAAAAAAF1RJVDIAAAANAAADSGVsbG8gV29ybGQA" } } } ] } }