Page MenuHomePhabricator

videojs source switcher doesn't seek to current time using ogv.js backend (upstream)
Closed, ResolvedPublic

Description

The videojs source switcher doesn't seek to the current time after switching sources. After investigating, looks like it waits for the 'loadeddata' event before trying to seek, which ogv.js 1.1.0 doesn't yet fire.

Upstream bug: https://github.com/brion/ogv.js/issues/395