-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle "estimateContentLength" on stream endpoint in subsonic api #244
Labels
Milestone
Comments
Hello, Just tried this, and I am a bit puzzled:
Do you know how other servers handle these problems? |
Some updates:
|
epoupon
added a commit
that referenced
this issue
Aug 20, 2022
Well let's go for a basic guess for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I noticed LMS doesn't handle the "estimateContentLength" parameter on the stream endpoint while using the subsonic api.
The reference for the endpoint is here http://subsonic.org/pages/api.jsp#stream
The handling of this parameter is useful for players such as VLC. Wihtout the Content-Length HTTP header set to some reasonable value, VLC does not report a current position while playing, thus the client can't report the current position nor seek to a desired position.
Note that this only happens when transcoding. If I disable transcoding on the server the error goes away and VLC reports position as expected.
The text was updated successfully, but these errors were encountered: