RTSP Streaming server using Netty

rpardridge bobbyucsd006 at yahoo.com
Wed Jul 27 19:29:52 EDT 2011


I need to make a server that streams video using RTSP. I've looked at some
options, like Red5, but that appears to only handle flv files (to my
knowledge anyway), and I need to be able to stream different file types.

I see some RTSP classes in Netty, but I have no idea how to really use them.
I did the intro tutorial on building a basic Time server with Netty, but
that's all so far. The RTSP classes like Decoder and Encoder don't seem to
really do much except call their superclass

Where should I begin? I am hoping to somehow incorporate Xuggler into this,
to read the video file, decode it, and then use Netty to send the packets
and handle requests, etc.

I could really use some direction here, any help would be greatly
appreciated.

Thanks!

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/RTSP-Streaming-server-using-Netty-tp6628163p6628163.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list