Closed Bug 1328429 Opened 7 years ago Closed 7 years ago

When no redundant encodings are specified for RED in offer, do not output "empty" fmtp line for RED payload type in answer

Categories

(Core :: WebRTC: Signaling, defect, P2)

defect

Tracking

()

RESOLVED FIXED
mozilla53
Tracking Status
firefox53 --- fixed

People

(Reporter: mjf, Assigned: mjf)

Details

Attachments

(1 file)

When receiving an offer with RED with no redundant encodings indicated, we output
a=ftmp:102

We should not output the fmtp line when there are no redundant encodings.
Rank: 21
Priority: -- → P2
Assignee: nobody → mfroman
Comment on attachment 8824134 [details]
Bug 1328429 - don't output empty fmtp line when no redundant encodings are indicated for RED.

https://reviewboard.mozilla.org/r/102684/#review103130

::: media/webrtc/signaling/gtest/jsep_session_unittest.cpp:3127
(Diff revision 1)
>            (dtmf_params);
>  
>    ASSERT_EQ("0-15", parsed_dtmf_params.dtmfTones);
>  }
>  
> +TEST_F(JsepSessionTest, VerifyNoFmtpForRedReceiveOnly)

The test name implies a recv only situation, but the test itself appears to be doing sendrecv in both directions. Can you adjust the test name?
Attachment #8824134 - Flags: review?(drno) → review+
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/26e27966f5f0
don't output empty fmtp line when no redundant encodings are indicated for RED. r=drno
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/26e27966f5f0
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: