chrystalrico
12-19-07, 02:47 AM
hello,
I have a Buffalo Link Theater Media Player (the version without dvd player), only the network player and the Infrant/Netgear ReadyNAS NV+.
I activated the Home Media Streaming Server (wizd). But my link theater doesn't show the server on TV. TwonkyMedia is working with the link theater but the wizd server not.
I have SSH access to ReadyNAS, so I can change config of wizd directly.
I hope somebody can help me.
Rico
The wizd server can be browsed just like a regular web server. Try browsing http://readynas_ip_addr:8004/ The port the server listens on is configurable and might not be 8004, check your wizd.conf configuration file.
On your ReadyNAS, you should be able to use the "netstat" command (I'm assuming the Linux distro they use isn't totally crippled) to see that some process is listening on port 8004 (or whatever it is in your config file):
root@KURO-BOX:~# netstat -a | grep 8004
tcp 0 0 *:8004 *:* LISTEN
If that doesn't show anything, maybe check to see if wizd is running in the first place:
root@KURO-BOX:~# ps ax|grep wizd
170 ? S 0:00 /usr/local/wizd/wizd
171 ? S 0:00 /usr/local/wizd/wizd
chrystalrico
12-19-07, 07:14 AM
I tried it, everything seems to be okay. wizd is running. I also can access the web frontend from my pc. Only the Buffalo Link Theater Media Player does'nt show the server. Maybe the link theater (not the version with dvd player) doesn't support this server.
sanderant
12-19-07, 12:36 PM
He has the VIIV based no-DVD version of the Buffalo player, not the Sybase based one. I don't know the model number.
Hey from the Infrant forums. :)
lundman
12-20-07, 06:20 AM
Threadjack! If you want to try it, I just put up llink-1.9.1 for nmt, but it should mostly work with Buffalo Linktheater. Has unrar support too.
http://lundman.net/wiki/index.php/Llink
chrystalrico
12-21-07, 01:42 AM
Thank you! I will try it.