Is there any method for installing RasPlex under a virtual machine? I believe OpenElec provides an install script to create a VMware .vmx file but not sure if this can be used for RasPlex.
It would be useful to be able to install RasPlex in a VM for testing purposes.
It says that the x86 version of OpenELEC is supported.
PROJECT=Virtual ARCH=i386 make release
Raspberry Pis run on ARM chips, which are not compatible with x86.
Furthermore, I'm not sure how useful running ARM OpenELEC on a virtual machine would be even if it were possible; Many of the challenges facing Plex on Pi are due to the hardware; A Virtualized Pi would have different performance, and it would only virtualize the ARM core; you would be missing things like hardware video acceleration.
Building OpenELEC for VirtualBox is supported and works fine. But RasPlex is OpenELEC + PlexHT and thus needs some more special tweaks.
I've tried to setup a development build using the "Virtual" target some time ago - but I've never got a full build. But I haven't invested much time into this...
Thus: It should work but needs some work. We would be glad to get a pull request which enables full Virtual support...
Btw: The same is true for any other OpenELEC project target...