Change #261884
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 21 Mar 2026 14:56:06 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | ceae02db040de3cf7ae4c3f8ec99e8286b568c2e |
Comments
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 was used by 2.2% of curl users (self-identified in the 2025 survey) Closes #20673
Changed files
- .github/labeler.yml
- .github/scripts/cmp-config.pl
- .github/workflows/codeql.yml
- .github/workflows/linux-old.yml
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- CMake/FindLibrtmp.cmake
- CMake/curl-config.in.cmake
- CMakeLists.txt
- Makefile.am
- README.md
- configure.ac
- docs/DEPRECATE.md
- docs/FAQ.md
- docs/HISTORY.md
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- docs/URL-SYNTAX.md
- docs/cmdline-opts/_DESCRIPTION.md
- docs/cmdline-opts/_PROTOCOLS.md
- docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md
- docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md
- docs/libcurl/symbols-in-versions
- lib/Makefile.inc
- lib/curl_config-cmake.h.in
- lib/curl_rtmp.c
- lib/curl_rtmp.h
- lib/protocol.c
- lib/protocol.h
- lib/url.c
- lib/version.c
- projects/vms/generate_config_vms_h_curl.com
- scripts/cd2nroff
- scripts/schemetable.c
- src/tool_help.c
- tests/data/test1627
- tests/unit/unit1627.c