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 6ac5a5f commit 8adca99Copy full SHA for 8adca99
janus/src/rtpv.c
@@ -64,8 +64,7 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) {
64
"m=video 1 RTP/SAVPF %u" RN
65
"c=IN IP4 0.0.0.0" RN
66
"a=rtpmap:%u H264/90000" RN
67
- "a=fmtp:%u profile-level-id=42E01F" RN
68
- "a=fmtp:%u packetization-mode=1" RN
+ "a=fmtp:%u profile-level-id=42E01F;packetization-mode=1" RN
69
"a=rtcp-fb:%u nack" RN
70
"a=rtcp-fb:%u nack pli" RN
71
"a=rtcp-fb:%u goog-remb" RN
@@ -75,8 +74,7 @@ char *us_rtpv_make_sdp(us_rtpv_s *rtpv) {
75
74
"a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay" RN
76
"a=extmap:2 urn:3gpp:video-orientation" RN
77
"a=sendonly" RN,
78
- pl, pl, pl, pl,
79
- pl, pl, pl,
+ pl, pl, pl, pl, pl, pl,
80
rtpv->rtp->ssrc
81
);
82
return sdp;
0 commit comments