Multiple "Internet Streaming Bitrate Limit" dialogs #384

Closed
opened 2026-02-06 19:38:59 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @texneus on GitHub (Feb 5, 2019).

New to Jellyfin but not to Emby. I am running the Docker 10.1.0 version under Debian.

There are multiple locations that ask for "Internet Streaming Bitrate Limit":

  1. At the configuration wizard when Jellyfin is first run.
  2. On the playback settings page, streaming tab.
  3. On the DLNA page, settings tab.

All have the same title and description implying they are the same setting that limit bitrate for "out of network" devices. However, filling in it in for one location does not impact any others. I suggest the following behavior:

  1. A number provided at the setup wizard should propagate to and be shown in web page dialog box(es).
  2. Playback settings, streaming tab is the expected location for this setting.
  3. Remove from the DLNA page since it makes no sense for it to be here (DLNA is 'in network', unless I'm missing something). Also, settings made here do not "stick" (after saving and coming back, the number entered here is gone).

Edit: Docker run command:

docker run -d \
  --name jellyfin \
  -v /opt/jellyfin/data:/config \
  -v /mnt/Media:/mnt/Media \
  -v /mnt/RecordedTV1:/mnt/RecordedTV1 \
  -v /mnt/RecordedTV2:/mnt/RecordedTV2 \
  -p 8096:8096 \
  -p 8920:8920 \
  -u 107:20 \
   jellyfin/jellyfin
Originally created by @texneus on GitHub (Feb 5, 2019). New to Jellyfin but not to Emby. I am running the Docker 10.1.0 version under Debian. There are multiple locations that ask for "Internet Streaming Bitrate Limit": 1. At the configuration wizard when Jellyfin is first run. 2. On the playback settings page, streaming tab. 3. On the DLNA page, settings tab. All have the same title and description implying they are the same setting that limit bitrate for "out of network" devices. However, filling in it in for one location does not impact any others. I suggest the following behavior: 1. A number provided at the setup wizard should propagate to and be shown in web page dialog box(es). 2. Playback settings, streaming tab is the expected location for this setting. 3. Remove from the DLNA page since it makes no sense for it to be here (DLNA is 'in network', unless I'm missing something). Also, settings made here do not "stick" (after saving and coming back, the number entered here is gone). Edit: Docker run command: ``` docker run -d \ --name jellyfin \ -v /opt/jellyfin/data:/config \ -v /mnt/Media:/mnt/Media \ -v /mnt/RecordedTV1:/mnt/RecordedTV1 \ -v /mnt/RecordedTV2:/mnt/RecordedTV2 \ -p 8096:8096 \ -p 8920:8920 \ -u 107:20 \ jellyfin/jellyfin ```
OVERLORD added the stale label 2026-02-06 19:38:59 +03:00
Author
Owner

@stale[bot] commented on GitHub (Jul 30, 2019):

Issues go stale after 60d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 7d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on Matrix or Social Media.

@stale[bot] commented on GitHub (Jul 30, 2019): Issues go stale after 60d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 7d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on [Matrix or Social Media](https://jellyfin.readthedocs.io/en/latest/getting-help/).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#384