T
T
T_y_l_e_r2016-11-23 03:56:49
Communication protocols
T_y_l_e_r, 2016-11-23 03:56:49

What protocol does WebRTC work on?

What protocol is webrtc based on? Or is there another protocol?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey, 2016-11-23
@T_y_l_e_r

stackoverflow.com/questions/18897917/does-webrtc-u...
Q: Does WebRTC use TCP or UDP as its peer-to-peer transport?
A: It can use either. By default, preference is given to UDP, but depending on the firewall(s) in between the peers connecting it may only be able to connect with TCP.
That is UDP or (if UDP is not possible) TCP.
Or is there something else you wanted to know?

H
hbruser, 2017-05-05
@hbruser

WebRTC is built on top of several protocols:
STUN, ICE, DTLS, SDP, SRTP, RTCP
All of these protocols are used to transfer a stream from one peer to another.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question