joesph 0 Posted March 24, 2016 Posted March 24, 2016 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.
djonnie 14 Posted March 24, 2016 Posted March 24, 2016 I know ffmpeg has to be built. Are there any instructions? Follow these steps: http://emby.media/community/index.php?/topic/27026-raspberry-pi/?p=310962
joesph 0 Posted March 25, 2016 Author Posted March 25, 2016 I followed these instructions Compile ffmpeg or you won't be able to play anything: cd /usr/srcsudo git clone git://git.videolan.org/x264cd x264sudo ./configure --host=arm-unknown-linux-gnueabi --enable-static --disable-openclsudo makesudo make installcd ..sudo git clone git://source.ffmpeg.org/ffmpeg.gitcd ffmpegsudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264sudo makesudo 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now