Skip to content

Added support for H.265 and MJPEG (#1346) #609

Added support for H.265 and MJPEG (#1346)

Added support for H.265 and MJPEG (#1346) #609

Triggered via push March 5, 2025 20:00
Status Success
Total duration 1m 23s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (net8.0): src/net/RTP/RTPHeaderExtensions/TransportWideCCExtension.cs#L28
XML comment has badly formed XML -- 'An identifier was expected.'
build (net8.0): src/net/RTP/RTPHeaderExtensions/TransportWideCCExtension.cs#L28
XML comment has badly formed XML -- 'An identifier was expected.'
build (net8.0): src/net/RTP/RTPHeaderExtensions/TransportWideCCExtension.cs#L28
XML comment has badly formed XML -- '4'
build (net8.0): src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (net8.0): src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (net8.0): src/app/SIPUserAgents/SIPClientUserAgent.cs#L254
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (net8.0): src/app/SIPUserAgents/SIPClientUserAgent.cs#L323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (net8.0): src/net/RTP/Packetisation/H265Depacketiser.cs#L127
The variable 'isKeyFrameNullable' is assigned but its value is never used
build (net8.0): src/net/RTP/Packetisation/H265Depacketiser.cs#L39
The field 'H265Depacketiser.writeNumber' is assigned but its value is never used
build (net8.0): test/unit/net/SDP/SessionParameterUnitTest.cs#L117
The literal or constant value $"{SDPSecurityDescription.SessionParameter.WSH_PREFIX}64" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'WshTest' on type 'SessionParameterUnitTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)