We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a mediaError occurs, e.g "Attempting to append to the audio SourceBuffer, but it does not exist" This retries indefinitely
Play a video that will cause a mediaError, it will indefinitely retry, showing "Fatal media error encountered, trying to recover"
This should retry a set number of times before giving up.
Object { type: "mediaError", parent: "main", details: "bufferAppendError", sourceBufferName: "audio", frag: {…}, part: null, chunkMeta: {…}, error: Error, err: Error, fatal: true, … } PlayerElement.vue:140:16 13:04:12.527 fatal media error encountered, try to recover PlayerElement.vue:141:16 13:04:13.695 Object { type: "mediaError", parent: "main", details: "bufferAppendError", sourceBufferName: "audio", frag: {…}, part: null, chunkMeta: {…}, error: Error, err: Error, fatal: true, … } PlayerElement.vue:140:16 13:04:13.695 fatal media error encountered, try to recover PlayerElement.vue:141:16 13:04:15.002 Object { type: "mediaError", parent: "main", details: "bufferAppendError", sourceBufferName: "audio", frag: {…}, part: null, chunkMeta: {…}, error: Error, err: Error, fatal: true, … } PlayerElement.vue:140:16 13:04:15.003 fatal media error encountered, try to recover PlayerElement.vue:141:16 13:04:16.179 Object { type: "mediaError", parent: "main", details: "bufferAppendError", sourceBufferName: "audio", frag: {…}, part: null, chunkMeta: {…}, error: Error, err: Error, fatal: true, … } PlayerElement.vue:140:16 13:04:16.180 fatal media error encountered, try to recover PlayerElement.vue:141:16 13:04:17.289 Object { type: "mediaError", parent: "main", details: "bufferAppendError", sourceBufferName: "audio", frag: {…}, part: null, chunkMeta: {…}, error: Error, err: Error, fatal: true, … } PlayerElement.vue:140:16 13:04:17.289 fatal media error encountered, try to recover PlayerElement.vue:141:16 13:04:18.531 Object { type: "mediaError", parent: "main", details: "bufferAppendError", sourceBufferName: "audio", frag: {…}, part: null, chunkMeta: {…}, error: Error, err: Error, fatal: true, … } PlayerElement.vue:140:16 13:04:18.531 fatal media error encountered, try to recover
No response
macOS
Firefox
10.8.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
When a mediaError occurs, e.g "Attempting to append to the audio SourceBuffer, but it does not exist"
This retries indefinitely
Steps to reproduce
Play a video that will cause a mediaError, it will indefinitely retry, showing "Fatal media error encountered, trying to recover"
Expected behavior
This should retry a set number of times before giving up.
Logs
Screenshots
No response
Platform
macOS
Browser
Firefox
Jellyfin server version
10.8.12
Additional context
No response
The text was updated successfully, but these errors were encountered: