Flash Media Server(s) in Ruby? 3
While preparing an application to be presented during our talk for RailsConf I was looking for a “Flash Media Server” written in Ruby that could record video form a Flash Player. I found rubyizumi but it doesn’t support recording (to my understanding). In Javaland they are a couple, red5 and demou, but they are too convoluted for just a demo. Red5 allows Ruby scripting which is pretty cool. I found one which I really like and will certainly use which is named haxe Video which is written in haXe and is very succinct and works. It’s open source and can be found on googlecode. Of course there is Adobe’s Flash Media Server but I would prefer finding a Ruby specific solution. Do you know any Flash Media Server written in Ruby? Drop me a line or a comment.
Hey, not sure if you found anything at all that works for this, but I would be interested in something like this. If you had the desire to try to take time and write this, I would definitely help in any way I could.
Hey, not sure if you found anything at all that works for this, but I would be interested in something like this. If you had the desire to try to take time and write this, I would definitely help in any way I could.
Hey Justin,
Thanks for proposing to help, but at this stage I will not try to implement this…but it’s a really cool idea. And if you look at haxe Video, it doesn’t seem to be too much code either.