RubyFlow The Ruby and Rails community linklog

Implementing a video player with Ruby

Comments

This project is so impressing; good to see it’s still being developed! Interesting video, looking forward for more demos.

P.S. Any update on OS X compatability? Never got Hornetseye to work on OS X like a year ago when I tried, but in Ubuntu of course.

Thanks for the positive feedback.

I have split up HornetsEye into multiple Ruby Gems. Sometime ago I managed to get malloc and multiarray to work on Mac OS X. I think it might be possible to compile other parts of HornetsEye as well, but important I/O facilities such as displaying images on the screen and accessing webcams are totally different under Mac OS.

I have made HornetsEye very modular though. It should be straightforward for Mac OS developers to write I/O libraries. All the I/O is based on the minimalistic Malloc class (see documentation of malloc). The representations of compressed frames and arrays all can be done using calls to the Ruby interpreter.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in