Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
The Real-Time Messaging Protocol (RTMP) is used for streaming
multimedia content across a TCP/IP network. This API provides most client
functions and a few server functions needed to support RTMP, RTMP tunneled
in HTTP (RTMPT), encrypted RTMP (RTMPE), RTMP over SSL/TLS (RTMPS) and
tunneled variants of these encrypted types (RTMPTE, RTMPTS). The basic
RTMP specification has been published by Adobe but this API was
reverse-engineered without use of the Adobe specification. As such, it may
deviate from any published specifications but it usually duplicates the
actual behavior of the original Adobe clients.
-------
20th July 2023:
- Recompiled to link .so with OpenSSL 3.1.1. rtmpdump version unchanged.
|