RTSP Streaming server using Netty

Peter Thomas ptrthomas at gmail.com
Wed Jul 27 23:32:52 EDT 2011


you could look at http://flazr.com it does what Red5 does but using
Netty.  In other words it implements RTMP, it might give you some
pointers.

- Peter

On Thu, Jul 28, 2011 at 4:59 AM, rpardridge <bobbyucsd006 at yahoo.com> wrote:
> 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.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>


More information about the netty-users mailing list