SyncWords Live can publish your HLS stream with added captions and translated subtitles to your AWS MediaPackage v2 channel.
You will need to add a 'Channel policy' in your MediaPackage v2 channel, which you should find under MediaPackage v2 Channel group > Channel > Policy -
Use the policy below, working with the administrator of your AWS account, to update the values in bold with your details.
{ "Version" : "2012-10-17", "Id" : "AllowIamUser", "Statement" : [ { "Sid" : "AllowIamUserToEmpChannel", "Effect" : "Allow", "Principal" : { "AWS" : "arn:aws:iam::710713970991:root" }, "Action" : "mediapackagev2:PutObject", "Resource" : "arn:aws:mediapackagev2:my-aws-region:my-account number:channelGroup/my-channelgroup-name/channel/my-channel-name" } ] }
With the policy in place you can now configure your Service in the SyncWords Live application.
From your Service page, in the Output section, for HLS Output, set the Destination to 'MediaPackage v2'.
Copy the 'HLS Ingest Endpoint URL' from your MediaPackage v2 channel and paste here.
You're ready to start your Service and begin streaming with caps and subs to your MediaPackage v2 channel. Contact us if you need further help setting up HLS publishing from SyncWords Live to your AWS MediaPackage v2 channel.