- Newest
- Most votes
- Most comments
There is no customer faced logs on EMP VoD for ingest.
You have only event notification for ingest:
https://docs.aws.amazon.com/mediapackage/latest/ug/cloudwatch-events-example.html
If you need more data you need to go to AWS support
answered 6 months ago
Try to create packaging group without DRM and check if MediaPackage can ingest multiple audio asset. You then will know should you focus on encryption or on transcoding process tuning.
answered 7 months ago
Based on the information provided, there are several potential causes for your MediaPackage egress endpoint failure when using SPEKE with MediaConvert for HLS, especially after adding an additional audio language:
-
Audio track ordering issue: When you add a second audio language, MediaPackage may be changing the default audio track to the first one in the list, regardless of your original configuration in MediaConvert. This is a known behavior where MediaPackage honors the track ordering of incoming renditions. If you've designated a specific language as default in MediaConvert but it's not the first track, MediaPackage might override this setting.
-
DRM configuration issues: If you're using SPEKE with Axinom DRM, ensure that your SPEKE key provider is correctly configured for the content protection you're using. For MSS endpoints specifically, only PlayReady DRM is supported, though this may not be directly related to your HLS issue.
-
MediaConvert output format compatibility: The additional audio track might be causing format compatibility issues. Check that the audio codec and packaging settings are compatible with MediaPackage's requirements.
To resolve these issues, you could try:
-
Reordering your audio tracks in MediaConvert so that your desired default audio track appears first in the list.
-
Verifying that your SPEKE configuration is correct for multiple audio tracks.
-
Checking MediaConvert job logs for any errors related to the audio encoding process.
-
Reviewing MediaPackage ingress settings to ensure they're compatible with your new multi-audio MediaConvert output.
Sources
Troubleshooting MSS endpoints in AWS Elemental MediaPackage - AWS Elemental MediaPackage v2
Default Audio Language Changed After Packaging with MediaPackage VOD | AWS re:Post
answered 7 months ago
Relevant content
asked 3 years ago
asked 4 months ago

Thank you so much, I will try it. how can I get the log of media package service