mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
rtsp: skip malformed RTSP interleaved frame data
Some IP cameras send malformed RTSP interleaved frames sometimes, which can cause curl_easy_perform return 1 (CURLE_UNSUPPORTED_PROTOCOL). This change attempts to skip clearly incorrect RTSP interleaving frame data. Closes #10808
This commit is contained in:
parent
61f52a97e9
commit
6c6306f300
6 changed files with 174 additions and 50 deletions
1
.mailmap
1
.mailmap
|
|
@ -103,3 +103,4 @@ Stefan Eissing <stefan@eissing.org> <stefan.eissing@greenbytes.de>
|
|||
Michael Musset <mickamusset@gmail.com>
|
||||
Andy Alt <arch_stanton5995@protonmail.com>
|
||||
Thomas1664 on github <46387399+Thomas1664@users.noreply.github.com>
|
||||
dengjfzh on github <dengjfzh@gmail.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue