We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b01e4 commit e2890e5Copy full SHA for e2890e5
janus/src/rtpa.c
@@ -54,6 +54,8 @@ char *us_rtpa_make_sdp(us_rtpa_s *rtpa, bool mic) {
54
"a=rtcp-fb:%u nack" RN
55
"a=rtcp-fb:%u nack pli" RN
56
"a=rtcp-fb:%u goog-remb" RN
57
+ "a=mid:a" RN
58
+ "a=msid:audio a" RN
59
"a=ssrc:%" PRIu32 " cname:ustreamer" RN
60
"a=%s" RN,
61
pl, pl,
janus/src/rtpv.c
@@ -69,6 +69,8 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) {
69
70
71
72
+ "a=mid:v" RN
73
+ "a=msid:video v" RN
74
75
"a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay" RN
76
"a=extmap:2 urn:3gpp:video-orientation" RN
0 commit comments