mirror of
https://github.com/koel/koel.git
synced 2026-04-25 00:36:03 +03:00
[GH-ISSUE #1222] Opus encoded music doesn't play #695
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#695
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 @TobiasKozel on GitHub (May 5, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1222
Describe the bug
Opus encoded music doesn't play back. Instead the player gets stuck in a intermediate state.
To reproduce
Steps to reproduce the behavior:
Expected behavior
A browser wich supports opus in the audio tag should be able to play the file.
Screenshots
none
Environment
Additional context
The javascript console doesn't show any errors and the network inspector lists a request witht a ogg file type. Since the response seems to be smaller than the actual file, I suspect the whole file is needed for decoding to start.
@songliqiangcn commented on GitHub (May 5, 2020):
I have same issue. (looks it is playing, but no sound).
Environment
Koel: v4.3.1
OS: Ubuntu18.04
Browser Chrome Version 81.0.4044.129 (Official Build) (64-bit)
PHP 7.2.24-0ubuntu0.18.04.4 (cli) (built: Apr 8 2020 15:45:57) ( NTS )
Node version v12.16.3
@TobiasKozel commented on GitHub (May 5, 2020):
After switching to x-accel-redirect as the streaming method opus files seem to play fine.
I'll leave this open for now since this might be helpful to know.
@BrookeDot commented on GitHub (Jan 1, 2021):
I'm going to go ahead and close this out. Glad you got it resolved!