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
It would be simple to hide the player when there's no URL for the current file, but the rest of the UI implies that you can play all of them so it might appear to the user that the player just broke. Ideally we'd reach out to Chelsea for ideas on how the UI should look when some AV files are offline.
Side note: My understanding is that durations are required by the manifest spec, so there should never be nonsense durations.
If you take a look at this project, there are 3 AV files in the Event.
The first and third events don't have AV file URLs, so the durations are nonsense values. The second file has an AV file URL and an accurate duration.
The player is showing the duration of the 2nd AV file no matter which file is selected.
Could the player be hidden if there's no AV URL associated with it? If not, can we show a duration of "00" on the player for no AV files?
The text was updated successfully, but these errors were encountered: