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

[BUG] JELLYFIN_PublishedServerUrl example variable does not contain http/https protocol resulting in errors with media playback #267

Open
1 task done
shyzus opened this issue Sep 17, 2024 · 1 comment

Comments

@shyzus
Copy link

shyzus commented Sep 17, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Set up jellyfin server according to the docs in the readme.
  2. Set JELLYFIN_PublishedServerUrl to a valid value that does not include http/https.
  3. Playback music via any client(Web, Jellyfin desktop, Kodi, Finamp) within an hour playback will abruptly stop.

Environment

Not relevant

CPU architecture

x86-64

Docker creation

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

Container logs

Not relevant. Error in question happens client side.
See: https://github.com/jellyfin/jellyfin-web/issues/6054
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant