bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.71k stars 1.4k forks source link

rtsp: fix authentication when algorithm field is not supported (#3116) #3314

Closed aler9 closed 1 month ago

aler9 commented 2 months ago

Fixes #3116

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 52.68%. Comparing base (c0ad6e4) to head (1135709).

Files Patch % Lines
internal/auth/manager.go 50.00% 0 Missing and 2 partials :warning:
internal/conf/rtsp_auth_methods.go 33.33% 2 Missing :warning:
internal/conf/conf.go 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3314 +/- ## ========================================== - Coverage 52.68% 52.68% -0.01% ========================================== Files 194 194 Lines 20016 20015 -1 ========================================== - Hits 10545 10544 -1 + Misses 8615 8613 -2 - Partials 856 858 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 month ago

This issue is mentioned in release v1.8.2 🚀 Check out the entire changelog by clicking here