-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RESOLUTION as float raises exception #355
Comments
RESOLUTION is defined as a decimal-resolution, which is defined in https://datatracker.ietf.org/doc/html/rfc8216#section-4.2 as two decimal-integers seperated by an x. So my understanding is that floating point values in RESOLUTION are not legal. That does not mean that there aren't playlists around that include floating point resolutions of course ... |
I understand the approach here @daveisfera, reaching more and diverse formtas/playlists, but I'm with @davemevans here. |
The main/most used video codec seems to use an |
That definitely does mean that having |
The
RESOLUTION
value inEXT-X-STREAM-INF
is listed as being a decimal value so some outputs list it with.0
and that causes the parsing to fail ( see https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.4.2 )The text was updated successfully, but these errors were encountered: