-
Notifications
You must be signed in to change notification settings - Fork 52
[flutter_webrtc] Support frame cryptor #563
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
Conversation
packages/flutter_webrtc/tizen/third_party/libwebrtc/include/rtc_video_source.h
Show resolved
Hide resolved
|
@bbrto21 The implementation should be kept aligned with https://github.com/flutter-webrtc/flutter-webrtc/tree/main/common/cpp as much as possible. |
Replace std::list to std::vector.
|
Looks good to me. |
@swift-kim Oh, I see. thanks you for informed that. |
|
@swift-kim , Can I merge this commit? |
|
About the crash issue of video room, please refer to flutter-webrtc/flutter-webrtc#1342 |
|
@wanchao-xu Did you test the plugin on both TV and common? |
This plugin only work on TV, and I tested it on TV. |
|
The README mentions "other Tizen devices" so I thought it would work on common. Is it not the case? Also if the plugin only works on TV, we shouldn't need the arm64 binary for now. |
|
The flutter webrtc can work on RB5, and it use arm64. The other TV devices can be RB5. |
|
|
Uh oh!
There was an error while loading. Please reload this page.