mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Audio playback causes firefox tabs to crash #1558
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KristupasSavickas on GitHub (Apr 15, 2020).
Describe the bug
Some music tracks seem to be crashing my Firefox browser tab (see the screenshot for what I mean exactly) at specific timestamps. Starting the track past the timestamp that causes the crash works fine. On chromium (tested with
Chromium 81.0.4044.92 snap) the track plays fine.I haven't pinpointed this to a specific format yet, but all the music on my server is FLAC. I'm unable to attach a log from the browser, as the developer tools crash together with the tab. See the attached server log for more details.
System (please complete the following information):
Logs
https://gist.github.com/KristupasSavickas/b2cf8a895ab2661da3ffa80a7a4119b5 (the relevant logs begin at around
2020-04-15 13:18:04.156)Screenshots

Additional context
I can provide login to my server to Jellyfin maintainers or upload the copy of the audio files that cause this. Please let me know if you need any additional information to help solve this.
@Artiume commented on GitHub (Apr 15, 2020):
Can you verify that the track is Direct Playing.
Force it to transcode during the crash point, does it still crash?
Can you pull up the media info for the song.
@KristupasSavickas commented on GitHub (Apr 15, 2020):
@Artiume
So I guess it is.
How do I do that? I see no options for changing the quality of audio on the web/
@Artiume commented on GitHub (Apr 15, 2020):
Music transcoding is only accessible for manipulation via mobile. User settings > playback > music transcoding.
I want to say the global bitrate throttler would also work as well.
@KristupasSavickas commented on GitHub (Apr 15, 2020):
Looks to be a Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1528265