Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: henrikmc on November 07, 2008, 09:28:34 AM

Title: TwonkyMedia Server on SME
Post by: henrikmc on November 07, 2008, 09:28:34 AM
http://www.twonkyvision.com/Download/TwonkyMedia/index.html

Im trying to get this to work on a SME 7.3 server, but so far have not managed to get it working.
I have come so far as to get it installed with proper rights etc. and start the server, but for some reason it dosent listen on the ports it should. The management interface should be listening on port 9000 but a netstat reveiles that it dosent.  :???:

Anybody here has any knowledge or tried it?
Title: Re: TwonkyMedia Server on SME
Post by: smeerbartje on November 07, 2008, 11:01:02 AM
Did you make a portforward?

Port 9000 -> 127.0.0.1
Title: Re: TwonkyMedia Server on SME
Post by: henrikmc on November 07, 2008, 11:14:47 AM
Did you make a portforward?

Port 9000 -> 127.0.0.1
No, it should only be accessible to the internal network. And there it is not present, as it dosent create a listener on port 9000. doing a "lynx localhost:9000" gives no respons and "netstat -a" shows no listeners on port 9000. The server says its running.
Title: Re: TwonkyMedia Server on SME
Post by: smeerbartje on November 07, 2008, 11:18:43 AM
Okay, sorry. Does the server produces logfiles or something?
Title: Re: TwonkyMedia Server on SME
Post by: cactus on November 07, 2008, 11:44:59 AM
http://www.twonkyvision.com/Download/TwonkyMedia/index.html

Im trying to get this to work on a SME 7.3 server, but so far have not managed to get it working.
I have come so far as to get it installed with proper rights etc. and start the server, but for some reason it dosent listen on the ports it should. The management interface should be listening on port 9000 but a netstat reveiles that it dosent.  :???:

Anybody here has any knowledge or tried it?
Are you sure the server is even running and keeps running? I see no proof nor testing that it is.

Maybe this might be a pointer, although if you want it to not be public, you should keep in mind to change public with private in the instructions: http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual#Managing_the_firewall
Title: Re: TwonkyMedia Server on SME
Post by: henrikmc on November 07, 2008, 12:51:44 PM
Are you sure the server is even running and keeps running? I see no proof nor testing that it is.

Maybe this might be a pointer, although if you want it to not be public, you should keep in mind to change public with private in the instructions: http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual#Managing_the_firewall
Twonky is installed in /usr/local/TwonkyVision
The server is started by executing: /usr/local/TwonkyVision/twonkymedia.sh start
Status on the server: /usr/local/TwonkyVision/twonkymedia.sh status
PID is created in /var/run/twonly-pid and its there when the server is running.
When server is running, executing the status command gives: "Twonky server IS running."  :shock:
Title: Re: TwonkyMedia Server on SME
Post by: Marcoof on November 13, 2008, 03:15:57 PM
Hi, yes it work for me.
I used this how to
http://www.sokoll.net/doku.php/pastimes:computing:sme_server:twonkymedia_on_sme_server_7

Best regards
Title: Re: TwonkyMedia Server on SME
Post by: henrikmc on November 13, 2008, 04:06:21 PM
Hi, yes it work for me.
I used this how to
http://www.sokoll.net/doku.php/pastimes:computing:sme_server:twonkymedia_on_sme_server_7

Best regards

Great, thanks a lot. Almost worked perfectly, just had some permissions to correct - its running now!