Posts: 3,805
Joined: Mar 2004
Reputation:
3
elupus
Team-XBMC Developer
Posts: 3,805
okey, so C-Quels problem turned out to be the hostname issue too.. it doesn't matter if you specify connection using ip address. you still have to have valid dns responses to the hostname the myth-backend is located on.
Posts: 3,805
Joined: Mar 2004
Reputation:
3
elupus
Team-XBMC Developer
Posts: 3,805
this seem to be a bug in mythtv-backend actually. it stores all filenames with a hostname instead of the address specified during backend setup.
we get the hostname (since there can be multiple backends, a file needs to know the hostname to which the file is located) and use that to connect. i'm not sure why it stores it like this, and not sure how to get around it yet.
Posts: 345
Joined: Jan 2008
Reputation:
6
i don't know if this help with anything but my instructions on how to setup myth always advise to change /etc/mysql/my.cnf
comment out line
bind-address = 127.0.0.1
or set it to actual ip address of the server
Posts: 128
Joined: Feb 2008
Reputation:
0
changing /etc/hosts on the linux xbmc machine fixed that connection as per previous post, tried also editing etc/hosts on the mythtv backend to try to fix the xbox problem but no joy.
Posts: 3,805
Joined: Mar 2004
Reputation:
3
elupus
Team-XBMC Developer
Posts: 3,805
well best is to add this to your router if it supports host entries. also normally this is automatic if you use dhcp to let your computer get it's ip address. (you can often add a static entry for your computer on the router)
Posts: 241
Joined: Aug 2007
Reputation:
12
solver
Skilled Python Coder
Posts: 241
Like ptipton, when I watch live channels it plays for about 2-5 seconds and then buffers for about 10 seconds before it starts playing again. The longer I pause the longer I can watch TV before it has to buffer again when I resume play. CPU usage is at 100%. A recorded show plays without a hitch.
I've looked through the log on my backend but I don't see anything suspicious.
Posts: 3,805
Joined: Mar 2004
Reputation:
3
elupus
Team-XBMC Developer
Posts: 3,805
don't enable gmyth during configure. it's not needed anymore (and i've not tested it in a while)
Posts: 52
Joined: Sep 2007
Reputation:
0
I took out --enable-gmyth out of configure, and was still getting the error, so I checked out everything from svn from scratch, and it compiled with no problem. Kinda strange - I prolly messed something up when i was trying to fix it a few days ago. *shrug*
Thanks for your help, and good job with all the mythtv integration.
-Brandon
Posts: 716
Joined: Jan 2007
Reputation:
0
wow, just upgraded from a couple of days ago and speeds have definately increased. recordings now play almost instantly. Cheers Elupus.