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 ?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
Try this library: http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php
http://www.fluorinefx.com/ Supports AMF0, AMF3 and RTMP, RTMPT, RTMPS protocols
http://www.streamcoders.com/ looks nice.
RTSP.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.