Hi.
Is anyone aware about good RTSP client/server Java library?
Search on Google reveals JMF, which is very outdated.
Thanks.
Hi.
Is anyone aware about good RTSP client/server Java library?
Search on Google reveals JMF, which is very outdated.
Thanks.
You can try using FMJ. It's a set of libraries that wrap a lot of modern codecs in Java interfaces.
Red5 has some support or is going to have support for RTSP and is Java based.
Here is good place to start: http://stackoverflow.com/questions/820888/java-rtsp-client-server-library
Code is break some java and OOP conventions but it's enough to understand how to make your own implementation.
Method DESCRIBE required by most of clients (but marked as recommended in specification of RTSP)
for debugging and testing I use live555 server/client it's C++ opensource application client used in mplayer and vlc AFAIK
Also you can use wireshark to analyze client/server communication.