Skip to content

There is a bug in the CustomControlUri usage (RTSPClient) #77

There is a bug in the CustomControlUri usage (RTSPClient)

There is a bug in the CustomControlUri usage (RTSPClient) #77

Triggered via pull request April 3, 2024 15:22
Status Success
Total duration 48s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: RTSP/Messages/RTSPHeaderUtils.cs#L14
Dereference of a possibly null reference.
build: RTSP/AuthenticationDigest.cs#L118
TODO - extract paths from the URIs (ignoring SETUP's trackID) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
build: RTSP/RTSPListener.cs#L239
TODO handle lost message (for example every minute cleanup old message) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
build: RTSP/RTSPListener.cs#L296
Method is too long (138 lines; maximum allowed: 120) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
build: RTSP/Rtp/JPEGPayload.cs#L315
Method is too long (85 statements; maximum allowed: 80) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)