Conversation
Codecov Report
@@ Coverage Diff @@
## master #1060 +/- ##
==========================================
- Coverage 95.87% 90.13% -5.75%
==========================================
Files 49 55 +6
Lines 4676 5208 +532
==========================================
+ Hits 4483 4694 +211
- Misses 193 514 +321
Continue to review full report at Codecov.
|
5331bc4 to
160d539
Compare
Relates to #1059
This commit makes it possible to scan for RAOP services and call the new stream_file method in the Stream interface. There's no RAOP protocol implementation yet, so it's not usable. Relates to #1059
This implementation is merely to demonstrate the functionality. Relates to #1059
Relates to #1059
When being late sending packets, send some additional packets in an attempt to catch up. A maximum of three packets will be sent each packet interval to not overcompensate too much. A very naive approach but seems to improve the situation a lot. Fixes #1061
Refactor how statistics are calculated and provide better output for easier troubleshooting. One small step towards improved statistics. Relates to #1059
Relates to #1059
Relates to #1059
I will add additional text to protocol documentation for RAOP and AirPlay over time, but it's not a priority as there are lots of sources online anyways. Relates to #1059
Relates to #1059
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #1059.
