Apologies if this has been answered already - I can't seem to find it.
I am trying to stream music from an iTunes library on a Mac to a TiVo Premiere. It took some doing with lame to get it to work with AAC (and particularly with "Matched AAC" files), but it's all working.
The only problem now is that if I use the Channel+ button to skip a track while it's playing, playback will halt at the end of the next song.
From the looks of the console log, it seems that the connection isn't being shut down cleanly when I use Channel+:
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: java.net.SocketException: Broken pipe
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at java.net.SocketOutputStream.socketWrite0(Native Method)
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.j ava:92)
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at java.net.SocketOutputStream.write(SocketOutputStream.java:13 6)
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at com.tivo.calypso.CalypsoHTTPServer.handleDocument(CalypsoHTT PServer.java:849)
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at com.tivo.calypso.CalypsoHTTPServer.doTiVoRequest(CalypsoHTTP Server.java:882)
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at com.tivo.calypso.CalypsoHTTPServer.handleRequest(CalypsoHTTP Server.java:177)
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at com.tivo.calypso.CalypsoHTTPServer.run(CalypsoHTTPServer.jav a:74)
6/23/12 11:05:04.455 AM [0x0-0x32032].com.apple.systempreferences: at java.lang.Thread.run(Thread.java:680)
I get this problem even when I'm playing an all-mpeg playlist, so I don't think it has anything to do with my lame/AAC hackery.
Does anyone know of a solution?
I'm running OSX 10.7.4 and TivoDesktop 1.95a.
Thanks.