Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Jump to end on seek within the last segment #924

Open
1 task done
keisans opened this issue May 21, 2024 · 0 comments
Open
1 task done

Bug: Jump to end on seek within the last segment #924

keisans opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@keisans
Copy link

keisans commented May 21, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Which Mux Elements/Packages does this apply to? Select all that apply

playback-core

Which browsers are you using?

Chrome

Which operating systems are you using?

macOS

Description

When seeking to a time in the last segment of a video, the player will seek to the very end of the video. This looks like it may be a regression introduced by #867.

Notes:

  • Tested in MuxVideoReact and MuxVideo on Chrome 125 and Arc 1.43.0 browser on MacOS 14.0

Reduced test case

No response

Steps to reproduce

On any Mux player using an Hls data source based around playback-core:

  • Start playing the video
  • Seek to a point within the last segment of the video that is before the end of the video without pausing

Current Behavior

The player will jump to the end of the video and stop playback

Expected Behavior

The player will jump to the selected time and continue playback

Errors

No response

What version of the package are you using?

v0.23.1

@keisans keisans added bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

1 participant