Java 的 RTSP 库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1010084/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
RTSP library for Java
提问by Jay
I'm looking for a RTSP Java library, but I didn't find anything. Can someone advice me a Java library to handle RTSP?
我正在寻找 RTSP Java 库,但没有找到任何东西。有人可以建议我处理 RTSP 的 Java 库吗?
Thanks
谢谢
回答by Paulo
I don't know if you still need that. I wrote a tiny RTSP Client library in java and I'd appreciate some feedback on it. Also, it can be extended to implement server side.
我不知道你是否还需要那个。我用 Java 编写了一个很小的 RTSP 客户端库,我很感激有关它的一些反馈。此外,它可以扩展以实现服务器端。
The link to the project is http://code.google.com/p/rtsplib-java/
该项目的链接是http://code.google.com/p/rtsplib-java/
Regards, Paulo.
问候,保罗。
回答by Jay
Here is one in C# if you wanna port something http://net7mma.codeplex.com/
如果你想移植一些东西,这里是 C# 中的一个http://net7mma.codeplex.com/

