Bug: Resolution is not changing for entire video and on current offset time
Opened this issue · 1 comments
tnoct commented
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
- Video is showing all resolution perfectly.
- Video starts from very low resolution
- on changing the resolution in the middle of runing video it changes the resolution after approx 4 to 5 seconds.
- 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
- Video should starts from resolution according to the my network bandwidth which is currently much stable
- on changing the resolution in the middle of runing video it should changes the resolution right away on current time .
- 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