tags:

views:

1039

answers:

2

Hi, I'm looking for a RTSP Java library, but I didn't find anything. Can someone advice me a Java library to handle RTSP?

Thanks

A: 

please take a look at this post

akf
yes I already seen that I was thinking that in the meantime someone has developed a library for RTSP...
PS: the JMF handles the client side, not the server side.I am looking for a library that handles both.
A: 

Hello,

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.

The link to the project is http://code.google.com/p/rtsplib-java/

Regards, Paulo.

Paulo