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: Resolution is not changing for entire video and on current offset time #991

Open
1 task done
tnoct opened this issue Sep 20, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@tnoct
Copy link

tnoct commented Sep 20, 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

mux-player-react

Which browsers are you using?

Chrome, Firefox

Which operating systems are you using?

Other (add details below)

Description

OS : Ubuntu 24.04 LTS

Reduced test case

No response

Steps to reproduce

1.Provider m3u8 url to MuxPlayer via src prop react @mux/mux-player-react

Stackblitz Example: https://stackblitz.com/edit/vitejs-vite-byewwu?file=src%2FApp.tsx&terminal=dev

<MuxPlayer preload="none" loading="page" loop src={videoUrl} poster={posterImage} audio={audioOnly} metadata={{ video_title: record?.name }} style={{ width: '100%', height: '654px', padding: 0, margin: 0, borderRadius: 10, marginBottom: 5, }} />

Current Behavior

  1. Video is showing all resolution perfectly.
  2. Video starts from very low resolution
  3. on changing the resolution in the middle of runing video it changes the resolution after approx 4 to 5 seconds.
  4. after changing the video if seek the time controler back to 0 it again starts from low resolution and change it again where i change the resolution earlier.
    Screencast from 2024-09-20 12-37-15.webm

Expected Behavior

  1. Video should starts from resolution according to the my network bandwidth which is currently much stable
  2. on changing the resolution in the middle of runing video it should changes the resolution right away on current time .
  3. after changing the video if seek the time controler back to 0 it should starts from the highest resolution i selected currently

Errors

No Error were consoled by player.

What version of the package are you using?

v^2.9.1

@tnoct tnoct added bug Something isn't working Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Sep 20, 2024
@tnoct
Copy link
Author

tnoct commented Sep 20, 2024

What is this? @SAMBILI

@github-staff github-staff deleted a comment from SAMBILI Oct 28, 2024
@github-staff github-staff deleted a comment from SAMBILI Oct 28, 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