I'm using AWS Elemental MediaConvert to transcode video files into MPEG-DASH (with DRM encryption).
The mpd files generated are having manifest profile urn:mpeg:dash:profile:isoff-main:2011. I have tried this with different system presets available for the video , but always ended up with same manifest profile. Some settings I used are:
Output group: DASH ISO with Segment control: SEGMENTED_FILES
Output 1: Video Codec: MPEG-4 AVC (H.264),
plus different combinations of all available settings.
Is there any thing I'm missing or any specific combination of these settings that can create an mpd with following profiles?
The media player we use supports only urn:mpeg:dash:profile:isoff-on-demand:2011 and urn:mpeg:dash:profile:isoff-live:2011 profiles.
Unfortunately, we cannot change the media player as it is shipped with the SDK from DRM provider.
Any help will be greatly appreciated.