Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 flex 中播放 RTP 播放负载,但没有成功。有人可以告诉我如何在不使用 RTMP Server 作为中间件的情况下实现这一点。
您可以使用多种开源媒体服务器:
这些中的任何一个都适合您的目的。Flex 也让客户端变得非常简单。
如果不使用 RTMP 服务器,您将无法做到这一点。您在 Flex 中找到的 NetConnection 类可以发送和接收 RTMP 流,并且这些流可以具有您在 RTP 数据包中找到的相同有效负载。不过,要解压 RTP 数据包并创建 RTMP 数据包,您需要一个 RTMP 服务器,如 Wowza Media Server 或类似的东西。