Skip to content

Commit 8adca99

Browse files
committed
janus: fixed sdp for firefox
1 parent 6ac5a5f commit 8adca99

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

janus/src/rtpv.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) {
6464
"m=video 1 RTP/SAVPF %u" RN
6565
"c=IN IP4 0.0.0.0" RN
6666
"a=rtpmap:%u H264/90000" RN
67-
"a=fmtp:%u profile-level-id=42E01F" RN
68-
"a=fmtp:%u packetization-mode=1" RN
67+
"a=fmtp:%u profile-level-id=42E01F;packetization-mode=1" RN
6968
"a=rtcp-fb:%u nack" RN
7069
"a=rtcp-fb:%u nack pli" RN
7170
"a=rtcp-fb:%u goog-remb" RN
@@ -75,8 +74,7 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) {
7574
"a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay" RN
7675
"a=extmap:2 urn:3gpp:video-orientation" RN
7776
"a=sendonly" RN,
78-
pl, pl, pl, pl,
79-
pl, pl, pl,
77+
pl, pl, pl, pl, pl, pl,
8078
rtpv->rtp->ssrc
8179
);
8280
return sdp;

0 commit comments

Comments
 (0)