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. |
||
|
|
|
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. |
||
|
|