bbb-playback icon indicating copy to clipboard operation
bbb-playback copied to clipboard

iOS doesn't start at correct time defined in t URL parameter

Open alessandropepi2014 opened this issue 4 years ago • 1 comments

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

alessandropepi2014 avatar Nov 13 '20 07:11 alessandropepi2014

Looks like WebKit's media handling does not trigger the loadedmetadata event used to set the initial media time.

pedrobmarin avatar Nov 13 '20 12:11 pedrobmarin