mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #448] Bug: FLAC streaming interrupted. #316
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#316
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 @BernardGoldberger on GitHub (Sep 15, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/448
Windows, Master, Opera & Firefox.
I'm lately experiencing an issue that when I stream
.FLACfiles the stream is interrupted roughly 5 minutes in every time.This is the console error
Failed to load resource: net::ERR_SPDY_PROTOCOL_ERRORSo far it seems to be some kind of timeout issue but I'm not sure.
Has anyone else had the issue?
Note
SPDYis HTTP/2, I'm hosting Koel over HTTP/2.Correct, I meant to write, not
HTTP/1.@phanan commented on GitHub (Sep 15, 2016):
SPDYis not HTTP/2 actually, but its now-deprecated predecessor. I'm hosting Koel over HTTP/2 myself, let me try to see if this can be reproduced.@BernardGoldberger commented on GitHub (Sep 20, 2016):
I did some testing and in firefox there is no issue.
@BernardGoldberger commented on GitHub (Sep 20, 2016):
I did a lot of troubleshooting [I'm tired] and here is what I came up with.
I'm using apache 2.4.23 and here are the http related module versions
chrome://net-internals http2StreamError.txt
At this point I will close this issue and wait for apache to release a new httpd version which will hopefully have mod_http2 v1.6.* and besides this is definetly not related to koel.
NOTE the actuale console error is
Failed to load resource: net::ERR_CONNECTION_CLOSEDthe initial one was when I was using cloudflare.@phanan commented on GitHub (Sep 21, 2016):
Thanks!
On Tue, Sep 20, 2016 at 11:29 PM, bdgold notifications@github.com wrote:
@BernardGoldberger commented on GitHub (Oct 14, 2016):
Upgraded modules and the issue is still ongoing.
@icing commented on GitHub (Oct 14, 2016):
Hmm, is there a way to reproduce the error using curl commandline? Sound like a POST to an empty file should do it?
@BernardGoldberger commented on GitHub (Oct 14, 2016):
@icing personally I wouldn't even know where to start, I'm not familiar with curl neither am I an advanced programmer in that sense.