Audio Video lag, Screen freezing, Black screen issue #6660
Unanswered
AnshikaRauniyar
asked this question in
Q&A
Replies: 1 comment
-
Please fill out the Bug Report Template as part of your issue, making sure to include:
If the issue is related to your stream, and you cannot share the stream, please include all the information we would need to reproduce the issue. This includes how to generate a stream that reproduces the issue. As far as your implementation goes it's mostly fine. Use default config options and do not call play until the buffer is provisioned to avoid stalling on start. What you describe is more likely related to the content. We need a bug report with sample content that consistently reproduces the issue to troubleshoot further. |
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
-
I am using Vimeo/Mux/Gumlet as video providers and my platform plays webinar which is actually a recorded video but for users, give a feel of live video by not allowing moving forward/backward.
I am constantly getting complains from users that audio video is not in sync, lags, screen freezes etc, and this is happening across devices & browser.
Can you folks help me debug it, if there is some issue in my implementation?
On sentry I am getting this errors
`
buffer: 93.03000100000008,
details: bufferStalledError,
fatal: false,
type: mediaError
details: fragLoadError,
fatal: false,
Beta Was this translation helpful? Give feedback.
All reactions