使用 C++ 或 Objective C 应用程序与 RTMP 服务器通信

1 c++ streaming objective-c rtmp communication-protocol

是否可以使用 C++ 或 Objective C 应用程序与 rtmp 服务器通信,例如 Flash Player 这样做?我知道这一定是可能的,因为 Flash Player 是用 C++ 编写的并使用 C++ 库。如果你知道怎么做,请告诉我代码示例!感谢您的帮助!

Mar*_*ond 5

librtmp是一个用于构建 rtmp 客户端/服务器的 C 库。它可以从 C++ 和 Objective C 中使用。