peer-connection Questions
3
I can connect in any situation when using appr.tc ice servers (google turn servers). but i can't connect with my own turn server.
I did config my own turn server by coturn project.
I'm using goog...
Abrade asked 9/7, 2017 at 12:48
1
Solved
onremovestream has been deprecated (and removed from Firefox), while onremovetrack is not yet implemented in Firefox.
How do I detect when a stream or track is being removed in Firefox?
Prescript asked 11/3, 2020 at 12:49
1
Solved
I hope there is no flaw in the logic.
Step 1: caller creates offer
Step 2: caller sets localDescription
Step 3: caller sends the description to the callee
//------------------------------------...
Crawfish asked 28/10, 2018 at 8:36
1
I am dealing with a RTCPeerConnection (pc) which has an event handler named onnegotiationneeded.
The "onnegotiationneeded" is triggered when a complete media stream is added or removed with pc.add...
Pastelki asked 2/3, 2015 at 1:42
1
Scenario:
I'm using WebRTC (Google's libjingle) on iOS and PeerConnection is setup using a TURN server and I'm waiting for all candidates to gather before I send them to the peer (I'm using SIP). ...
Digestible asked 21/1, 2016 at 15:27
1
Solved
I can not use the following methods.
Because i use only datachannel (not use getUserMedia)
<script>
peerConnection.removeStream(remoteStream)
remoteVideo.onerror = null;
remoteVideo.paus...
Fahlband asked 20/7, 2015 at 2:5
2
Solved
I am developing a conference style application (many-to-many) for video calls this style. The code is available on GitHub but I do not have much node.js experience, hence I decided to create my own...
Delapaz asked 17/7, 2015 at 15:28
1
© 2022 - 2024 — McMap. All rights reserved.