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.
我正在尝试实现一个 RTSP 代理服务器,以分析 RTCP 数据包并动态切换到更高或更低比特率的流(由 Wowza 提供服务)。有人可以推荐一个现有的开源代理(Java)和一个允许我设置代理的客户端吗?我尝试使用 VLC 进行测试,但显然 VLC 不允许我设置 RTSP 代理。存在哪些替代方案,我需要创建自己的客户端吗?
如果您可以使用 .Net,我的实现功能齐全,不仅包含 RtspClient 还包含 RtspServer,因此您可以将源代码中的更改无缝地传递回客户端。
https://net7mma.codeplex.com/