Can't start Twonky

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
tux43
Posts:9
Joined:Fri May 25, 2007 12:11 pm
Can't start Twonky

Post by tux43 » Tue Aug 09, 2011 2:54 pm

Hi All,

I have made a mistake trying to get multiple interfaces working with TwonkyServer. If I look in twonkymedia-config.html the URL is something like this.

Code: Select all

<html><head><meta http-equiv="refresh" content="0; URL=http://10.1.1.10,ip=10.1.0.(#:9000/config">
If I change this file it just reverts back. How do I fix this problem - I do not have Twonky running at all now.

So to fix it I would like to do something like this

Code: Select all

http://10.1.1.10:9000/rpc/set_option?ip=10.1.1.10
However of course there is nothing running so the RPC call won't work. I can't find an appropriate ini file or equiv.

User avatar
parnott
Posts:326
Joined:Mon Sep 20, 2010 9:55 pm
AV Hardware:Twonky, WDTV Live, XBMC (Linux & Windows)

Re: Can't start Twonky

Post by parnott » Tue Aug 09, 2011 11:54 pm

You need to edit the twonkymedia-server.ini file and change the ip= option value.

This ini file should be found in the same directory where you found the twonkymedia-config.html file.

Locked