screensharing

Screen sharing with WebRTC?

a 夏天 提交于 2019-11-28 17:14:42
We're exploring WebRTC but have seen conflicting information on what is possible and supported today. With WebRTC, is it possible to recreate a screen sharing service similar to join.me or WebEx where: You can share a portion of the screen You can give control to the other party No downloads are necessary Is this possible today with any of the WebRTC browsers? How about Chrome on iOS? To the best of my knowledge, it's not possible right now with any of the browsers, though the Google Chrome team has said that they're eventually intending to support this scenario (see the "Screensharing" bullet

Using WebRTC to send an iOS devices’ screen capture using ReplayKit

你离开我真会死。 提交于 2019-11-28 04:34:07
问题 We would like to use WebRTC to send an iOS devices’ screen capture using ReplayKit. The ReplayKit has a processSampleBuffer callback which gives CMSampleBuffer. But here is where we are stuck, we can’t seem to get the CMSampleBuffer to be sent to the connected peer. We have tried to create pixelBuffer from the sampleBuffer, and then create RTCVideoFrame. we also extracted the RTCVideoSource from RTCPeerConnectionFactory and then used an RTCVideoCapturer and stream it to the localVideoSource.