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 using the example value for the JELLYFIN_PublishedServerUrl variable such as an ip address like 192.168.1.15 or a hostname like jellyfin.local.
When playing back media particularly music it may abruptly stop playing back and halt completely requiring to restart the client's session.
see: jellyfin/jellyfin-web#6054
Playback should be allowed to happen without unexpected interruptions.
Not relevant
x86-64
docker run -d \ --name=jellyfin \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e JELLYFIN_PublishedServerUrl=192.168.1.15 `#optional` \ -p 8096:8096 \ -p 8920:8920 `#optional` \ -p 7359:7359/udp `#optional` \ -p 1900:1900/udp `#optional` \ -v /hdd/jellyfin/library:/config \ -v /hdd/jellyfin/tvseries:/data/tvshows \ -v /hdd/jellyfin/movies:/data/movies \ -v /hdd/jellyfin/music:/data/music \ --restart unless-stopped \ lscr.io/linuxserver/jellyfin:latest
Not relevant. Error in question happens client side. See: https://github.com/jellyfin/jellyfin-web/issues/6054
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
When using the example value for the JELLYFIN_PublishedServerUrl variable such as an ip address like 192.168.1.15 or a hostname like jellyfin.local.
When playing back media particularly music it may abruptly stop playing back and halt completely requiring to restart the client's session.
see: jellyfin/jellyfin-web#6054
Expected Behavior
Playback should be allowed to happen without unexpected interruptions.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
Not relevant. Error in question happens client side. See: https://github.com/jellyfin/jellyfin-web/issues/6054
The text was updated successfully, but these errors were encountered: