Kevin Feinberg
Kevin Feinberg
Ran into this as well. Worked fine a very simple test case while proving out my config. However, quickly scaling up to something much more sizeable and complex (trying to...
This doesn't make any sense. If the device is muted, why would you expect to hear anything? Volume controls are often hidden on mobile since the device controls handle it....
That makes more sense. Not an aspect that I can speak to from experience. My hunch is that is just how Apple decided to implement it in Safari. Could be...
Guessing the play inline changes that we should catch up with.
Edge is definitely brittle when it comes to seeking. I've seen improvement by ensuring that you don't fire a new seek while it's already seeking.
Nothing stands out. It would be helpful if you could write up a codepen, if this is still an issue.
On mobile, full screen is handled by the native player which gives you no control over that. How much space it occupies depends on the video vs device aspects. On...
Perhaps seeking to soon when loading? The position has to be seekable within its known duration.
vg-error appears to be working for me. At least in Chrome and FF. Is this an issue in a particular browser? Simple codepen with a vg-error handler that will throw...
HLS or DASH? On top of that, there's the factor of native versus plugin playback Have dealt with this a bit myself. It's not easy since the underlying video element...