Quote:
Originally Posted by rfryar
The first thing I would do is to turn off the IPv6 stack. This confuses Java at least on my Vista builds.. It is easy to turn off and check to see if this is the issue.
The second thing to inspect is your windows Firewall settings to ensure the ports listed in your INI are correctly open.
Rick
|
I've disabled Ipv6 and created a new inbound firewall rule to allow TCP port 7290. The Tivo still does not see the StreamBaby stream.
I've updated the sterambaby.ini file to specify the IP of the Tivo but that caused a bunch of Java errors and the program exits:
--
dir.1=C:\Users\Chuck Clayton\Videos
dir.1.name=Voyager2 Videos
# Ip address to bind to (Tivo IP)
ip=192.168.113.21
# port to use
port=7290
--
--
C:\Program Files (x86)\streambaby-svn-r253>streambaby.bat
Initializing StreamBaby svn-r253...
java.net.BindException: Cannot assign requested address: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at com.tivo.hme.host.http.server.HttpServer$PortInterface.<init >(HttpServer.java:204)
at com.tivo.hme.host.http.server.HttpServer$Port.<init>(HttpSer ver.java:169)
at com.tivo.hme.host.http.server.HttpServer.start(HttpServer.ja va:79)
at com.unwiredappeal.tivo.streambaby.host.Listener.<init>(Liste ner.java:103)
at com.unwiredappeal.tivo.streambaby.host.Main.<init>(Main.java :137)
at com.unwiredappeal.tivo.streambaby.StreamBabyMain.main(Stream BabyMain.java:152)
error: Cannot assign requested address: JVM_Bind
usage: Main [--port <port>] [--ip <ip>] class
Exited.
--
If I don't specify the IP, the program runs fine but Tivo does not see it.
I will note that my local subnet is 192.168.113 where most people are probably on 192.168.1, could that be the problem?
PC StreamBaby: 192.168.113.20
the TiVo is: 192.168.113.21.
Still, I'm unclear on how the TiVo would see the stream anyway. I start the server on the PC, does the TiVo always scan the network looking for servers or is there something I have to do to the TiVo to get it to look for the server?
I've tried manually setting up a server using the TiVo and the IP of the PC running StreamBaby but still no luck.
The instructions for StreamBaby seem so easy. Download the file, edit the .ini and run the .bat. I need to get my TiVo to read the instructions because it is oblivious to the StreamBaby software running on my PC.