vote up 0 vote down star

Hi.

Is anyone aware about good RTSP client/server Java library?

Search on Google reveals JMF, which is very outdated.

Thanks.

flag

40% accept rate

3 Answers

vote up 2 vote down

You can try using FMJ. It's a set of libraries that wrap a lot of modern codecs in Java interfaces.

link|flag
I actually familiar with this, but it doesn't support RTSP :(. Any other suggestions? – SyRenity May 6 at 16:48
vote up 1 vote down

There is no java implementation of RTSP protocol. You must do it yourself using a NIO framework (MINA, GRIZZLY, NETTY...) its a possible solution.

link|flag
vote up 0 vote down

Red5 has some support or is going to have support for RTSP and is Java based.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.