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

webrtc: switch to recvonly transceivers (#4059) #4108

Merged
merged 1 commit into from
Jan 4, 2025
Merged

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Jan 4, 2025

Fixes #4059

This fixes compatibility with devices that support decoding AV1 but don't support encoding it.

This was previously impossible to achieve due to a bug that prevented video from being displayed when recvonly transceivers were in use and audio was not present.

This fixes compatibility with devices that support decoding AV1 but
doesn't support encoding it.

This was previously impossible to achieve due to a bug that prevented
video from being displayed when recvonly transceivers were in use and
audio was not present.
@aler9 aler9 force-pushed the feature/recvonly branch from 3c9e191 to 6446dfd Compare January 4, 2025 15:31
Copy link

codecov bot commented Jan 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.21%. Comparing base (21b5031) to head (6446dfd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4108      +/-   ##
==========================================
+ Coverage   56.16%   56.21%   +0.04%     
==========================================
  Files         199      199              
  Lines       20567    20567              
==========================================
+ Hits        11552    11561       +9     
+ Misses       8144     8136       -8     
+ Partials      871      870       -1     

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

@aler9 aler9 merged commit d4c29f8 into main Jan 4, 2025
8 checks passed
@aler9 aler9 deleted the feature/recvonly branch January 4, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebRTC AV1/HEVC streams not working on Android: codecs not supported by client
1 participant