jasonmc / forked-daapd

A re-write of the firefly media server (mt-daapd). It's released under GPLv2+. Please note that this git repository is a mirror of the official one at git://git.debian.org/~jblache/forked-daapd.git
http://blog.technologeek.org/2009/06/12/217
GNU General Public License v2.0
328 stars 45 forks source link

Connection drops #77

Open internaut19 opened 12 years ago

internaut19 commented 12 years ago

Hi,

I'm having a problem with forked-daapd closing the connection at 4:57 min with every song that I try to play. This is the log at the time the client is disconnected.

[2011-12-10 12:16:53] xcode: User-Agent: iTunes/10.5.1 (Windows; Microsoft Windows 7 Ultimate Edition Service Pack 1 (Build 7601)) AppleWebKit/534.51.22 [2011-12-10 12:16:53] xcode: Client is iTunes ... [2011-12-10 12:22:28] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:29] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:31] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:33] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:34] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:36] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:38] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:40] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:41] httpd: Read 65536 bytes; streaming file id 39 [2011-12-10 12:22:42] httpd: Connection failed (fd 23) [2011-12-10 12:22:42] httpd: Write error (fd 23) [2011-12-10 12:22:42] httpd: Connection closed; stopping streaming of file ID 39 [2011-12-10 12:22:42] httpd: Connection failed (fd 20) [2011-12-10 12:27:27] db: DB pool status: size 2 free 2

Any help will be greatly appreciated ...

x42 commented 12 years ago

This is a known problem with forked-daapd and iTunes 10.5. - see issue #19

There is a patch available which works-around this problem but causes a few other inconveniences (no auto-update, no seeks in song): https://github.com/jasonmc/forked-daapd/issues/19#issuecomment-2495568