Talk:SSH Tunnel
From MtdWiki
[edit]
Broken with latest iTunes?
My beloved daap_connect one-liner ceased to function recently, with the only genuine change being an upgrade on my computer iTunes 7.1 from iTunes 7.
ssh jamie@servername.com -N -f -L 3689:servername.com:3689 && mDNSProxyResponderPosix 127.0.0.1 musicserver "Music Server" _daap._tcp. 3689 &
It tries to connect and just defaults back to the Library. Firewalls all look OK. Don't see anything interesting in the logs about it... anybody have any ideas? --Jamiew 21:37, 4 Apr 2007 (PDT)
- Problem solved. This was a bug with mt-daapd failing to read some bad playlists; disabling "process_m3u" in mt-daapd.conf fixed it.
