Difference between Timed based and number based manifests

0

Difference between Timed based and number based manifests in mpeg dash output?
What are its advantages ?
does hls also support this ?

Edited by: Punter on Apr 5, 2021 7:49 AM

Punter
已提问 3 年前310 查看次数
3 回答
0

Hi Punter

I have answered your question below.

Difference between Timed based and number based manifests in mpeg dash output?
Can I ask what product you are referring to?

The media attribute in the SegmentTemplate properties defines the URL where playback devices send segment requests. For number based manifest, the URL uses a $Number$ variable to identify the specific segment that is requested. When a playback device requests the segment, it replaces the variable with the number identifier of the segment.

For time based manifest, uses the $Time$ variable instead of $Number$ in the URL of the media attribute.

For your information, you can read our DASH media Attribute in SegmentTemplate for MediaPackage.
https://docs.aws.amazon.com/mediapackage/latest/ug/segtemp-format-media.html

What are its advantages ?
It depends on what format your player supports. Number based manifest is more common then time based manifest.

does hls also support this ?
No, this is specific for DASH. HLS has a different manifest structure.

  • Sam
AWS
已回答 3 年前
0

akamai has some complications with number based manifest ? though they say,it supports but it is

Punter
已回答 3 年前
0

Looking at Akamai's Encoder guide, the example they provided is a DASH Number with Duration manifest.
https://learn.akamai.com/en-us/webhelp/media-services-live/media-services-live-encoder-compatibility-testing-and-qualification-guide-v4.0/GUID-49A70F8E-7A5B-4D2F-8FF3-1EA079231C22.html

If you are having any issue streaming to Akamai with our AWS Elemental appliance products, you can raise a support case and we can follow up with you.

Thanks,
-Sam

AWS
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容