Skip to content

Updated readme #83

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

Merged
merged 1 commit into from
Jul 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 15 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,29 @@

This repository contains a fork of WebRTC from Google with various improvements.

## Changes
## Main changes

### All

- Dynamically acquire decoder to mitigate decoder limitations #25 #26
- Dynamically acquire decoder to mitigate decoder limitations [#25](https://github.com/webrtc-sdk/webrtc/pull/25)
- Support for video simulcast with hardware & software encoders [patch](https://github.com/webrtc-sdk/webrtc/commit/ee030264e2274a2c90548a99b448782049e48fb4)
- Frame cryptor support (for end-to-end encryption) [patch](https://github.com/webrtc-sdk/webrtc/commit/3a2c008529a15fecde5f979a6ebb75c05463d45e)

### Android

- Support for video simulcast #3
- WrappedVideoDecoderFactory [#74](https://github.com/webrtc-sdk/webrtc/pull/74)

### iOS
### iOS / Mac

- Do not request microphone permissions for playback-only #2 #5
- Improvements to AVAudioSession interactions #7 #8
- Support for video simulcast #4
- Support for voice processing bypass #15

### Mac

- Support for video simulcast #10
- Remove hardcoded limitation of outputting to only right speaker on MBP #22
- Screen capture support #24 #36 #37
- Support for audio output device selection #35
- Cross-platform RTCMTLVideoView #40
- Sane audio handling [patch](https://github.com/webrtc-sdk/webrtc/commit/272127d457ab48e36241e82549870405864851f6)
- Do not acquire microphone/permissions unless actively publishing audio
- Abililty to bypass voice processing on iOS
- Remove hardcoded limitation of outputting only to right speaker on MacBook Pro
- Desktop capture for Mac [patch](https://github.com/webrtc-sdk/webrtc/commit/8e832d1163644ab504412c9b8f3ba8510d9890d6)

### Windows

- Fixed unable to acquire Mic when built-in AEC is enabled #29
- Fixed unable to acquire Mic when built-in AEC is enabled [#29](https://github.com/webrtc-sdk/webrtc/pull/29)

## LICENSE

Expand All @@ -47,3 +42,6 @@ This repository contains a fork of WebRTC from Google with various improvements.

- [Membrane Framework](https://github.com/membraneframework/membrane_rtc_engine)

- [Louper](https://louper.io)

Are you using WebRTC SDK in your framework or app? Feel free to open a PR and add yourself!