kearygriffin / streambaby

Automatically exported from code.google.com/p/streambaby
1 stars 0 forks source link

Can't connect on Max OS X 10.8.1 Mountain Lion #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgrade to 10.8.1
2. Launch streambaby

What is the expected output? What do you see instead?
I should be able to connect. The app does shows up on my TiVo, but when I try 
to connect it gets an error.

What version of the product are you using? On what operating system?
streambaby : 0.29
Mac OS X 10.8.1
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)

Please provide any additional information below.
I set the debug level as per the debugging information:
miniserver:streambaby-0.29 jelwell$ ./streambaby
Initializing StreamBaby v0.29...
09/02/12 09:29:35 StreamBabyConfig: WorkingDir: 
/Users/jelwell/Applications/streambaby-0.29
09/02/12 09:29:35 StreamBabyConfig: StreamBabyDir: 
/Users/jelwell/Applications/streambaby-0.29
09/02/12 09:29:35 StreamBabyConfig: CurDir: 
/Users/jelwell/Applications/streambaby-0.29
09/02/12 09:29:35 FFmpegJavaConfig$1: Loading avutil, default: avutil
09/02/12 09:29:35 FFmpegJavaConfig$1: Error attempting toload ffmpeg libraries: 
Unable to load library 'avutil': dlopen(libavutil.dylib, 1): image not found
09/02/12 09:29:35 FFmpegJavaVideoModule: Unable to load FFmpeg native libraries
09/02/12 09:29:35 FFmpegExeVideoModule: FFmpegPath: ffmpeg
09/02/12 09:29:35 FFmpegExeVideoModule: FFmpegExeModule: Loaded
09/02/12 09:29:35 StreamBabyMain: STARTING StreamBaby v0.29...
09/02/12 09:29:35 Main: args= start=true
09/02/12 09:29:35 Main: args= loader=sun.misc.Launcher$AppClassLoader@1d9f953d
09/02/12 09:29:35 Listener: config=com.tivo.hme.host.util.Config@7d2452e8 
logger=com.unwiredappeal.tivo.utils.Log$ILoggerImpl@5bbf3d87
09/02/12 09:29:35 Listener: 
factoryList=[StreamBabyStreamFactory[/streambaby/,Stream, Baby, Stream]]
09/02/12 09:29:35 Listener: 
factory=StreamBabyStreamFactory[/streambaby/,Stream, Baby, Stream]
09/02/12 09:29:35 Listener: name=/streambaby/
09/02/12 09:29:35 Listener: 
09/02/12 09:29:35 Listener: added factory
09/02/12 09:29:35 Main: factory=StreamBabyStreamFactory[/streambaby/,Stream, 
Baby, Stream]
09/02/12 09:29:35 Main: MDNS: http://10.0.1.14:7290/streambaby/
09/02/12 09:29:35 Main: streambaby ready & listening.
09/02/12 09:29:35 Main: mdns_type=_tivo-hme._tcp.local. 
factory=StreamBabyStreamFactory[/streambaby/,Stream, Baby, Stream] port=7290
09/02/12 09:29:40 TiVoListener: addService: Premier XL
09/02/12 09:29:40 TiVoListener: Updating service: _http._tcp.local. (Premier XL)
09/02/12 09:29:40 TiVoListener: resolveService: _http._tcp.local. (Premier XL)
09/02/12 09:29:40 TiVoListener: jmDns found TiVo: Premier XL, tsn: 
7480001908C4A9F
09/02/12 09:30:18 Listener: http=HttpRequest /streambaby/
09/02/12 09:30:18 Listener: path=/streambaby/ uri=/streambaby/
09/02/12 09:30:18 Listener: http=HttpRequest /streambaby/ 
factory=StreamBabyStreamFactory[/streambaby/,Stream, Baby, Stream]
09/02/12 09:31:41 Listener: http=HttpRequest /streambaby/
09/02/12 09:31:41 Listener: path=/streambaby/ uri=/streambaby/
09/02/12 09:31:41 Listener: http=HttpRequest /streambaby/ 
factory=StreamBabyStreamFactory[/streambaby/,Stream, Baby, Stream]

The last two entries are me trying to connect using my webbrowser. I'm not sure 
what output is expected if you try to connect using your webbrowser - but 
Safari never finishes downloading. It currently says "8bytes of ?" and appears 
to be stuck.

Original issue reported on code.google.com by jelw...@gmail.com on 2 Sep 2012 at 4:38