rtmp: drop support

- librtmp has no test cases, makes no proper releases and has not had a
  single commit within the last year

- librtmp parses the URL itself and requires non-compliant URLs for this

- we have no RTMP tests

- RTMP is barely used by curl users (2.2% self-identified in the 2025
  survey)

Closes #20673
This commit is contained in:
Daniel Stenberg 2026-02-10 08:54:14 +01:00
parent 4b583b7585
commit 268cee2efb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
35 changed files with 77 additions and 745 deletions

View file

@ -53,7 +53,6 @@ my %remove = (
'#define HAVE_LDAP_SSL 1' => 1,
'#define HAVE_LIBBROTLIDEC 1' => 1,
'#define HAVE_LIBPSL_H 1' => 1,
'#define HAVE_LIBRTMP_RTMP_H 1' => 1,
'#define HAVE_LIBSOCKET 1' => 1,
'#define HAVE_LIBSSH' => 1,
'#define HAVE_LIBSSH2 1' => 1,