开发者

Using RTMP or RTSP protocol in C# [closed]

开发者 https://www.devze.com 2023-01-07 16:12 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Do you know any library that allows me to send from C# a开发者_如何学Pythonn encoded audio/video stream to a streaming server using RTMP or RTSP communication protocol ?


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)


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.


Try this library: http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php

0

精彩评论

暂无评论...
验证码 换一张
取 消