You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2022. It is now read-only.
It's fine that the video player raises an error when required configuration attributes / sub-property are missing. IMO, it is unnecessarily strict with the values of certain properties, though.
We recently had multiple reports about the player speed selector not working for users. The root of the problem was an invalid value stored in our system preferences (1.25 in this case) - this probably stemmed from our previous video player, which offered this value.
In line with Postel's Law, the video player should just fallback to the default value if an unsupported value is provided for such a relatively unimportant property.