DEPRECATE: remove RTMP support in April 2026

URL: https://curl.se/mail/lib-2025-11/0008.html
This commit is contained in:
Daniel Stenberg 2025-11-10 09:59:25 +01:00
parent 3fc31c4ee2
commit 5f4cd4c689
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -70,6 +70,18 @@ stack.
We remove the OpenSSL-QUIC backend in March 2026.
## RTMP
RTMP in curl is powered by the 3rd party library librtmp.
- RTMP is barely used by curl users (2.2% in the 2025 survey)
- 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
Support for RTMP in libcurl gets removed in April 2026.
## Past removals
- axTLS (removed in 7.63.0)