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
-
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?
-
Did you make a portforward?
Port 9000 -> 127.0.0.1
-
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.
-
Okay, sorry. Does the server produces logfiles or something?
-
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
-
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:
-
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
-
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!