From 41e771a972abe14ccba39bc6aca56391e22aa0e5 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 24 Oct 2018 13:10:11 +0200 Subject: [PATCH] docs: update docs with RTMP info (#164) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5f33e31..a311049 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Copyright (C) 2010 - 2018 Creytiv.com * Async I/O (poll, epoll, select, kqueue) * UDP/TCP/TLS/DTLS transport * JSON parser +* Real Time Messaging Protocol (RTMP) ## Building @@ -123,6 +124,7 @@ Please send private feedback to libre [at] creytiv.com | natbd | unstable | NAT Behavior Discovery using STUN | | net | testing | Networking routines | | odict | unstable | Ordered Dictionary | +| rtmp | unstable | Real Time Messaging Protocol | | rtp | testing | Real-time Transport Protocol | | sa | stable | Socket Address functions | | sdp | testing | Session Description Protocol | @@ -265,6 +267,7 @@ legend: | ICE | - | yes | - | - | | RTP | - | yes | - | - | | RTCP | - | yes | - | - | +| RTMP | yes | - | - | - | | SIP | yes | yes | yes | - | | STUN | yes | yes | yes | yes | | TURN | yes | yes | yes | yes |