open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
393 stars 181 forks source link

Screen Share getting black in iOS #130

Open krishnastvSMSC opened 5 years ago

krishnastvSMSC commented 5 years ago

Hello Team,

With in the application using RPScreenRecorder, we are getting CMSampleBuffer. we are converting it to RTCVideoFrame and publishing to room successfully.

While doing same functionality with BroadCast Upload Extension in RPBroadcastSampleHandler, we getting CMSampleBuffer. If we convert and push it to room we are getting black screen.

Same functionality work perfectly in with-in the app, but using extension getting issue while converting to RTCVideoFrame.

Please help us to find solution for this.

Thank you

tanaymondal commented 3 years ago

@krishnastvSMSC Hi, did you find any solution?