What library is best for a H264 video stream streamed from an RTSP Server?

落花浮王杯 提交于 2019-12-07 02:55:33

After much research found that the LeadTool's Multimedia SDK library is the best option for this, although their documentation is heavily C++ based their customer support forum is excellent.

So for problems like this, seems best to either develop in C++ or purchase a professionally made library.

You could use https://net7mma.codeplex.com/

Log each RTPPacket and then play it back when desired. If you took a little extra time you could even save it to a rtpdump file which would allow other plays to play it back.

I've played a bit with the products from StreamCoders and they seems to work fairly well.

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