Replies: 1 comment 1 reply
-
Probably a problem with the audio segments as dash.js seems to load content but the buffer remains at zero. It works in other browsers? Can you share the content? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We found out that in Firefox for certain dash assets the audio buffer is not being loaded no data is appended.
The following log
[audio] Switch to index 0; buffer is empty
keeps on indefinitely, while thevideo buffer
loads fine. As a result the player stalls and playback never starts.Is there any reason why the audio buffer could not be created, and if so is there any way for dashjs to tell what the reason for this was, it seems that dashjs does not catch this properly?
Any help is appreciated,
thanks.
Complete logs
console-export-2022-7-22_14-39-15.txt
Dashjs logs
Beta Was this translation helpful? Give feedback.
All reactions