Is anyone aware about good RTSP client/server Java library?
Search on Google reveals JMF, which is very outdated.
Thanks.
Is anyone aware about good RTSP client/server Java library?
Search on Google reveals JMF, which is very outdated.
Thanks.
If you're still interested, Netty provides RTSP support since version 3.2.
You can use Netty NIO framework to write your own RTSP server / client implementation.
You can try using FMJ. It's a set of libraries that wrap a lot of modern codecs in Java interfaces.
There is no java implementation of RTSP protocol. You must do it yourself using a NIO framework (MINA, GRIZZLY, NETTY...) its a possible solution.
Red5 has some support or is going to have support for RTSP and is Java based.
And, as I think you know already, you can use Xuggler :)
you can use vlc(Videolan client) whith vlcj and JNA
Look at Gstreamer. I have created a Java code for RTSP Client. And also posted link on RTSP server rtsp streaming on java
Some time ago I've coded android rtsp streaming client (android could stream to media server, wowza in that particular case). There are only couple tricky moments with that approach:
Here is a C# library if you care to do some porting..
http://net7mma.codeplex.com/