Using RTMP or RTSP protocol in C# [closed]

六眼飞鱼酱① 提交于 2019-12-05 00:31:47

问题


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 ?


回答1:


http://www.fluorinefx.com/ Supports AMF0, AMF3 and RTMP, RTMPT, RTMPS protocols




回答2:


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)



回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/3238592/using-rtmp-or-rtsp-protocol-in-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!