You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem with .bik videos. The videos play fine, but they don't stop at the end. Using getPlayingOffset I can see it just goes right on past the length of the video. I tried checking the current offset against the duration and stopping it when it's a few milliseconds from the end. This causes my entire application to freeze.
At first I thought I was doing something wrong, but everything works as expected when I replace the video with an MP4.
It does work as expected as long as I stop the video within the first 1/4 or so.
The text was updated successfully, but these errors were encountered:
Matt8110
changed the title
Video freezes when stopping
Application freezes when stopping video
Feb 5, 2023
I'm having a problem with .bik videos. The videos play fine, but they don't stop at the end. Using getPlayingOffset I can see it just goes right on past the length of the video. I tried checking the current offset against the duration and stopping it when it's a few milliseconds from the end. This causes my entire application to freeze.
At first I thought I was doing something wrong, but everything works as expected when I replace the video with an MP4.
It does work as expected as long as I stop the video within the first 1/4 or so.
The text was updated successfully, but these errors were encountered: