mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Multiple Audio Instances Playing #2970
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 @nathandtrone on GitHub (Apr 25, 2021).
The Bug I've found can be reproduced by opening ANY media using the web interface, and while the media is playing, using the keyboard playback hotkeys. Such as K for pause/resume, and J and L for skipping. The video when paused will pause but the audio will sometimes start playing from the beginning of the track... If you play the video again, via keyboard or buttons, the audio will start back up where it left off, but now you have another audio track playing over top of the repeated/offset track. If you do this a number of times, it appears to "Build up" a few tracks and it becomes deafening and you have to reload the page to stop it.
System (please complete the following information):
To Reproduce
Expected behavior
It should stop the audio and play the audio wherever it is at, not start another stream in the background. It's like a second video element is playing in the background with the duration value set back to the beginning/resume time.
Logs
Cannot find any errors except for this one on startup:
Screenshots
It doesn't help here. I may be able to record it?
Additional context
I can reliably reproduce the problem every time I try. I have updated, redeployed and rebuilt the docker image multiple times, tried it with many different file formats and medias. I have tried it with single audio track files, and multi-language embedded audio tracks. Let me know if you could use any other information. I've got the app on my FireTV and I don't believe it's doing this on there. So I'm not certain what could be causing this. Let me know if you want me to run any javascript in console or anything to debug the problem more. I see no errors or warnings on the browser side.
@stale[bot] commented on GitHub (Sep 22, 2021):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.
@Bond-009 commented on GitHub (Mar 9, 2023):
Closing as stale