We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在 Red5 中,我们正在改编使用 Mina 编写的 RTP/RTSP 库。如果您想查看,请转到此处:http://red5 .googlecode.com/svn/java/plugins/trunk/rtspplugin/
原始库由 Matteo Merli 编写([电子邮件受保护])是的,我们已获得他的修改权限。
In Red5, we are adapting an RTP/RTSP library written using Mina. If you would like to check it out, go here: http://red5.googlecode.com/svn/java/plugins/trunk/rtspplugin/
The original library was written by Matteo Merli ([email protected]) and yes, we have his permission to modify it.
恐怕你必须自己写一个包装器。 Netty 有一个非常灵活的架构来实现这一点。
You would have to write a wrapper yourself, I'm afraid. Netty has a pretty flexible architecture that would allow that.