Unity on Flutter #6362
braysonjohn148
started this conversation in
General
Replies: 1 comment
-
|
I didn't test embedding Unity into Flutter before, can you explain how it works? In normal circumstances, all you need to do is create a custom Media Stream from the video which has filtered video and set it using the following function https://github.com/ant-media/WebRTC-Flutter-SDK/blob/main/lib/src/helpers/helper.dart#L468 If unity works as iFrame and there is no communication between unity and flutter, then you can take a look at unity SDK directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a Flutter App, and I want to implement Face Filters, so I went for Unity. How can I stream my Unity Widget Screen to Antmedia servers?
Beta Was this translation helpful? Give feedback.
All reactions