Omid Shakeri

Results 8 comments of Omid Shakeri

sample OFFER: `{"type":"offer","sdp":"v=0\r\no=- 1632205230773522520 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0 1\r\na=extmap-allow-mixed\r\na=msid-semantic: WMS a12bbe3d-0b80-484c-b475-10add8ae7d9e\r\nm=video 60132 UDP/TLS/RTP/SAVPF 96 97 102 103 104 105 106 107 108 109 127 125 39 40 45...

> Your ice-server credentials seem to be the issue. I am using the turn server from open-relay. It works on different networks as well. This is not the issue with...

This error occurs when clients are in different networks: `Uncaught (in promise) DOMException: The play() request was interrupted by a new load request` in this method: `_Peer.on('stream', stream => {...

> Can you share the code with me? I can check with my credentials and test the issue? Sure this a simplified version, without any Server so you should copy...

> Can you share the code with me? I can check with my credentials and test the issue? link to the sample html file: https://github.com/omidshakeri/simple-peer-videocall

> You can give https://github.com/matallui/artico a try! The `@rtco/peer` package is pretty similar to `simple-peer` Thanks I switched to PeerJS and it works perfectly with the same configurations the problem...

> It will be OK if you add a available STUN server address in `iceServers`. Thanks I switched to PeerJS and it works perfectly with the `same configurations and iceServers`...

> I switched to PeerJS and it works perfectly with the `same configurations and iceServers` > the problem with simple-peer is not solved yet I switched to PeerJS and it...