FAQ  •  Register  •  Login

Server 0.4.1 stops responding after a while

<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17216

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Aug 02, 2010 8:17 am

Re: Server 0.4.1 stops responding after a while

no, it's not
<<

stephendhill

Serviio lover

Posts: 72

Joined: Sat Jan 30, 2010 9:59 am

Location: UK

Post Mon Aug 16, 2010 5:43 am

Re: Server 0.4.1 stops responding after a while

I've managed to pin down when it happens.
When I moved to Serviio 0.4.1, I decided I no longer need mediatomb, therefore I uninstalled it. That's when the problems began. Reinstalling the mediatomb-daemon package 'magically' brings Serviio 'back to life' (that is dlna clients can see it). If I uninstall mediatomb-daemon, Serviio connections are not possible (strangely after some period of time).
My first suspicion was maybe installing the mediatomb-dameon package opened ports in the firewall (ufw), but as far as I know all ports are open. Still investigating.....
P.S. I'm running Ubuntu 9.10.
Avid Serviio user
Pure Flow One | Samsung LE40B650 | Samsung UE40F6320 | Sony PS3 | Ubuntu 14.04
<<

stephendhill

Serviio lover

Posts: 72

Joined: Sat Jan 30, 2010 9:59 am

Location: UK

Post Mon Aug 16, 2010 5:50 am

Re: Server 0.4.1 stops responding after a while

I believe it may have something to do with:

# The route command and arguments to be used if INTERFACE is defined.
# These variables should normally be left unmodified.
ROUTE_ADD="/sbin/route add -net 239.0.0.0 netmask 255.0.0.0"
ROUTE_DEL="/sbin/route del -net 239.0.0.0 netmask 255.0.0.0"

in /etc/default/mediatomb.
Avid Serviio user
Pure Flow One | Samsung LE40B650 | Samsung UE40F6320 | Sony PS3 | Ubuntu 14.04
<<

stephendhill

Serviio lover

Posts: 72

Joined: Sat Jan 30, 2010 9:59 am

Location: UK

Post Tue Aug 17, 2010 8:35 pm

Re: Server 0.4.1 stops responding after a while

The lack of the multicast route IS the problem.
I have added

up route add -net 239.0.0.0 netmask 255.0.0.0 dev eth1

to /etc/network/interfaces to fix the problem permanently.
Avid Serviio user
Pure Flow One | Samsung LE40B650 | Samsung UE40F6320 | Sony PS3 | Ubuntu 14.04
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17216

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Aug 18, 2010 8:30 am

Re: Server 0.4.1 stops responding after a while

great
<<

Elvis71

Serviio newbie

Posts: 15

Joined: Wed Feb 24, 2010 10:41 am

Post Sat Aug 21, 2010 7:35 am

Re: Server 0.4.1 stops responding after a while

Ok, so i am having the same problem with W Vista and without mediatomb. What should I do to fix it?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17216

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Aug 23, 2010 8:42 am

Re: Server 0.4.1 stops responding after a while

I'm hoping 0.4.2 might fix this.
<<

jono26

Serviio newbie

Posts: 9

Joined: Sun Jun 27, 2010 10:04 am

Post Sat Aug 28, 2010 1:28 pm

Re: Server 0.4.1 stops responding after a while

I wonder if it has anything to do with running on Windows 7 64bit. I also have the same problem (restarting serviio fixes it).
<<

mightymouse2045

Streaming enthusiast

Posts: 45

Joined: Sun Jan 15, 2012 11:16 am

Post Sun Jan 15, 2012 12:43 pm

Re: Server 0.4.1 stops responding after a while

stephendhill wrote:The lack of the multicast route IS the problem.
I have added

up route add -net 239.0.0.0 netmask 255.0.0.0 dev eth1

to /etc/network/interfaces to fix the problem permanently.


I added the above when setting up Serviio, however my Yamaha Receiver RX-V3067 wouldn't see my Serviio service running under Ubuntu.

I noticed in Twonky setup guide they had a different multicast address of:

up route add -net 224.0.0.0 netmask 240.0.0.0 dev ethX (ethX is whatever you NIC is in your machine, mine is eth0).

For some reason this worked straight off for the Yamaha - perhaps that is why there are reports of Twonky being the only non windows based media server that works with Yamaha receivers? Looking at the wiki page for multicast addresses 224.x.x.x seems to be the correct address to be used though.
<<

soohyun2222

Serviio newbie

Posts: 2

Joined: Wed Jan 02, 2013 3:43 am

Post Wed Jan 02, 2013 3:49 am

Re: Server 0.4.1 stops responding after a while

I use centos 6
and mine worked after typing
#route add -net 239.0.0.0 netmask 255.0.0.0 gw 192.168.0.1
for more information about this command cf) http://www.cyberciti.biz/faq/ubuntu-lin ... c-routing/
Finally I added this to /etc/networks
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Mon Sep 02, 2013 2:40 pm

Re: Server 0.4.1 stops responding after a while

As per http://en.wikipedia.org/wiki/Multicast_address I did
  Code:
route add -net 224.0.0.0/4 dev eth0
ip route flush cache

which solved my problem. Remember to flush the cache on all machines (serviio, gateway and player). I needed to turn off and on my media center to force the routes
Next

Return to Serviio Support & Help

Who is online

Users browsing this forum: Bing [Bot] and 19 guests

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