Default ext-x-version in AWS generated manifest files

1

Is the default value of #EXT-X-VERSION tag in a manifest file currently 5 and do you have any plans to increase it? If so then do you have any roadmap or schedule for that?
Do you have any recommendations about how to limit the maximum #EXT-X-VERSION number in manifest file in case the player device doesn't support some newer features?
Or is there a possibility to specify a maximum #EXT-X-VERSION value in generated manifest files?

laurio
已提問 4 年前檢視次數 259 次
2 個答案
0

There is no default value of EXT-X-VERSION. MediaPackage configure EXT-X-VERSION base on the feature being used. If it is an encrypted endpoint, it will have a higher EXT-X-VERSION. If it is a clear endpoint, it will have a lower EXT-X-VERSION.

The default behaviour of MediaPackage is to use an EXT-X-VERSION as low as possible for the feature-set selected. This is not configurable.

-Sam

AWS
已回答 4 年前
0

To elaborate a little on what Sam said, here's a link to the relevant part of the HLS spec:
https://developer.apple.com/documentation/http_live_streaming/about_the_ext-x-version_tag

In summary, the usage of certain features will determine this value, if you must see a higher value, you'll need to include the features/parameters detailed in the above spec

已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南