James Taylor 85cf943850
av-merge: Fix handling of QuotaExceededError
Many things fixed:
- Delete from end of video in addition to from beginning. Firefox
automatically deletes from the beginning already.
- Increment i in the while loop (oops)
- Calling .remove takes time for the sourceBuffer to perform, and
it will be in the updating=true state. Continuing to delete more
would give an error. Waits until the updateend event is fired
before deleting more segments.
- Retry appendBuffer if the quota was exceeded during a seek append

Signed-off-by: Jesús <heckyel@hyperbola.info>
2021-08-31 11:37:36 -05:00
..
2021-08-09 22:09:04 -05:00
2021-06-14 18:39:03 -05:00
2021-06-14 18:39:03 -05:00
2021-06-14 18:39:03 -05:00
2020-12-14 23:44:29 -05:00
2021-06-14 18:39:03 -05:00
2021-06-14 18:39:03 -05:00
2021-06-14 18:39:03 -05:00
2021-07-05 16:15:29 -05:00