Player crashing on seeking / after playing few seconds in RDK device #6563
Unanswered
siripatnaik
asked this question in
Q&A
Replies: 1 comment
-
The logs don't show any signs of a crash. Try disabling the Web Worker by adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HLS Issue:
We are facing player crash issue while running .m3u8 content using hlsPlayer loaded by LightningJS VideoPlayer plugin. The app is working fine on normal browser, but it always fails on the actual RDK device (can reproduce this on browser when using the below mentioned user agent)
What version of Hls.js are you using?
1.5.11 (even tried downgrading the version)
What browser (including version) are you using?
Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Safari/605.1.15 WPE/1.0
What OS (including version) are you using?
Linux RDK (A Yocto Project based Distro) 2.0 (dunfell)
Test stream
https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel.ism/.m3u8
Configuration
Hls({
liveDurationInfinity: true,
debug:true,
abrMaxWithRealBitrate: true,
maxBufferLength: 20,
maxMaxBufferLength: 30,
maxBufferSize: 20 * 1000 * 1000,
maxBufferHole: 0.1,
capLevelToPlayerSize: true,
startLevel: 1,
maxBitrate: 1000000,
});
Checklist
The issue observed is not already reported by searching on Github under https://github.com/video-dev/hls.js/issues
The stream has correct Access-Control-Allow-Origin headers (CORS)
There are no network errors such as 404s in the browser console when trying to play the stream
Expected behaviour
Play the video, seek 10seconds forward
What actually happened?
The stream starts playing normally in the start but after 2-3 seconds the player stops and crashes.
Sometimes the stream plays more than few seconds, after that if we try to seek the content, upon seeking also player crashes.
Console output
device-tos-hlslogs2.txt
Please suggest how to debug further or fix this issue.
Beta Was this translation helpful? Give feedback.
All reactions