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

Cannot perform seek operation on songs into iTunes 10.4.1.10 #66

Open cpsoares opened 12 years ago

cpsoares commented 12 years ago

Hi,

I managed to build successfully forked-daapd v0.19gcd on a Fedora Core 14 Linux box. I noticed something though, I cannot perform seek operation on all my library's songs. Maybe something went wrong along the way namely on some buiding step. I use iTunes 10.4.1.10 and the behaviour is, when I try to perform a seek operation, the song always starts from the beginning and the bar won't fix on my chosen offset. My library is all mp3 mostly with ID3 v2.3 tags. Can someone give me some hints on how to solve this problem? Many thanks in advance.

Regards,

cpsoares

tomsoul commented 12 years ago

I have the same issue: Seeking is not working on OSX SL, Itunes 10.4 and on Win7, Itunes 10.3.

Log says:

[2011-09-23 14:00:42] httpd: Connection closed; stopping streaming of file ID 1167 [2011-09-23 14:00:42] httpd: Invalid end offset, will stream to end of file (bytes=44976-) [2011-09-23 14:00:42] httpd: End offset < start offset, will stream to end of file (0 < 44976)

Thank you Tom