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
demandé il y a 4 ans261 vues
2 réponses
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
répondu il y a 4 ans
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

répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions