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 is paused after buffering is completed. #226

Open
malavikaVV opened this issue Feb 21, 2025 · 1 comment
Open

[BUG]: Video is paused after buffering is completed. #226

malavikaVV opened this issue Feb 21, 2025 · 1 comment
Labels

Comments

@malavikaVV
Copy link

Version of react-native-video-player

0.16.2

Version of react-native-video

6.10.1

What platforms are you having the problem on?

Android

System Version

All version of android from 8 and above

On what device are you experiencing the issue?

Real device

Architecture

Old architecture

What happened?

Once the video starts playing normally, the player experiences buffering for the m3u8 file that is being used due to some network issue. After the buffering is completed the player moves to a paused state and the user has to play the video manually.

Reproduction Link

repository link

Reproduction

<VideoPlayer
source={{ uri: 'https://new.ptvcrickethd.com/pak/media.stream/playlist.m3u8', bufferConfig: {
minBufferMs: 5000,
maxBufferMs: 15000,
bufferForPlaybackMs: 2500,
bufferForPlaybackAfterRebufferMs: 5000,
} }}
debug={{
enable: true,
thread:true
}}
accessible
controls
disableControlsAutoHide
pauseOnPress
/>

@malavikaVV malavikaVV added the bug label Feb 21, 2025
Copy link
Contributor

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

  • what happened?
  • 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

There is a newer version of the library available. You are using version of react, while the latest stable version is native. Please update to the latest version and check if the issue still exists.

Note: If the issue still exists, please update the issue report with the latest information.

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