FAQ  •  Register  •  Login

Serviio server on WD My Book Live

<<

j_p_harrison

Serviio newbie

Posts: 3

Joined: Mon Apr 09, 2012 1:18 pm

Post Sun May 13, 2012 4:25 am

Re: Serviio server on WD My Book Live

thejazzman wrote:
I'm still using 02.10.09-124 myself.


Thanks for the reply, I appreciate it. I've gone off and paid for Twonky 7 now, but if it starts with the issues I may revert to an older firmware and reinstall serviio.

May I ask, how long does it take your DLNA media browser(s) to list content from Serviio?
When I had Serviio up and running on 129 it was taking a long time - ~6 X longer to load my media as compared to Twonky. This was irrespective of which device i was using (my TV, my phone etc)
<<

supermatty

Serviio newbie

Posts: 4

Joined: Sun May 27, 2012 1:55 am

Post Sun May 27, 2012 5:28 pm

Re: Serviio server on WD My Book Live

Thanks to the excellent guide on the wiki, two days of fumbling around and a little luck I've got Serviio up and running. Mostly thanks to thejazzman, Cerberus and others! I was having the same problem as j_p_harrison, so I tried to downgrade to a previous firmware. Unfortunately, the MBL won't let you update to an earlier revision.

But you can get around this with a little hackery. This is what I did if anyone is interested:

USE AT YOUR OWN RISK!!!

  Code:
cd /usr/local/sbin
cp updateFirmwareFromFile.sh updateFirmwareFromFileOrig.sh
nano updateFirmwareFromFile.sh


Now go scroll to the if statement where the version check is done.

  Code:
if [ "${master_package_name}" != "${package_newfile}" ] || [ "${version_newfile}" -lt "${version_current}" ]; then


Remove the version check part of the if statement.

  Code:
if [ "${master_package_name}" != "${package_newfile}" ]; then


Save and exit, logout of ssh.

Now you should be able to update the firmware to any version through the web UI. If this doesn't work for some reason, revert to the original and you're back to square one.

The guide worked flawlessly after downgrading to this firmware:
http://download.wdc.com/nas/apnc-021012-129-20120308.zip

The only other things I had to do was add MyBookLive to the 127.0.0.1 entry in /etc/hosts file and set the "Transcoding files location" in the Serviio Console to /DataVolume/cache/transcodingcache

I'm using Serviio 0.6.2.

Thanks again for everyone's help!
<<

Ksquared

Serviio newbie

Posts: 4

Joined: Fri Jun 29, 2012 11:12 am

Post Fri Jun 29, 2012 11:19 am

Re: Serviio server on WD My Book Live

Firstly, a huge thanks to all involved....this is such a sweet hack.

BUT, im stuck.
So far, i have gone throught the guide, no worries.

Where im stuck is..
a) the tail of the log file had not moved, even after several reboot. Its stuck on the SAMSUNG profile
b) it doesnt look like i can start serviio
c) Noob question....do i need to open the port on the NAS...if so,i got no idea...
d) in on 2.11 firmware, should i downgrade.

a few issues, not sure which one i should try and sort first.
ANY HELP would be sweet!

Thanks again! :mrgreen:
<<

supermatty

Serviio newbie

Posts: 4

Joined: Sun May 27, 2012 1:55 am

Post Fri Jun 29, 2012 6:18 pm

Re: Serviio server on WD My Book Live

Ksquared, I'd try downgrading the firmware. I couldn't get ffmpeg to install properly on the 2.11 firmware, but everything worked great after downgrading to 2.10.12 (linked above).

Good luck! Serviio has been running perfectly for me since getting it going, it has handled every video file I've thrown at it so far!
<<

Ksquared

Serviio newbie

Posts: 4

Joined: Fri Jun 29, 2012 11:12 am

Post Sun Jul 01, 2012 12:00 am

Re: Serviio server on WD My Book Live

Now i have a new issue,
i downgraded the FW
now i cant start Serviio

see attached
Attachments
Capture.PNG
Capture.PNG (34.17 KiB) Viewed 14397 times
<<

Ksquared

Serviio newbie

Posts: 4

Joined: Fri Jun 29, 2012 11:12 am

Post Mon Jul 02, 2012 10:58 pm

Re: Serviio server on WD My Book Live

????????????

any one

??????????
<<

Ksquared

Serviio newbie

Posts: 4

Joined: Fri Jun 29, 2012 11:12 am

Post Sat Jul 07, 2012 3:40 am

Re: Serviio server on WD My Book Live

Im in a world of pain.......

I reloaded the firmware and started from scatch. i can download the mybooklive.sh and run it, but when i log back in bash doesnt recongnise the ipkg command...i have to go to the opt/bin to run it....and that is just the start of my problems...

any help would be much appreciated....pleeeeeeese
<<

Dago74

Serviio newbie

Posts: 3

Joined: Sat Jun 30, 2012 9:00 pm

Post Sun Jul 08, 2012 1:33 pm

Re: Serviio server on WD My Book Live

Dear all,

thxs @all for the very helpfull informations!

With this hints i get serviio working on my WD.

But i had to downgrade it to 02.10.09-124 because FFMPEG was not possible to install or serviio was not working. Have somebody installed it on a newer version of WD firmaware? And when, how?

Thxs for replay
<<

Oystein

Serviio newbie

Posts: 1

Joined: Tue Aug 07, 2012 2:34 pm

Post Tue Aug 07, 2012 3:35 pm

Re: Serviio server on WD My Book Live

I've installed Serviio on my WD My Book Live (192.168.1.103) according to the information in this thread. It starts up, finds files for the library and connects to MediaConnect DLNA client on my iPhone (192.168.1.2) just fine.

However my Sony BDV-E380 (192.168.1.101) cannot see and connect to the server. The server and the client is connected to the same router (Huawei HG256) and I can ping the client from a ssh session on the server.

The Sony automatically connects to a Serviio server on my iMac (192.168.1.100) and the MediaConnect server on my iPhone (connected to the router by wifi). I've tried to manually add it as a renderer in console, however there is no sign even in the log that indicates that the two are even communicating.

I'm running out of ideas - anyone able to help?

Update: OK - I found out that it was my Huawei router that was the problem - for some reason it did not allow communication between the WDMBL and the Sony even if they were both connected directly to the unit. I had an old WRT54G router lying around that I set up as a switch - connected both units to it and voila - it works :-)
Attachments
serviio.log
log including a restart of the wd MBL
(301.8 KiB) Downloaded 504 times
Last edited by Oystein on Sun Aug 26, 2012 11:53 am, edited 1 time in total.
<<

supermatty

Serviio newbie

Posts: 4

Joined: Sun May 27, 2012 1:55 am

Post Sat Aug 18, 2012 5:25 pm

Re: Serviio server on WD My Book Live

Hey guys,
Just wanted to let people know that I tried updating serviio to the new 1.0.1 version and it did not seem to work for me. I just downloaded the new version and over wrote the old one. After that, I re-scanned the media and all the files show up but I can't play anything. I'm guessing it I may have to upgrade ffmpeg, but for now I'm just going to revert to 0.6.2 as that has been pretty solid for me.
<<

Dan_M

Serviio newbie

Posts: 4

Joined: Tue Dec 13, 2011 2:01 pm

Post Sun Sep 09, 2012 5:25 pm

Re: Serviio server on WD My Book Live

Just to let you guys know too, I just updated my MBL firmware to 02.32.05-044. With the fresh ground, I installed Optware, Core-Utils, and Java; and they all seem to work fine. Serviio-1.0.1 installation also went fine. But running serviio.sh only gives me -bash: serviio.sh: command not found.

  Code:
MyBookLive:/usr/local/serviio/serviio-1.0.1/bin# java -versionjava version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.13) (6b18-1.8.13-0+squeeze1)
OpenJDK Zero VM (build 14.0-b16, interpreted mode)
MyBookLive:/usr/local/serviio/serviio-1.0.1/bin# ls -l
total 8
-rwxrwxrwx 1 serviio root 2084 Aug 10 02:42 serviio-console.sh
-rwxrwxrwx 1 serviio root 2023 Aug 10 02:42 serviio.sh
MyBookLive:/usr/local/serviio/serviio-1.0.1/bin# serviio.sh
-bash: serviio.sh: command not found
MyBookLive:/usr/local/serviio/serviio-1.0.1/bin#


Any idea what's causing this?

**********************************
Much later that day: I restarted my MBL, and Serviio started automatically... :D
<<

DoubleT

Serviio newbie

Posts: 2

Joined: Thu Sep 13, 2012 3:23 pm

Post Thu Sep 13, 2012 3:49 pm

Re: Serviio server on WD My Book Live

Hi to all,
I just made as simple PDF as full stack trace of serviio installation.

I hope this guide can help someone...
<<

Dan_M

Serviio newbie

Posts: 4

Joined: Tue Dec 13, 2011 2:01 pm

Post Mon Sep 17, 2012 5:23 pm

Re: Serviio server on WD My Book Live

Thanks DoubleT.
Can you share with me the content of your /etc/apt/sources.list ?
I think mine is outdated cause I've been trying to update the ffmpeg in vain.
<<

chilly357

Serviio newbie

Posts: 3

Joined: Sun Sep 16, 2012 12:40 am

Post Tue Sep 18, 2012 10:22 pm

Re: Serviio server on WD My Book Live

DoubleT wrote:Hi to all,
I just made as simple PDF as full stack trace of serviio installation.

I hope this guide can help someone...


I have the same ffmeg issue. Must be from the new firmware update?
Stuck in the water with no motor right now. Is there a new pkg for the latest firmware?
Thanks,
Carl
<<

DoubleT

Serviio newbie

Posts: 2

Joined: Thu Sep 13, 2012 3:23 pm

Post Wed Sep 19, 2012 1:53 pm

Re: Serviio server on WD My Book Live

Here is my file as requested (but I updated my firmware using latest one of september, before WD pull down it, but I think previous firmwares should be Debian lenny based, so this procedure should work for the latest stable installable of april also):
  Code:
deb http://archive.debian.org/debian-archive/debian/ lenny main contrib non-free
deb-src http://archive.debian.org/debian-archive/debian/ lenny main contrib non-free
deb http://archive.debian.org/debian-archive/debian-security/ lenny/updates main
deb-src http://archive.debian.org/debian-archive/debian-security/ lenny/updates main
deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb http://www.deb-multimedia.org stable main non-free
#deb http://ftp.us.debian.org/debian/ sid main
#deb http://ftp.us.debian.org/debian/ experimental main

The problem some guys can get it is related to libc conflict. As I reported in my stack trace, "dpkg -i --force-all ..." fix it, but following command "dpkg -e ..." is optional and may be useful not execute it. In these days I'm very busy, maybe next ones I'll reflash lastest stable kernel, of april, and redo all process, then update PDF if needed.
<<

chilly357

Serviio newbie

Posts: 3

Joined: Sun Sep 16, 2012 12:40 am

Post Fri Sep 28, 2012 7:25 pm

Re: Serviio server on WD My Book Live

Dan_M wrote:Thanks DoubleT.
Can you share with me the content of your /etc/apt/sources.list ?
I think mine is outdated cause I've been trying to update the ffmpeg in vain.


Dan_M.. Were you ever able to use the info Double_T to install ffmpeg properly?

I am still stuck in the water.
Thanks,
Carl

STILL STUCK.... Anyone, Buelhur??
<<

chilly357

Serviio newbie

Posts: 3

Joined: Sun Sep 16, 2012 12:40 am

Post Mon Oct 15, 2012 10:57 pm

Re: Serviio server on WD My Book Live

Still stuck...
<<

Matt87n

Serviio newbie

Posts: 1

Joined: Wed Oct 24, 2012 2:12 am

Post Wed Oct 24, 2012 2:50 am

Re: Serviio server on WD My Book Live

hi everyone, i hoping to install serviio on my MBL because i love the fact that it extracts metadata off the web and displays it on my samsung tv. im not seeing this feature with the latest version of twonky. however! im a total noob at linux and iv tried 3 times to get it to work without avail. my main question is.. do i just copy and paste the instructions thru ssh from the wiki page? i think i must be doing something wrong because i get an error usually at step 8. do i just copy and paste that whole section with the # ? sorry if this might be obvious but any help would be absolutely awesome! thanks!
<<

kokiri

Serviio newbie

Posts: 1

Joined: Thu Oct 25, 2012 5:29 am

Post Thu Oct 25, 2012 5:42 am

Re: Serviio server on WD My Book Live

Hi all, after apt-get install ffmpeg i get this

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
ffmpeg: Depends: libavcodec52 (>= 5:0.7.13) but 4:0.5.1-3 is to be installed
Depends: libavdevice52 (>= 5:0.7.13) but 4:0.5.1-3 is to be installed
Depends: libavfilter1 (>= 5:0.7.13) but it is not going to be installed
Depends: libavformat52 (>= 5:0.7.13) but 4:0.5.1-3 is to be installed
Depends: libavutil50 (>= 5:0.7.13) but it is not going to be installed
Depends: libpostproc51 (>= 5:0.7.13) but 4:0.5.1-3 is to be installed
Depends: libswscale0 (>= 5:0.7.13) but 4:0.5.1-3 is to be installed
libc6: Depends: libc-bin (= 2.11.2-2) but 2.11.3-4 is to be installed
libc6-ppc64: Depends: libc6 (= 2.11.3-4) but 2.11.2-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

I'm new in the linux stuff but looks like my repository need to be updated, but i don't know how to do it, a little help will be appreciated
<<

rajeshagarwal

Serviio newbie

Posts: 4

Joined: Wed Nov 28, 2012 8:33 am

Post Fri Nov 30, 2012 1:29 pm

Re: Serviio server on WD My Book Live

Hi Guys! Newbie here. Am trying to install servo on My Book Live with Jazzaman's instructions.

when i add shared folders in library, the library is not refreshing.
The changes i made in the 3rd dict in info.plist is the following -
<dict>
<key>serviio.remoteHost</key>
<string>10.0.1.4</string>

<key>java.net.preferIPv4Stack</key>
<string>true</string>
</dict>
</dict>
</dict>
</plist>

i can see Serviio on renderers but only the parent folder, no content or sub folders.
Am absolute newbie. Help!! :oops:
thx in anticipation. I love these forums!!
PreviousNext

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 13 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.