I found a rvideo library but manual very small and I’m learning ruby one day.
I need play a video in window. How have me done it? There is possibility cause the video player from a ruby code? or have any other way done my task?
I found a rvideo library but manual very small and I’m learning ruby one
Share
Ok, first thing I would do is install RVM and follow the instructions which should tell you what other packages you need to install, the error you received is cause you don’t have the build-essential installed. per rvm you need to install
After RVM is installed with the packages you need, go ahead and install the flavors or Ruby you need.
Unfortunately Rubuto isn’t a subsitute for learning the andriod API, the revelevent API that you need is here http://developer.android.com/guide/topics/media/mediaplayer.html you will just need to make the right API calls and references in your Rubuto/JRUBY project