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]: Video playback always works at the lowest quality when playing .m3u8 file #4307

Open
RMabroukS opened this issue Nov 27, 2024 · 1 comment
Labels

Comments

@RMabroukS
Copy link

Version

6.8.2

What platforms are you having the problem on?

iOS

System Version

18

On what device are you experiencing the issue?

Real device, Simulator

Architecture

New architecture with interop layer

What happened?

When playing an .m3u8 video file, the video always plays at the lowest available quality, regardless of network conditions or the available quality levels in the playlist. Even after significantly reducing the bandwidth, the issue persists, and sometimes the video continues to play at the lowest quality.

the content of m3u8 url

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=5350000,RESOLUTION=1920x1080
1080.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2996000,RESOLUTION=1280x720
720.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1498000,RESOLUTION=854x480
480.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=856000,RESOLUTION=640x360
360.m3u8

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are:

Steps to Reproduce:

Play an .m3u8 video file.
Reduce the bandwidth (e.g., limit network speed).
Observe that the video continues to play at the lowest quality, even with higher quality options available.
Expected Behavior: The video should automatically adjust to a higher quality based on the available bandwidth and the quality levels in the .m3u8 playlist.

Actual Behavior: The video always plays at the lowest available quality, even after reducing the bandwidth, and sometimes stays at the lowest quality.

@RMabroukS RMabroukS added the bug label Nov 27, 2024
Copy link

Thank you for your issue report. Please note that the following information is missing or incomplete:

  • reproduction link

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant