-
Notifications
You must be signed in to change notification settings - Fork 101
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
differentiate flush from quit #194
Conversation
Thanks for putting this together. |
Oh, BTW, I need to either invert the test order or test stream_disconnects in a different line to make sure it is executed ... |
I've uploaded test build r1455 to sourceforge. |
Thanks philippe44. Increase squeezelite revision to 1460.
Merged. Thank you. |
Fix VisualC 2008 build issues. Increase squeezelite revision to 1461.
Thanks philippe44. Increase squeezelite revision to 1460. (cherry picked from commit c18ab87)
Fix VisualC 2008 build issues. Increase squeezelite revision to 1461. (cherry picked from commit b19b1df) # Conflicts: # output.c
Thanks philippe44. Increase squeezelite revision to 1460.
Fix VisualC 2008 build issues. Increase squeezelite revision to 1461.
Per #193, this goes together with LMS-Community/slimserver#964 in trying to address the case where players with large buffers don't allow playlist to be modified at the current track when the next track has already been streamed. It exists with all devices but for the PR on LMS to work, the client has to flush only the streaming track when receiving a strmf.
This PR has been working for far in the tests I've made, but very likely more needs to be verified, so this is rather WIP