-
Notifications
You must be signed in to change notification settings - Fork 101
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
update to m114 #76
update to m114 #76
Conversation
* Add Apache-2.0 license and some notes to README.md. * Add user link. * update. Updated readme detailing changes from original (#42) Adding membrane framework (#51) Co-authored-by: David Zhao <[email protected]>
ef8a824
to
e86aeee
Compare
hey @hiroshihorie, when you have time, can you help to see this diff 56b7119? I spent a lot of time re-adapting this big patch (which works fine), maybe you can take a look and prevent me from triggering new bugs. |
@cloudwebrtc Sure, does it work fine ? Would like to compile it and test it out or can you send me a framework ? |
@hiroshihorie sure, here is the framework Yes, it can run correctly on flutter iOS/macOS, and I also fixed the bug that the iOS enters the background and stops sending video track, maybe you can check that it works correctly in Swift |
allow listen-only mode in AudioUnit, adjust when category changes (#2) release mic when category changes (#5) Change defaults to iOS defaults (#7) Sync audio session config (#8) feat: support bypass voice processing for iOS. (#15) Remove MacBookPro audio pan right code (#22) fix: Fix can't open mic alone when built-in AEC is enabled. (#29) feat: add audio device changes detect for windows. (#41) fix Linux compile (#47) AudioUnit: Don't rely on category switch for mic indicator to turn off (#52) Stop recording on mute (turn off mic indicator) (#55) Cherry pick audio selection from m97 release (#35) [Mac] Allow audio device selection (#21) RTCAudioDeviceModule.outputDevice / inputDevice getter and setter (#80) Co-authored-by: Hiroshi Horie <[email protected]> Co-authored-by: David Zhao <[email protected]>
Simulcast support for iOS SDK (#4) Support for simulcast in Android SDK (#3) include simulcast headers for mac also (#10) Fix simulcast using hardware encoder on Android (#48) Co-authored-by: Hiroshi Horie <[email protected]> Co-authored-by: Angelika Serwa <[email protected]>
Start/Stop receiving stream method for VideoTrack (#25) Properly remove observer upon deconstruction (#26) feat: Expose setCodecPreferences/getCapabilities for android. (#61) fix: add WrappedVideoDecoderFactory.java. (#74) Co-authored-by: davidliu <[email protected]>
[Mac/iOS] feat: Add RTCYUVHelper for darwin. (#28) Cross-platform `RTCMTLVideoView` for both iOS / macOS (#40) rotationOverride should not be assign (#44) [ObjC] Expose properties / methods required for AV1 codec support (#60) Workaround: Render PixelBuffer in RTCMTLVideoView (#58) Improve iOS/macOS H264 encoder (#70) fix: fix video encoder not resuming correctly upon foregrounding (#75). Co-authored-by: Hiroshi Horie <[email protected]>
[Mac] feat: Support screen capture for macOS. (#24) (#36) fix: Get thumbnails asynchronously. (#37) fix: Use CVPixelBuffer to build DesktopCapture Frame, fix the crash caused by non-CVPixelBuffer frame in RTCVideoEncoderH264 that cannot be cropped. (#63) Fix the crash when setting the fps of the virtual camera. (#62)
f09ec29
to
6cba6f0
Compare
feat: Frame Cryptor (aes gcm/cbc). (#54) feat: key ratchet/derive. (#66) fix: skip invalid key when decryption failed. (#81) Co-authored-by: Théo Monnom <[email protected]>
Added yuv_helper (#57) ABGRToI420, ARGBToI420 & ARGBToRGB24 (#65) Co-authored-by: Théo Monnom <[email protected]> Co-authored-by: Hiroshi Horie <[email protected]>
6cba6f0
to
f576b69
Compare
yay 🎆 |
Great job ! |
Patches Group:
1, Readme and License aaf97b7
2, Audio Device Optimization 56b7119
3, Simulcast support for iOS/Android. 03dc44e
4, Android improvements 378dc0b
5, Darwin improvements 2abe97d
RTCMTLVideoView
for both iOS / macOS (Cross-platformRTCMTLVideoView
for both iOS / macOS #40)6, Desktop Capture for macOS. bd6ba72
7, Frame Cryptor Support. 4dd33c6
8, Other improvements. e86aeee