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
gefragt vor 4 Jahren259 Aufrufe
2 Antworten
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
beantwortet vor 4 Jahren
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

beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen