apprtc

Android webrtc not working with 3g, 4g

徘徊边缘 提交于 2019-12-03 03:55:09
In android application i have user webrtc for video calling app. If mobile is connected with wifi then app work perfectly. When i change wifi to mobile data and start app then app not work and also not display video . I have user webrtc in my app and server side kurento. Below list of scenario with status : Browser Client + Mobile Client -> Both on same Wifi network(KMS Server on same wifi network) -> Working fine . Mobile Client + Mobile Client -> Both on same Wifi network(KMS Server on same wifi network) -> Working fine . Browser Client + Mobile Client -> One of them on wifi(KMS Server on

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

孤街醉人 提交于 2019-11-29 11:39:41
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. Any idea what we are doing wrong? var peerConnectionFactory: RTCPeerConnectionFactory? override func

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.

openwebrtc demo is not working in Chrome

左心房为你撑大大i 提交于 2019-11-27 08:24:50
问题 Chrome supports WebRTC. But openwebrtc I am not able to run http://demo.openwebrtc.org:38080/ while apprtc I am able to run https://apprtc.appspot.com/ so why this problem ? so what is the difference between openwebrtc and apprtc ? is there any different implementation in thes e ? I know both use WebRTC APIs so my gut feeling is the demo sample that I use for openwebrtc is not https so chrome doesn’t let it access camera ,mike and so its not working.While Apprtc sample is https 回答1: Open web