|
|
|
|
@ -121,6 +121,7 @@ const struct transport_protocol transport_protocols[] = {
|
|
|
|
|
.avpf_proto = PROTO_RTP_SAVPF,
|
|
|
|
|
.rtp = 1,
|
|
|
|
|
.srtp = 1,
|
|
|
|
|
.rtp_proto = PROTO_RTP_AVP,
|
|
|
|
|
.avpf = 0,
|
|
|
|
|
.tcp = 0,
|
|
|
|
|
},
|
|
|
|
|
@ -138,6 +139,7 @@ const struct transport_protocol transport_protocols[] = {
|
|
|
|
|
.name = "RTP/SAVPF",
|
|
|
|
|
.rtp = 1,
|
|
|
|
|
.srtp = 1,
|
|
|
|
|
.rtp_proto = PROTO_RTP_AVPF,
|
|
|
|
|
.avpf = 1,
|
|
|
|
|
.tcp = 0,
|
|
|
|
|
},
|
|
|
|
|
@ -147,6 +149,7 @@ const struct transport_protocol transport_protocols[] = {
|
|
|
|
|
.avpf_proto = PROTO_UDP_TLS_RTP_SAVPF,
|
|
|
|
|
.rtp = 1,
|
|
|
|
|
.srtp = 1,
|
|
|
|
|
.rtp_proto = PROTO_RTP_AVP,
|
|
|
|
|
.avpf = 0,
|
|
|
|
|
.tcp = 0,
|
|
|
|
|
},
|
|
|
|
|
@ -155,6 +158,7 @@ const struct transport_protocol transport_protocols[] = {
|
|
|
|
|
.name = "UDP/TLS/RTP/SAVPF",
|
|
|
|
|
.rtp = 1,
|
|
|
|
|
.srtp = 1,
|
|
|
|
|
.rtp_proto = PROTO_RTP_AVPF,
|
|
|
|
|
.avpf = 1,
|
|
|
|
|
.tcp = 0,
|
|
|
|
|
},
|
|
|
|
|
@ -172,6 +176,7 @@ const struct transport_protocol transport_protocols[] = {
|
|
|
|
|
.avpf_proto = PROTO_RTP_SAVPF_OSRTP,
|
|
|
|
|
.rtp = 1,
|
|
|
|
|
.srtp = 1,
|
|
|
|
|
.rtp_proto = PROTO_RTP_AVP,
|
|
|
|
|
.osrtp = 1,
|
|
|
|
|
.avpf = 0,
|
|
|
|
|
.tcp = 0,
|
|
|
|
|
@ -181,6 +186,7 @@ const struct transport_protocol transport_protocols[] = {
|
|
|
|
|
.name = "RTP/AVPF",
|
|
|
|
|
.rtp = 1,
|
|
|
|
|
.srtp = 1,
|
|
|
|
|
.rtp_proto = PROTO_RTP_AVPF,
|
|
|
|
|
.osrtp = 1,
|
|
|
|
|
.avpf = 1,
|
|
|
|
|
.tcp = 0,
|
|
|
|
|
|