Skip to content

Commit e2890e5

Browse files
committed
janus: removed sync between video and audio
1 parent e2b01e4 commit e2890e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

janus/src/rtpa.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ char *us_rtpa_make_sdp(us_rtpa_s *rtpa, bool mic) {
5454
"a=rtcp-fb:%u nack" RN
5555
"a=rtcp-fb:%u nack pli" RN
5656
"a=rtcp-fb:%u goog-remb" RN
57+
"a=mid:a" RN
58+
"a=msid:audio a" RN
5759
"a=ssrc:%" PRIu32 " cname:ustreamer" RN
5860
"a=%s" RN,
5961
pl, pl,

janus/src/rtpv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) {
6969
"a=rtcp-fb:%u nack" RN
7070
"a=rtcp-fb:%u nack pli" RN
7171
"a=rtcp-fb:%u goog-remb" RN
72+
"a=mid:v" RN
73+
"a=msid:video v" RN
7274
"a=ssrc:%" PRIu32 " cname:ustreamer" RN
7375
"a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay" RN
7476
"a=extmap:2 urn:3gpp:video-orientation" RN

0 commit comments

Comments
 (0)