在C#中使用RTMP或RTSP协议

发布于 2024-09-09 11:14:14 字数 60 浏览 7 评论 0原文

您知道有什么库允许我使用 RTMP 或 RTSP 通信协议将编码的音频/视频流从 C# 发送到流服务器吗?

Do you know any library that allows me to send from C# an encoded audio/video stream to a streaming server using RTMP or RTSP communication protocol ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

往日情怀 2024-09-16 11:14:14

http://www.streamcoders.com/ 看起来不错。

RTSP.NET

是适用于 Microsoft .NET 框架的 RFC 2326 兼容软件堆栈。您可以通过任何与 .NET 兼容的编程语言(例如 C#、VB.NET 或 C++/CLI)使用它。

  • TCP 交错
  • 单播 UDP
  • 组播 UDP
  • RTSP over HTTP
  • 多态内容(XML、SDP、自定义)
  • 事务层(基于请求-响应模型)

http://www.streamcoders.com/ looks nice.

RTSP.NET

Is a RFC 2326 compliant software stack for the Microsoft .NET framework. You can use it from any .NET-compatible programming language, such as C#, VB.NET or C++/CLI.

  • TCP Interleaving
  • Unicast UDP
  • Multicast UDP
  • RTSP over HTTP
  • Polymorphic content (XML, SDP, custom)
  • Transactional layer (based on request-response model)
日暮斜阳 2024-09-16 11:14:14

根据此链接。 RTP.NET 不再是 Streamcoders 的独立产品。
RTP.NET 的全部功能以及附加功能均包含在 MediaSuite.NET 中。

As per this link. RTP.NET is no longer a separate product of Streamcoders.
The full functionality of RTP.NET plus additional features are included in MediaSuite.NET.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文