Skip to content
New issue

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

mediaErrors reattempt forever #2220

Open
EffakT opened this issue Jan 30, 2024 · 0 comments
Open

mediaErrors reattempt forever #2220

EffakT opened this issue Jan 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@EffakT
Copy link
Contributor

EffakT commented Jan 30, 2024

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

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

Screenshots

No response

Platform

macOS

Browser

Firefox

Jellyfin server version

10.8.12

Additional context

No response

@EffakT EffakT added the bug Something isn't working label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant