webrtc

RTCMultiConnection with ionic 5 full example

我是研究僧i 提交于 2020-07-23 07:34:54
问题 Everything is tried but not able to find any solution. please provide the working example with ionic 5 回答1: Working in Android Create the IONIC project ionic start myApp blank In Index.html add two scripts <script src="https://rtcmulticonnection.herokuapp.com/dist/RTCMultiConnection.min.js"></script> <script src="https://rtcmulticonnection.herokuapp.com/socket.io/socket.io.js"></script> add two Cordova plugin https://github.com/patwaswapnil/cordova-opentok-android-permissions ionic cordova

RTCMultiConnection with ionic 5 full example

巧了我就是萌 提交于 2020-07-23 07:33:11
问题 Everything is tried but not able to find any solution. please provide the working example with ionic 5 回答1: Working in Android Create the IONIC project ionic start myApp blank In Index.html add two scripts <script src="https://rtcmulticonnection.herokuapp.com/dist/RTCMultiConnection.min.js"></script> <script src="https://rtcmulticonnection.herokuapp.com/socket.io/socket.io.js"></script> add two Cordova plugin https://github.com/patwaswapnil/cordova-opentok-android-permissions ionic cordova

Coturn AWS EC2 problems running

孤人 提交于 2020-07-23 06:28:31
问题 I'm trying to setup and run coturn TURN server on my EC2 instance which is on ubuntu. I have installed coturn package and trying to run the server using command line only and here is my command - sudo turnserver -a -syslog -o -n -u [My_Username]:[My_Password] -f -p 3478 -L [AWS_Internal_IP] -X [AWS_External_IP] -r [AWS_External_IP] -v --no-dtls --no-tls -—no-cli I get turnserver invalid option -- '?' and the server does not run. Please help. 回答1: You should configure coturn in config file (

RTCMTLVideoView not supported in iPhone 11 series

十年热恋 提交于 2020-07-21 07:09:36
问题 I'm working on Video calls using WebRTC. I've used RTCMTLVideoView to render the remote's video in the app. Except iPhone 11 series devices, all other devices were working fine. #if arch(arm64) // Using metal (arm64 only) remoteRenderer = RTCMTLVideoView(frame: showInView.bounds) #endif I'm checking the issue in iPhone 11 Pro 13.3.1 & iPhone XS 13.2.3 and iPhone 6 12.3. But iPhone 11 alone getting this issue. Do we have any solutions for this Remote Video rendering issue? 回答1: Great to see I

RTCMTLVideoView not supported in iPhone 11 series

对着背影说爱祢 提交于 2020-07-21 07:08:45
问题 I'm working on Video calls using WebRTC. I've used RTCMTLVideoView to render the remote's video in the app. Except iPhone 11 series devices, all other devices were working fine. #if arch(arm64) // Using metal (arm64 only) remoteRenderer = RTCMTLVideoView(frame: showInView.bounds) #endif I'm checking the issue in iPhone 11 Pro 13.3.1 & iPhone XS 13.2.3 and iPhone 6 12.3. But iPhone 11 alone getting this issue. Do we have any solutions for this Remote Video rendering issue? 回答1: Great to see I

Force TCP for WebRTC PeerConnections

China☆狼群 提交于 2020-07-17 10:41:45
问题 Is it possible to force a TCP tunneled (TLS) connection with WebRTC? We are developing a WebRTC application for our business, but we are experiencing some major issues with incoming UDP streams caused by our internal network. We are already using a TURN server and we are getting a bunch of ICE candidates (even relay UDP ones). The thing is, as I stated above, that our incoming UDP traffic does not work reliable here (stuttering, very bad image quality, very low fps). It's enough to give the

iOS screen sharing (ReplayKit) using WebRTC in swift

落花浮王杯 提交于 2020-07-10 10:25:44
问题 I implemented webrtc SDK for video calling and its working fine . During video call user can share screen with another user. I am using RePlayKit for screen sharing. Here is my code class SampleHandler: RPBroadcastSampleHandler { var peerConnectionFactory: RTCPeerConnectionFactory? var localVideoSource: RTCVideoSource? var videoCapturer: RTCVideoCapturer? var peerConnection: RTCPeerConnection? var localVideoTrack: RTCVideoTrack? var disconnectSemaphore: DispatchSemaphore? var videodelegate

org.webrtc.RTCPeerConnection can not publish video to server

喜夏-厌秋 提交于 2020-07-10 08:17:31
问题 im using webrtc to send and get video in conference. The subcriser video is display normally But the problem is about the video is not publish to the server, i check the method "setlocalDescription" is not return error, here is my sdp, can anyone help? I searched a lot soluition but i still can not know my problem, i think it's about codec error, may be the codec is not H264( my server accpept H264) then im trying to force to H264 by using replace profile-level-id to 42e01f, but it's not

org.webrtc.RTCPeerConnection can not publish video to server

断了今生、忘了曾经 提交于 2020-07-10 08:14:22
问题 im using webrtc to send and get video in conference. The subcriser video is display normally But the problem is about the video is not publish to the server, i check the method "setlocalDescription" is not return error, here is my sdp, can anyone help? I searched a lot soluition but i still can not know my problem, i think it's about codec error, may be the codec is not H264( my server accpept H264) then im trying to force to H264 by using replace profile-level-id to 42e01f, but it's not

org.webrtc.RTCPeerConnection can not publish video to server

假装没事ソ 提交于 2020-07-10 08:13:32
问题 im using webrtc to send and get video in conference. The subcriser video is display normally But the problem is about the video is not publish to the server, i check the method "setlocalDescription" is not return error, here is my sdp, can anyone help? I searched a lot soluition but i still can not know my problem, i think it's about codec error, may be the codec is not H264( my server accpept H264) then im trying to force to H264 by using replace profile-level-id to 42e01f, but it's not