mirror of
https://github.com/koel/koel.git
synced 2026-04-27 01:35:59 +03:00
[GH-ISSUE #1818] [Bug]: 🐛 The convert 128kbps is not available in IOS Safari #1007
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1007
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @PBK-B on GitHub (Sep 3, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1818
Originally assigned to: @phanan on GitHub.
Read the Troubleshooting guide.
Reproduction steps
Convert and play media at 128kbps on mobileExpected behavior
The music can be played completely, and the playback component shows the progress of music playback.
Actual behavior
The playback component cannot show the playback progress, and the music will continue to replay after playing for a certain period of time.
Logs
null
Koel version
v7.0.12
How did you install Koel?
Compiled from source
Additional information
null
@phanan commented on GitHub (Sep 3, 2024):
Not a bug, but a limitation of on-the-fly transcoding, as there’s no
indication of the duration during transcoding of the video. I plan to
rewrite the feature with another approach (convert-then-cache) anyway.
On Tue, Sep 3, 2024 at 05:19 PBK Bin @.***> wrote:
@PBK-B commented on GitHub (Sep 3, 2024):
@phanan In fact, there are two problems here.