bbb-playback
bbb-playback copied to clipboard
iOS doesn't start at correct time defined in t URL parameter
When playing records in iOS (Chrome or Safari) and specifying the URL parameter t=0h30m10s the recording starts at 0s and not at 30m10s as specified.
To reproduce open a recording with time specified, for example:
Smartphone:
- Device: iPad
- OS: iOS 14.2
- Browser chrome, safari
Looks like WebKit's media handling does not trigger the loadedmetadata
event used to set the initial media time.