RTSP Streaming server using Netty
Olivier ROLAND
olivier.roland at laposte.net
Thu Jul 28 17:26:46 EDT 2011
> I guess my real question is how much do the Netty RTSP classes do for me, and
> how do I actually use them?
>
> --
> View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/RTSP-Streaming-server-using-Netty-tp6628163p6630536.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
Well, regarding RTSP Netty will do a lot for you. I wrote a RTSP proxy in a couple of day in Scala with Netty.
But to make a media server you need a lot more than RTSP ... you probably don't want to do that* ;-)
To see how Netty RTSP classes work you should take a look to Mobicents source code : http://code.google.com/p/mobicents/
*There is many usable RTSP media server.
http://www.live555.com/mediaServer/
http://dss.macosforge.org/
http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/tree/docs/README
More information about the netty-users
mailing list