Hello, how to access frames of video streams ? (I420 frames if i remember well)
I am trying using the java sample app (GitHub - jitsi/jitsi-meet-sdk-samples: Jitsi Meet SDK examples (Android and iOS))
Please help me
Hello, how to access frames of video streams ? (I420 frames if i remember well)
I am trying using the java sample app (GitHub - jitsi/jitsi-meet-sdk-samples: Jitsi Meet SDK examples (Android and iOS))
Please help me
We don’t have an API for raw frame access.
Ok thank you, would it be hard to create an api for this for a beginner like me ?
Is it feasible ?
I think it won’t be easy. This needs to happen in react-native-webrtc first, then expose through the SDK.
Ok thank you very much for these informations