Ruby RTSP server

Hello everyone,

Does anybody know a RTSP server written in ruby?
It’s for video content streaming,

thanks !

I have found this, but have not used it.

http://www.koders.com/ruby/fid5F1FC335FC52A8E15B133E7A28DE7CAF79A309B9.aspx

Chris

dicouw wrote:

Hello everyone,

Does anybody know a RTSP server written in ruby?
It’s for video content streaming,

thanks !

Don’t know if I’d want to use Ruby for a streaming server.

Ruby is great for file & network access but might suffer in performance
comparisions; there is a lot of low level stuff going on in RTP/RTSP.

Here is a set of libraries that you should be able integrate with.

http://www.live555.com/liveMedia/

Hope that helps.

rgds,

  • matt.