Jump to content

RPI2 - Openmediavault - emby 2.6 plugin


Recommended Posts

Posted

I have installed OMV on RPI2(ARM71) and activated the emby 2.6 plugin.

 

I can access the webserver GUI and view the media. But can't play anything.

 

I know ffmpeg has to be built. Are there any instructions?

 

Appreciate the help.

Posted

I followed these instructions

Compile ffmpeg or you won't be able to play anything:

cd /usr/src
sudo git clone git
://git.videolan.org/x264
cd x264
sudo
./configure --host=arm-unknown-linux-gnueabi --enable-static --disable-opencl
sudo make
sudo make install

cd
..
sudo git clone git://source.ffmpeg.org/ffmpeg.git
cd ffmpeg
sudo
./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264
sudo make
sudo make install

 

and then rebooted and was not able to connect to the emby server on web.

 

So I uninstalled the emby 2.6 plugin and reinstalled it and when I tried to enable it in OMV. I am getting following error

 

Error #4000:
exception 'OMVException' with message 'Failed to execute command 'export LANG=C; update-rc.d 'emby' disable 2>&1': update-rc.d: error: no runlevel symlinks to modify, aborting!
update-rc.d: using dependency based boot sequencing' in /usr/share/php/openmediavault/initscript.inc:90
Stack trace:
#0 /usr/share/php/openmediavault/initscript.inc(56): OMVSysVInitScript->update(true)
#1 /usr/share/openmediavault/engined/module/emby.inc(87): OMVSysVInitScript->exec()
#2 /usr/share/openmediavault/engined/rpc/config.inc(164): OMVModuleEmby->stopService()
#3 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array)
#4 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array)
#5 /usr/share/php/openmediavault/rpcservice.inc(158): OMVRpcServiceAbstract->callMethod('applyChanges', Array, Array)
#6 /usr/share/openmediavault/engined/rpc/config.inc(224): OMVRpcServiceAbstract->callMethodBg('applyChanges', Array, Array)
#7 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array)
#8 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array)
#9 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('applyChangesBg', Array, Array)
#10 /usr/sbin/omv-engined(500): OMVRpc::exec('Config', 'applyChangesBg', Array, Array, 1)
#11 {main}
 
 
Please help.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...