Current Behavior
These two warnings:
[warn] > Playback stalling at @2402.355654 due to low buffer (buffer=0.050512000000253465)
[warn] > [playback-rate-controller]: Stall detected, adjusting target latency
call onError with argument just "hlsError" string.
Expected Behavior
Provide error levels to onError arguments in order to know if user should see error message.
Steps to Reproduce
- Use file player.
- Set onError to ReactPlayer to get the error.
- Set hlsOptions: debug: true if you want to see the warnings in the console.
- Start playing any HLS video and seek around the video until you see the warning and the onError callback called.
Environment
- URL attempting to play: any hls url.
- Browser: Chrome
- Operating system: macOS Sonoma 14.4.1
Current Behavior
These two warnings:
call onError with argument just "hlsError" string.
Expected Behavior
Provide error levels to onError arguments in order to know if user should see error message.
Steps to Reproduce
Environment