How to send webcam video + audio to rtsp/rtmp server

不问归期 提交于 2019-12-06 09:53:43

Check out https://net7mma.codeplex.com/ ( I am the Author )

It supports Rtsp and Rtp and not Rtmp however it could support Rtmp with some changes. Depending on what you want to achieve it may be able to do it already... You can possibly fake the Rtmp Packet as a RtpPacket and the library wouldn't care.

If you need Rtmp specefically check out

http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php

or

http://www.fluorinefx.com/docs/fluorine/netconnectionrtmp.html

Let me know if you need anything else!

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