Undocumented / inconsistent cross-browser values for percent
and duration
when streaming
#847
Labels
Live
Issues related to Live video playback
Expected Behavior
That there should be some consistent way to identify during playback that the viewer is watching a livestream rather than an on-demand video.
I note that https://developer.vimeo.com/player/sdk/reference#timeupdate does not document what these values should / might be for a livestream but I would have expected them to have some defined behaviour.
Actual Behavior
When viewing a livestream, the
timeupdate
event gives differentpercent
andduration
values depending on the browser.Infinity
(the JS constant)0
47721.859
{seconds} / {duration}
The value
47721.859
doesn't appear to correlate to anything in the event setup / schedule, as far as I can see it is just a consistent but arbitrary number.Steps to Reproduce
During a livestream:
Observe that the values reported to the console are as above.
The text was updated successfully, but these errors were encountered: