Samuel Scheit

Results 208 comments of Samuel Scheit

Ok, looks like the faulty SDP is the issue. After entering this in the browser console: ```js var peer = new RTCPeerConnection({ iceServers: [] }); peer.onsignalingstatechange = () => console.log("signal...

Probably has no relevance but just wanted to share how I would solve it. I would correct the SDP as Discord (my testing webrtc server backend) does something weird with...

Ok, now I'm out of ideas. I've corrected the SDP to: ``` v=0 o=- 6054093392514871408 3 IN IP4 127.0.0.1 s=- t=0 0 a=setup:passive m=audio 50028 RTP/SAVPF 111 a=fingerprint:sha-256 4A:79:94:16:44:3F:BD:05:41:5A:C7:20:F3:12:54:70:00:73:5D:33:00:2D:2C:80:9B:39:E1:9F:2D:A7:49:87 c=IN...

As written above the newest: 1.94.1

I've managed to get it working in the browser, however I'm still facing the same error code ``SessionDescription is NULL.`` with this package. > Notice: I've replaced all ip-addresses with...

No, sadly not solved

I fixed my error by properly generating the SDP. I used `sdp-transform` together with a custom lightweight transportation alternative to establish the call with much less overhead than the default...

Any updates on this?

If this doesn't work, I'll have to use a fallback option. @saghul Do you know if it works if I embed a react-native-WebView and use the system browser WebRTC capabilities?

still searching for solutions: ``` 'WebRTC/RTCCameraVideoCapturer.h' file not found ```