Skip to content

raop: Support retransmission of lost packets#1099

Merged
postlund merged 1 commit into
masterfrom
raop_retransmissions
May 21, 2021
Merged

raop: Support retransmission of lost packets#1099
postlund merged 1 commit into
masterfrom
raop_retransmissions

Conversation

@postlund

@postlund postlund commented May 20, 2021

Copy link
Copy Markdown
Owner

Buffer the last 1000 packets and re-send if requested by receiver.

Fixes #1079

Buffer the last 1000 packets and re-send if requested by receiver.

Fixes #1079
@postlund postlund added enhancement raop Remote Audio Output Protocol labels May 20, 2021
@postlund postlund added this to the v0.8.0 milestone May 20, 2021
@postlund postlund self-assigned this May 20, 2021
@gitpod-io

gitpod-io Bot commented May 20, 2021

Copy link
Copy Markdown

@codecov

codecov Bot commented May 20, 2021

Copy link
Copy Markdown

Codecov Report

Merging #1099 (24b4378) into master (5f5ad5b) will decrease coverage by 0.20%.
The diff coverage is 62.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1099      +/-   ##
==========================================
- Coverage   88.55%   88.34%   -0.21%     
==========================================
  Files          57       58       +1     
  Lines        5460     5510      +50     
==========================================
+ Hits         4835     4868      +33     
- Misses        625      642      +17     
Impacted Files Coverage Δ
pyatv/raop/raop.py 26.58% <21.42%> (-1.03%) ⬇️
pyatv/raop/fifo.py 100.00% <100.00%> (ø)
pyatv/raop/packets.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f5ad5b...24b4378. Read the comment docs.

@postlund postlund merged commit 2dd1539 into master May 21, 2021
@postlund postlund deleted the raop_retransmissions branch May 21, 2021 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement raop Remote Audio Output Protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support retransmission of lost packets when streaming

1 participant