Questions tagged [webrtc-ios]
56 questions
0
votes
0 answers
Long freeze on WebRTC iOS native SDK
I am working on an iOS app that uses WebRTC's native SDK to provide access to streams from different cameras. The codec used is H264/AVC.
Although most camera streams work perfectly fine, there are some that consistently freeze when the streams are…

Tuly
- 1
0
votes
1 answer
Two devices on different places connected with different network is not working IOS ( Swift ) through Webrtc
What steps will reproduce the problem?
Its working fine for me when i test for 2 or multiple devices locally (both are connected to same network)
Its working for me when i test for 2 or multiple devices (both are connected to different…

Ali Aqdas
- 437
- 5
- 9
0
votes
1 answer
SwiftUI WebRTC Audio and Video rendering
I have a problem with integrating Audio and Video from WebRTC to SwiftUI View.
Im trying to do this with UIViewRepresentable, but catch an error. About audio streaming i have no idea.
My SwiftUI View:
if showingVideo {
//MARK:…
0
votes
0 answers
Screen sharing with webrtc in iOS swift
i have implemented the screen sharing with webrtc streaming. i have used RPKit for screen sharing. screen sharing is working in iPhone11 mobile but same code not working in iPhone6s mobile. both mobiles had same iOS Version(iOS 13.4). i want to show…
0
votes
2 answers
I am unable to initialise createOffer() after complete rendering of local stream?
I am working on Video/Audio streaming functionality in my project and I am using react-native-webrtc library to implement the above features. Initially I am rendering local stream on ComponentDidMount()
componentDidMount () {
…

Pavan Kumar
- 37
- 10
0
votes
1 answer
iOS Swift WebRTC - Failed to set remote offer sdp: Failed to set remote video description send parameters
I am trying webRTC video call between iPhone devices. One application is creating the offer SDP as below. When i tried to set this SDP, am getting error in another application as
Error Domain=org.webrtc.RTCPeerConnection Code=-1 "Failed to set…

cto platform
- 191
- 3
- 12
0
votes
1 answer
Flutter Plugin Development native vendored_frameworks file not found
I'm working on the flutter-webrtc plugin for iOS. Previously, the plugin use the prebuilt cocoapods dependency. But, in the WebRTC M80 Release Notes they state they are going to be deprecating the mobile libraries.
To stay up to date with the latest…

Corey Cole
- 2,262
- 1
- 26
- 43
0
votes
0 answers
how to get video stream only through 'ReplayKit' iOS Swift
I am using ReplayKit for getting a video stream. callback is continuously calling but rpSampleType returns something else. I want the video buffer only.
Here is my code
RPScreenRecorder.shared().startCapture(handler: { (cmSampleBuffer, rpSampleType,…
-1
votes
1 answer
how can i install the plugin cordova-plugin-iosrtc on a ionic capacitor project
I am trying to use getUserMedia to get the stream of the camera.
For that I understood, it is impossible because this function is not yet implemented in ios 14.4 or at least not authorized.(error not allowed)
So I saw that the only way to get the…

iometrine
- 41
- 11
-1
votes
2 answers
Video call and chat using WebRTC and Pubnub in native iOS Swift
I'm working on a doctor-patient appointment app on native iOS Swift project. Here I want to implement a live video call with chat using WebRTC and PubNub signaling server. I'm totally new to it. I don't know how to implement this. I have seen some…

Hilaj S L
- 1,936
- 2
- 19
- 31
-2
votes
1 answer
Webrtc support on native ios webview
I want to build an ios application, where I plan to have a native iOS webview in the app. Within the native webview, I want to be able to run a video call, using webrtc. Is this possible? Is webrtc supported by native iOS webviews?

Randomly Named User
- 1,889
- 7
- 27
- 47