Skip to content
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

raop: Fix broken audio streaming #2496

Merged
merged 1 commit into from
Sep 6, 2024
Merged

raop: Fix broken audio streaming #2496

merged 1 commit into from
Sep 6, 2024

Conversation

postlund
Copy link
Owner

@postlund postlund commented Sep 6, 2024

Audio streaming broke in the previous version due to nonce length changes. Apparently the encryption output counter was wrongly implemented as well (counter was always zero). Apple devices seems to be fine with that, but maybe some other devices doesn't like it? That is fixed now.

Relates to #2479

Audio streaming broke in the previous version due to nonce length
changes. Apparently the encryption output counter was wrongly
implemented as well (counter was always zero). Apple devices seems
to be fine with that, but maybe some other devices doesn't like it?
That is fixed now.

Relates to #2479
@postlund postlund added bug raop Remote Audio Output Protocol labels Sep 6, 2024
@postlund postlund self-assigned this Sep 6, 2024
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 88.84%. Comparing base (2cbaf5f) to head (f2a9f60).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pyatv/protocols/raop/protocols/airplayv2.py 20.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2496      +/-   ##
==========================================
- Coverage   88.95%   88.84%   -0.12%     
==========================================
  Files         168      168              
  Lines       11420    11421       +1     
==========================================
- Hits        10159    10147      -12     
- Misses       1261     1274      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@postlund postlund merged commit 8a8d176 into master Sep 6, 2024
19 of 21 checks passed
@postlund postlund deleted the fix_airplay branch September 6, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug raop Remote Audio Output Protocol
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant