mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4384] [MERGED] Fix HLS music playback on iOS #10047
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4384
Author: @nyanmisaka
Created: 10/28/2020
Status: ✅ Merged
Merged: 10/28/2020
Merged by: @Bond-009
Base:
master← Head:ios-hls-bitrate📝 Commits (1)
c91f42cDefault output audio bitrate to 128k📊 Changes
2 files changed (+19 additions, -3 deletions)
View changed files
📝
Jellyfin.Api/Helpers/DynamicHlsHelper.cs(+1 -1)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+18 -2)📄 Description
Changes
Issues
BANDWIDTHarea in master playlist is not allow to be empty on iOS, otherwise the playback won't begin.Only happens when transcoding music and streaming in HLS to iOS devices.
Fixes: https://github.com/jellyfin/jellyfin/issues/3957
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.