Skip to content

Added a unit test to check the SDP media format order. Tightened up t… #2

Added a unit test to check the SDP media format order. Tightened up t…

Added a unit test to check the SDP media format order. Tightened up t… #2

Triggered via push December 2, 2024 02:02
Status Success
Total duration 3m 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable field '_pc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable event 'SocketOpened' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable event 'MessageReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable event 'OnWsClose' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegDemuxer.cs#L25
Non-nullable field '_ffmpegProcess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_videoThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_audioThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_videoRTP' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_audioRTP' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable event 'OnAudioRtpPacketReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.