webrtc: fix error "Failed to setup RTCP mux" on some readers (#3381) aa339fc codecovbotcommentedJun 10, 2024 CodecovReport Attention: Patch coverage is77.77778%with6 linesin your changes missing coverage. Please review. Project coverage is 56.23%. Comparing base(1911294)to head(aa339fc). ...
New issue 112 by ivelin.a...@gmail.com: RTCP mux supporthttp://code.google.com/p/mediaserver/issues/detail?id=112Detailed information about the new feature request 1. What motivated the request: Prospects asking for RTCP mux support for WebRTC apps. 2. Describe functionality and API (if ...
func TestRTCRtcpMuxPolicy_String(t *testing.T) { testCases := []struct { policy RTCRtcpMuxPolicy expectedString string }{ {RTCRtcpMuxPolicy(Unknown), "unknown"}, {RTCRtcpMuxPolicyNegotiate, "negotiate"}, {RTCRtcpMuxPolicyRequire, "require"}, } for i, testCase := range testCases { ass...
aler9 added a commit that referenced this issue Jun 10, 2024 webrtc: fix error "Failed to setup RTCP mux" on some readers (#3381) aa339fc aler9 mentioned this issue Jun 10, 2024 webrtc: fix error "Failed to setup RTCP mux" on some readers (#3381) #3449 Merged aler9 close...
newRTCPMuxPolicy(testCase.policyString), "testCase: %d %v", i, testCase, ) } } func TestRTCPMuxPolicy_String(t *testing.T) { testCases := []struct { policy RTCPMuxPolicy expectedString string }{ {RTCPMuxPolicy(Unknown), unknownStr}, {RTCPMuxPolicyNegotiate, "negotiate"}, {RTCPMuxPo...
newRTCPMuxPolicy(testCase.policyString), "testCase: %d %v",i,testCase, ) } } funcTestRTCPMuxPolicy_String(t*testing.T) { testCases:=[]struct{ policyRTCPMuxPolicy expectedStringstring }{ {RTCPMuxPolicy(Unknown),unknownStr}, {RTCPMuxPolicyNegotiate,"negotiate"}, ...