Package: mt-daapd
Version: 0.2.4+r1376-1
Severity: important

Hi, I'm running mt-daapd on an ARM box (kernel
2.6.18-3-iop32x). I've setup a test directory with three
files in it: an MP3, an OGG vorbis and a FLAC. I've adjusted
/etc/mt-daapd.conf so mp3_dir points at this directory.

I can pick up the daapd share on another machine in
rhythmbox and see all three files. However, only the MP3
will play: the other two fail. Rhythmbox provides no output
that might suggest what is wrong.

Attached is "mt-daapd.log" generated when mt-daapd is
running at debug level 9. I've started the server, started
rhythmbox, browsed to the server, and attempted to play one
file only (/data/jon/daap_demo/02-05 10 Miles High.flac).

ii  adduser        3.99           Add and remove users and groups
ii  avahi-daemon   0.6.15-2       Avahi mDNS/DNS-SD daemon
ii  libavahi-compa 0.6.15-2       Avahi Howl compatibility library
ii  libavcodec0d   0.cvs20060823- ffmpeg codec library
ii  libavformat0d  0.cvs20060823- ffmpeg file format library
ii  libc6          2.3.6.ds1-8    GNU C Library: Shared libraries
ii  libflac7       1.1.2-5        Free Lossless Audio Codec - runtime C librar
ii  libid3tag0     0.15.1b-8      ID3 tag reading library from the MAD project
ii  libogg0        1.1.3-2        Ogg Bitstream Library
ii  libsqlite3-0   3.3.8-1        SQLite 3 shared library
ii  libtag1c2a     1.4-4          TagLib Audio Meta-Data Library
ii  libtagc0       1.4-4          TagLib Audio Meta-Data Library (C bindings)
ii  libvorbis0a    1.1.2.dfsg-1.2 The Vorbis General Audio Compression Codec
ii  libvorbisfile3 1.1.2.dfsg-1.2 The Vorbis General Audio Compression Codec
ii  zlib1g         1.2.3-13       compression library - runtime
2007-01-07 14:12:37 (00004000): Stopping gracefully
2007-01-07 14:12:37 (00004000): Stopping rendezvous daemon
2007-01-07 14:12:37 (00004000): Closing database
2007-01-07 14:12:37 (00004000): Done!
2007-01-07 14:12:37 (00004000): Stopping signal handler
2007-01-07 14:12:37 (00008003): Rendezvous socket closed (daap server crashed?) 
 Aborting.
2007-01-07 14:12:37: Aborting
2007-01-07 14:12:39 (00004000): Starting with debuglevel 9
2007-01-07 14:12:39 (00004000): Attempting to load plugin 
/usr/lib/mt-daapd/plugins/rsp.so
2007-01-07 14:12:39 (00004000): Loaded plugin /usr/lib/mt-daapd/plugins/rsp.so 
(rsp/svn-1376)
2007-01-07 14:12:39 (00004000): New transcode codec list: 
2007-01-07 14:12:39 (00004000): Attempting to load plugin 
/usr/lib/mt-daapd/plugins/ssc-ffmpeg.so
2007-01-07 14:12:39 (00004000): Loaded plugin 
/usr/lib/mt-daapd/plugins/ssc-ffmpeg.so (ssc-ffmpeg/svn-1376)
2007-01-07 14:12:39 (00004000): New transcode codec list: flac,alac,ogg,wma
2007-01-07 14:12:39 (00004000): Starting rendezvous daemon
2007-01-07 14:12:39 (00004000): Starting rendezvous services
2007-01-07 14:12:39 (00004000): Starting signal handler
2007-01-07 14:12:39 (00004000): Starting polling thread
2007-01-07 14:12:39 (00004002): Signal handler started
2007-01-07 14:12:39 (00008003): Waiting for data
2007-01-07 14:12:39 (00004000): Entering runloop
2007-01-07 14:12:40 (00004000): Opening database
2007-01-07 14:12:40 (00004000): Executing: select value from config where 
term='version'
2007-01-07 14:12:40 (00004000): Results: 0
2007-01-07 14:12:40 (00004000): Initializing database
2007-01-07 14:12:40 (00004000): Executing: select count(*) FROM songs
2007-01-07 14:12:40 (00004000): Executing: select value from config where 
term='rescan'
2007-01-07 14:12:40 (00004000): Executing: vacuum
2007-01-07 14:12:40 (00004000): Rows: 0
2007-01-07 14:12:40 (00004000): Executing: create index idx_path on 
songs(path,idx)
2007-01-07 14:12:40 (00004000): Query: create index idx_path on songs(path,idx)
2007-01-07 14:12:40 (00004000): Error: index idx_path already exists
2007-01-07 14:12:40 (00004000): Executing: create index idx_songid on 
playlistitems(songid)
2007-01-07 14:12:40 (00004000): Query: create index idx_songid on 
playlistitems(songid)
2007-01-07 14:12:40 (00004000): Error: index idx_songid already exists
2007-01-07 14:12:40 (00004000): Executing: create index idx_playlistid on 
playlistitems(playlistid,songid)
2007-01-07 14:12:40 (00004000): Query: create index idx_playlistid on 
playlistitems(playlistid,songid)
2007-01-07 14:12:40 (00004000): Error: index idx_playlistid already exists
2007-01-07 14:12:40 (00004000): Starting web server from 
/usr/share/mt-daapd/admin-root on port 3689
2007-01-07 14:12:40 (00004000): Listening on port 3689
2007-01-07 14:12:40 (00004000): Starting server thread
2007-01-07 14:12:40 (00004000): Registering rendezvous names
2007-01-07 14:12:40 (00008003): Received a message from daap server
2007-01-07 14:12:40 (00008003): Registering _daap._tcp."thecus jukebox" (3689)
2007-01-07 14:12:40 (00008003): Received a message from daap server
2007-01-07 14:12:40 (00008003): Registering _http._tcp."thecus jukebox" (3689)
2007-01-07 14:12:40 (00004000): Checking ssc-ffmpeg/svn-1376
2007-01-07 14:12:40 (00004000): Checking rsp/svn-1376
2007-01-07 14:12:40 (00004000): Registering _rsp._tcp
2007-01-07 14:12:40 (00008003): Received a message from daap server
2007-01-07 14:12:40 (00008003): Registering _rsp._tcp."thecus jukebox" (3689)
2007-01-07 14:12:40 (00004000): Executing: select count(*) FROM songs
2007-01-07 14:12:40 (00004000): Serving 3 songs.  Startup complete in 1 seconds
2007-01-07 14:12:41 (00004000): Publish reply: started
2007-01-07 14:12:41 (00004000): Publish reply: stopped
2007-01-07 14:12:41 (00004000): Publish reply: name collision
2007-01-07 14:12:45 (00014004): Thread 0: Entering ws_dispatcher (Connection 
from 192.168.123.108)
2007-01-07 14:12:45 (00014004): Thread 0: got request
2007-01-07 14:12:45 (00014004): Request: GET /server-info HTTP/1.1
2007-01-07 14:12:45 (00014004): Thread 0: Read: Host: 192.168.123.100:3689
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Added *Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Language: en-us, en;q=5.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Language=en-us, 
en;q=5.0*
2007-01-07 14:12:45 (00014004): Added *Accept-Language=en-us, en;q=5.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Version: 3.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Encoding: gzip
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Added *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Access-Index: 2
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Thread 0: Read: 
2007-01-07 14:12:45 (00014004): Thread 0: Headers parsed!
2007-01-07 14:12:45 (00014004): Checking to see if connection matches close
2007-01-07 14:12:45 (00014004): Nope!
2007-01-07 14:12:45 (00014004): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-01-07 14:12:45 (00014004): Thread 0: Original URI: /server-info
2007-01-07 14:12:45 (00014004): Thread 0: Translated URI: /server-info
2007-01-07 14:12:45 (00014004): Thread 0: Preparing to find handler
2007-01-07 14:12:45 (00014004): Thread 0: URI Match!
2007-01-07 14:12:45 (00014004): Thread 0: Time is 1168179165 seconds after epoch
2007-01-07 14:12:45 (00014004): Thread 0: Setting time header
2007-01-07 14:12:45 (00014004): Added *Date=Sun, 7 Jan 2007 14:12:45 GMT*
2007-01-07 14:12:45 (00014004): Thread 0: Using non-default handler
2007-01-07 14:12:45 (00014004): Added *Accept-Ranges=bytes*
2007-01-07 14:12:45 (00014004): Added *DAAP-Server=mt-daapd/svn-1376*
2007-01-07 14:12:45 (00014004): Added *Content-Type=application/x-dmap-tagged*
2007-01-07 14:12:45 (00014004): Added *Cache-Control=no-cache*
2007-01-07 14:12:45 (00014004): Added *Expires=-1*
2007-01-07 14:12:45 (00014004): Added *Content-Length=137*
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Length: 137
2007-01-07 14:12:45 (00014004): Emitting reponse header Expires: -1
2007-01-07 14:12:45 (00014004): Emitting reponse header Cache-Control: no-cache
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Type: 
application/x-dmap-tagged
2007-01-07 14:12:45 (00014004): Emitting reponse header DAAP-Server: 
mt-daapd/svn-1376
2007-01-07 14:12:45 (00014004): Emitting reponse header Accept-Ranges: bytes
2007-01-07 14:12:45 (00014004): Emitting reponse header Date: Sun, 7 Jan 2007 
14:12:45 GMT
2007-01-07 14:12:45 (00014004): Entering config_set_status
2007-01-07 14:12:45 (00014004): Exiting config_set_status
2007-01-07 14:12:45 (00014004): Thread 0: Terminating
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing response headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request vars
2007-01-07 14:12:45 (00014004): Thread 0: got request
2007-01-07 14:12:45 (00014004): Request: GET /login HTTP/1.1
2007-01-07 14:12:45 (00014004): Thread 0: Read: Host: 192.168.123.100:3689
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Added *Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Language: en-us, en;q=5.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Language=en-us, 
en;q=5.0*
2007-01-07 14:12:45 (00014004): Added *Accept-Language=en-us, en;q=5.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Version: 3.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Encoding: gzip
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Added *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Access-Index: 2
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Thread 0: Read: 
2007-01-07 14:12:45 (00014004): Thread 0: Headers parsed!
2007-01-07 14:12:45 (00014004): Checking to see if connection matches close
2007-01-07 14:12:45 (00014004): Nope!
2007-01-07 14:12:45 (00014004): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-01-07 14:12:45 (00014004): Thread 0: Original URI: /login
2007-01-07 14:12:45 (00014004): Thread 0: Translated URI: /login
2007-01-07 14:12:45 (00014004): Thread 0: Preparing to find handler
2007-01-07 14:12:45 (00014004): Thread 0: URI Match!
2007-01-07 14:12:45 (00014004): Thread 0: Time is 1168179165 seconds after epoch
2007-01-07 14:12:45 (00014004): Thread 0: Setting time header
2007-01-07 14:12:45 (00014004): Added *Date=Sun, 7 Jan 2007 14:12:45 GMT*
2007-01-07 14:12:45 (00014004): Thread 0: Using non-default handler
2007-01-07 14:12:45 (00014004): Added *Accept-Ranges=bytes*
2007-01-07 14:12:45 (00014004): Added *DAAP-Server=mt-daapd/svn-1376*
2007-01-07 14:12:45 (00014004): Added *Content-Type=application/x-dmap-tagged*
2007-01-07 14:12:45 (00014004): Added *Cache-Control=no-cache*
2007-01-07 14:12:45 (00014004): Added *Expires=-1*
2007-01-07 14:12:45 (00014004): Added *Content-Length=32*
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Length: 32
2007-01-07 14:12:45 (00014004): Emitting reponse header Expires: -1
2007-01-07 14:12:45 (00014004): Emitting reponse header Cache-Control: no-cache
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Type: 
application/x-dmap-tagged
2007-01-07 14:12:45 (00014004): Emitting reponse header DAAP-Server: 
mt-daapd/svn-1376
2007-01-07 14:12:45 (00014004): Emitting reponse header Accept-Ranges: bytes
2007-01-07 14:12:45 (00014004): Emitting reponse header Date: Sun, 7 Jan 2007 
14:12:45 GMT
2007-01-07 14:12:45 (00014004): Entering config_set_status
2007-01-07 14:12:45 (00014004): Exiting config_set_status
2007-01-07 14:12:45 (00014004): Thread 0: Terminating
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing response headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request vars
2007-01-07 14:12:45 (00014004): Thread 0: got request
2007-01-07 14:12:45 (00014004): Request: GET 
/update?session-id=1&revision-number=1 HTTP/1.1
2007-01-07 14:12:45 (00014004): Thread 0: Read: Host: 192.168.123.100:3689
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Added *Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Validation: 
5A836209373E42755B1720D3E520C0F7
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Validation=5A836209373E42755B1720D3E520C0F7*
2007-01-07 14:12:45 (00014004): Added 
*Client-DAAP-Validation=5A836209373E42755B1720D3E520C0F7*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Language: en-us, en;q=5.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Language=en-us, 
en;q=5.0*
2007-01-07 14:12:45 (00014004): Added *Accept-Language=en-us, en;q=5.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Version: 3.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Encoding: gzip
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Added *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Access-Index: 2
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Thread 0: Read: 
2007-01-07 14:12:45 (00014004): Thread 0: Headers parsed!
2007-01-07 14:12:45 (00014004): Checking to see if connection matches close
2007-01-07 14:12:45 (00014004): Nope!
2007-01-07 14:12:45 (00014004): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-01-07 14:12:45 (00014004): Thread 0: parsing GET args
2007-01-07 14:12:45 (00014004): Thread 0: Entering ws_getgetvars 
(session-id=1&revision-number=1)
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg session-id = 1
2007-01-07 14:12:45 (00014004): Added *session-id=1*
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg revision-number = 1
2007-01-07 14:12:45 (00014004): Added *revision-number=1*
2007-01-07 14:12:45 (00014004): Thread 0: Done parsing GET/POST args!
2007-01-07 14:12:45 (00014004): Thread 0: Original URI: /update
2007-01-07 14:12:45 (00014004): Thread 0: Translated URI: /update
2007-01-07 14:12:45 (00014004): Thread 0: Preparing to find handler
2007-01-07 14:12:45 (00014004): Thread 0: URI Match!
2007-01-07 14:12:45 (00014004): Thread 0: Time is 1168179165 seconds after epoch
2007-01-07 14:12:45 (00014004): Thread 0: Setting time header
2007-01-07 14:12:45 (00014004): Added *Date=Sun, 7 Jan 2007 14:12:45 GMT*
2007-01-07 14:12:45 (00014004): Thread 0: Using non-default handler
2007-01-07 14:12:45 (00014004): Added *Accept-Ranges=bytes*
2007-01-07 14:12:45 (00014004): Added *DAAP-Server=mt-daapd/svn-1376*
2007-01-07 14:12:45 (00014004): Added *Content-Type=application/x-dmap-tagged*
2007-01-07 14:12:45 (00014004): Added *Cache-Control=no-cache*
2007-01-07 14:12:45 (00014004): Added *Expires=-1*
2007-01-07 14:12:45 (00014004): Preparing to send update response
2007-01-07 14:12:45 (00014004): Entering config_set_status
2007-01-07 14:12:45 (00014004): Exiting config_set_status
2007-01-07 14:12:45 (00014004): Added *Content-Length=32*
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Length: 32
2007-01-07 14:12:45 (00014004): Emitting reponse header Expires: -1
2007-01-07 14:12:45 (00014004): Emitting reponse header Cache-Control: no-cache
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Type: 
application/x-dmap-tagged
2007-01-07 14:12:45 (00014004): Emitting reponse header DAAP-Server: 
mt-daapd/svn-1376
2007-01-07 14:12:45 (00014004): Emitting reponse header Accept-Ranges: bytes
2007-01-07 14:12:45 (00014004): Emitting reponse header Date: Sun, 7 Jan 2007 
14:12:45 GMT
2007-01-07 14:12:45 (00014004): Entering config_set_status
2007-01-07 14:12:45 (00014004): Exiting config_set_status
2007-01-07 14:12:45 (00014004): Thread 0: Terminating
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing response headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request vars
2007-01-07 14:12:45 (00014004): Thread 0: got request
2007-01-07 14:12:45 (00014004): Request: GET 
/databases?session-id=1&revision-number=2 HTTP/1.1
2007-01-07 14:12:45 (00014004): Thread 0: Read: Host: 192.168.123.100:3689
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Added *Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Validation: 
E1D49B3BA20969B6CEB06C3F160CD53E
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Validation=E1D49B3BA20969B6CEB06C3F160CD53E*
2007-01-07 14:12:45 (00014004): Added 
*Client-DAAP-Validation=E1D49B3BA20969B6CEB06C3F160CD53E*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Language: en-us, en;q=5.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Language=en-us, 
en;q=5.0*
2007-01-07 14:12:45 (00014004): Added *Accept-Language=en-us, en;q=5.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Version: 3.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Encoding: gzip
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Added *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Access-Index: 2
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Thread 0: Read: 
2007-01-07 14:12:45 (00014004): Thread 0: Headers parsed!
2007-01-07 14:12:45 (00014004): Checking to see if connection matches close
2007-01-07 14:12:45 (00014004): Nope!
2007-01-07 14:12:45 (00014004): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-01-07 14:12:45 (00014004): Thread 0: parsing GET args
2007-01-07 14:12:45 (00014004): Thread 0: Entering ws_getgetvars 
(session-id=1&revision-number=2)
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg session-id = 1
2007-01-07 14:12:45 (00014004): Added *session-id=1*
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg revision-number = 2
2007-01-07 14:12:45 (00014004): Added *revision-number=2*
2007-01-07 14:12:45 (00014004): Thread 0: Done parsing GET/POST args!
2007-01-07 14:12:45 (00014004): Thread 0: Original URI: /databases
2007-01-07 14:12:45 (00014004): Thread 0: Translated URI: /databases
2007-01-07 14:12:45 (00014004): Thread 0: Preparing to find handler
2007-01-07 14:12:45 (00014004): Thread 0: URI Match!
2007-01-07 14:12:45 (00014004): Thread 0: Time is 1168179165 seconds after epoch
2007-01-07 14:12:45 (00014004): Thread 0: Setting time header
2007-01-07 14:12:45 (00014004): Added *Date=Sun, 7 Jan 2007 14:12:45 GMT*
2007-01-07 14:12:45 (00014004): Thread 0: Using non-default handler
2007-01-07 14:12:45 (00014004): Added *Accept-Ranges=bytes*
2007-01-07 14:12:45 (00014004): Added *DAAP-Server=mt-daapd/svn-1376*
2007-01-07 14:12:45 (00014004): Added *Content-Type=application/x-dmap-tagged*
2007-01-07 14:12:45 (00014004): Added *Cache-Control=no-cache*
2007-01-07 14:12:45 (00014004): Added *Expires=-1*
2007-01-07 14:12:45 (00014004): Executing: select count(*) FROM songs
2007-01-07 14:12:45 (00014004): Executing: select count(*) FROM playlists
2007-01-07 14:12:45 (00014004): Added *Content-Length=129*
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Length: 129
2007-01-07 14:12:45 (00014004): Emitting reponse header Expires: -1
2007-01-07 14:12:45 (00014004): Emitting reponse header Cache-Control: no-cache
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Type: 
application/x-dmap-tagged
2007-01-07 14:12:45 (00014004): Emitting reponse header DAAP-Server: 
mt-daapd/svn-1376
2007-01-07 14:12:45 (00014004): Emitting reponse header Accept-Ranges: bytes
2007-01-07 14:12:45 (00014004): Emitting reponse header Date: Sun, 7 Jan 2007 
14:12:45 GMT
2007-01-07 14:12:45 (00014004): Entering config_set_status
2007-01-07 14:12:45 (00014004): Exiting config_set_status
2007-01-07 14:12:45 (00014004): Thread 0: Terminating
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing response headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request vars
2007-01-07 14:12:45 (00014004): Thread 0: got request
2007-01-07 14:12:45 (00014004): Request: GET 
/databases/1/items?session-id=1&revision-number=2&meta=dmap.itemid,dmap.itemname,daap.songalbum,daap.songartist,daap.daap.songgenre,daap.songsize,daap.songtime,daap.songtrackcount,daap.songtracknumber,daap.songyear,daap.songformat,daap.songgenre,daap.songbitrate
 HTTP/1.1
2007-01-07 14:12:45 (00014004): Thread 0: Read: Host: 192.168.123.100:3689
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Added *Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Validation: 
C5CDB84B6FDAEA06030F5B3ACEC9B84C
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Validation=C5CDB84B6FDAEA06030F5B3ACEC9B84C*
2007-01-07 14:12:45 (00014004): Added 
*Client-DAAP-Validation=C5CDB84B6FDAEA06030F5B3ACEC9B84C*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Language: en-us, en;q=5.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Language=en-us, 
en;q=5.0*
2007-01-07 14:12:45 (00014004): Added *Accept-Language=en-us, en;q=5.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Version: 3.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Encoding: gzip
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Added *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Access-Index: 2
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Thread 0: Read: 
2007-01-07 14:12:45 (00014004): Thread 0: Headers parsed!
2007-01-07 14:12:45 (00014004): Checking to see if connection matches close
2007-01-07 14:12:45 (00014004): Nope!
2007-01-07 14:12:45 (00014004): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-01-07 14:12:45 (00014004): Thread 0: parsing GET args
2007-01-07 14:12:45 (00014004): Thread 0: Entering ws_getgetvars 
(session-id=1&revision-number=2&meta=dmap.itemid,dmap.itemname,daap.songalbum,daap.songartist,daap.daap.songgenre,daap.songsize,daap.songtime,daap.songtrackcount,daap.songtracknumber,daap.songyear,daap.songformat,daap.songgenre,daap.songbitrate)
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg session-id = 1
2007-01-07 14:12:45 (00014004): Added *session-id=1*
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg revision-number = 2
2007-01-07 14:12:45 (00014004): Added *revision-number=2*
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg meta = 
dmap.itemid,dmap.itemname,daap.songalbum,daap.songartist,daap.daap.songgenre,daap.songsize,daap.songtime,daap.songtrackcount,daap.songtracknumber,daap.songyear,daap.songformat,daap.songgenre,daap.songbitrate
2007-01-07 14:12:45 (00014004): Added 
*meta=dmap.itemid,dmap.itemname,daap.songalbum,daap.songartist,daap.daap.songgenre,daap.songsize,daap.songtime,daap.songtrackcount,daap.songtracknumber,daap.songyear,daap.songformat,daap.songgenre,daap.songbitrate*
2007-01-07 14:12:45 (00014004): Thread 0: Done parsing GET/POST args!
2007-01-07 14:12:45 (00014004): Thread 0: Original URI: /databases/1/items
2007-01-07 14:12:45 (00014004): Thread 0: Translated URI: /databases/1/items
2007-01-07 14:12:45 (00014004): Thread 0: Preparing to find handler
2007-01-07 14:12:45 (00014004): Thread 0: URI Match!
2007-01-07 14:12:45 (00014004): Thread 0: Time is 1168179165 seconds after epoch
2007-01-07 14:12:45 (00014004): Thread 0: Setting time header
2007-01-07 14:12:45 (00014004): Added *Date=Sun, 7 Jan 2007 14:12:45 GMT*
2007-01-07 14:12:45 (00014004): Thread 0: Using non-default handler
2007-01-07 14:12:45 (00014004): Added *Accept-Ranges=bytes*
2007-01-07 14:12:45 (00014004): Added *DAAP-Server=mt-daapd/svn-1376*
2007-01-07 14:12:45 (00014004): Added *Content-Type=application/x-dmap-tagged*
2007-01-07 14:12:45 (00014004): Added *Cache-Control=no-cache*
2007-01-07 14:12:45 (00014004): Added *Expires=-1*
2007-01-07 14:12:45 (00014004): Unknown meta code: daap.daap.songgenre
2007-01-07 14:12:45 (00014004): meta codes: 24842863299
2007-01-07 14:12:45 (00014004): No query/filter
2007-01-07 14:12:45 (00014004): Executing: select * from songs 
2007-01-07 14:12:45 (00014004): Enumerating size
2007-01-07 14:12:45 (00014004): Executing: select * from songs 
2007-01-07 14:12:45 (00014004): Got size: 427
2007-01-07 14:12:45 (00014004): Item enum:  got 3 songs, dmap size: 427
2007-01-07 14:12:45 (00014004): Added *Content-Length=488*
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Length: 488
2007-01-07 14:12:45 (00014004): Emitting reponse header Expires: -1
2007-01-07 14:12:45 (00014004): Emitting reponse header Cache-Control: no-cache
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Type: 
application/x-dmap-tagged
2007-01-07 14:12:45 (00014004): Emitting reponse header DAAP-Server: 
mt-daapd/svn-1376
2007-01-07 14:12:45 (00014004): Emitting reponse header Accept-Ranges: bytes
2007-01-07 14:12:45 (00014004): Emitting reponse header Date: Sun, 7 Jan 2007 
14:12:45 GMT
2007-01-07 14:12:45 (00014004): Done enumerating.
2007-01-07 14:12:45 (00014004): Entering config_set_status
2007-01-07 14:12:45 (00014004): Exiting config_set_status
2007-01-07 14:12:45 (00014004): Thread 0: Terminating
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing response headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request vars
2007-01-07 14:12:45 (00014004): Thread 0: got request
2007-01-07 14:12:45 (00014004): Request: GET 
/databases/1/containers?session-id=1&revision-number=2 HTTP/1.1
2007-01-07 14:12:45 (00014004): Thread 0: Read: Host: 192.168.123.100:3689
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Added *Host=192.168.123.100:3689*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Validation: 
8588A7A428373C2B4AE38032D1BEB849
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Validation=8588A7A428373C2B4AE38032D1BEB849*
2007-01-07 14:12:45 (00014004): Added 
*Client-DAAP-Validation=8588A7A428373C2B4AE38032D1BEB849*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Language: en-us, en;q=5.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Language=en-us, 
en;q=5.0*
2007-01-07 14:12:45 (00014004): Added *Accept-Language=en-us, en;q=5.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Version: 3.0
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Version=3.0*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Accept-Encoding: gzip
2007-01-07 14:12:45 (00014004): Thread 0: Adding header *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Added *Accept-Encoding=gzip*
2007-01-07 14:12:45 (00014004): Thread 0: Read: Client-DAAP-Access-Index: 2
2007-01-07 14:12:45 (00014004): Thread 0: Adding header 
*Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Added *Client-DAAP-Access-Index=2*
2007-01-07 14:12:45 (00014004): Thread 0: Read: 
2007-01-07 14:12:45 (00014004): Thread 0: Headers parsed!
2007-01-07 14:12:45 (00014004): Checking to see if connection matches close
2007-01-07 14:12:45 (00014004): Nope!
2007-01-07 14:12:45 (00014004): Thread 0: Connection type HTTP/1.1
: Connection: persist
2007-01-07 14:12:45 (00014004): Thread 0: parsing GET args
2007-01-07 14:12:45 (00014004): Thread 0: Entering ws_getgetvars 
(session-id=1&revision-number=2)
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg session-id = 1
2007-01-07 14:12:45 (00014004): Added *session-id=1*
2007-01-07 14:12:45 (00014004): Thread 0: Adding arg revision-number = 2
2007-01-07 14:12:45 (00014004): Added *revision-number=2*
2007-01-07 14:12:45 (00014004): Thread 0: Done parsing GET/POST args!
2007-01-07 14:12:45 (00014004): Thread 0: Original URI: /databases/1/containers
2007-01-07 14:12:45 (00014004): Thread 0: Translated URI: 
/databases/1/containers
2007-01-07 14:12:45 (00014004): Thread 0: Preparing to find handler
2007-01-07 14:12:45 (00014004): Thread 0: URI Match!
2007-01-07 14:12:45 (00014004): Thread 0: Time is 1168179165 seconds after epoch
2007-01-07 14:12:45 (00014004): Thread 0: Setting time header
2007-01-07 14:12:45 (00014004): Added *Date=Sun, 7 Jan 2007 14:12:45 GMT*
2007-01-07 14:12:45 (00014004): Thread 0: Using non-default handler
2007-01-07 14:12:45 (00014004): Added *Accept-Ranges=bytes*
2007-01-07 14:12:45 (00014004): Added *DAAP-Server=mt-daapd/svn-1376*
2007-01-07 14:12:45 (00014004): Added *Content-Type=application/x-dmap-tagged*
2007-01-07 14:12:45 (00014004): Added *Cache-Control=no-cache*
2007-01-07 14:12:45 (00014004): Added *Expires=-1*
2007-01-07 14:12:45 (00014004): No query/filter
2007-01-07 14:12:45 (00014004): Executing: select * from playlists 
2007-01-07 14:12:45 (00014004): Enumerating size
2007-01-07 14:12:45 (00014004): Executing: select * from playlists 
2007-01-07 14:12:45 (00014004): Got size: 56
2007-01-07 14:12:45 (00014004): Item enum:  got 1 playlists, dmap size: 56
2007-01-07 14:12:45 (00014004): Added *Content-Length=117*
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Length: 117
2007-01-07 14:12:45 (00014004): Emitting reponse header Expires: -1
2007-01-07 14:12:45 (00014004): Emitting reponse header Cache-Control: no-cache
2007-01-07 14:12:45 (00014004): Emitting reponse header Content-Type: 
application/x-dmap-tagged
2007-01-07 14:12:45 (00014004): Emitting reponse header DAAP-Server: 
mt-daapd/svn-1376
2007-01-07 14:12:45 (00014004): Emitting reponse header Accept-Ranges: bytes
2007-01-07 14:12:45 (00014004): Emitting reponse header Date: Sun, 7 Jan 2007 
14:12:45 GMT
2007-01-07 14:12:45 (00014004): Done enumerating.
2007-01-07 14:12:45 (00014004): Entering config_set_status
2007-01-07 14:12:45 (00014004): Exiting config_set_status
2007-01-07 14:12:45 (00014004): Thread 0: Terminating
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing response headers
2007-01-07 14:12:45 (00014004): Thread 0: Freeing request vars
2007-01-07 14:12:47 (00018005): Thread 1: Entering ws_dispatcher (Connection 
from 192.168.123.108)
2007-01-07 14:12:47 (00018005): Thread 1: got request
2007-01-07 14:12:47 (00018005): Request: GET 
/databases/1/items/1.wav?session-id=1 HTTP/1.1
2007-01-07 14:12:47 (00018005): Thread 1: Read: Host: 192.168.123.100
2007-01-07 14:12:47 (00018005): Thread 1: Adding header *Host=192.168.123.100*
2007-01-07 14:12:47 (00018005): Added *Host=192.168.123.100*
2007-01-07 14:12:47 (00018005): Thread 1: Read: Accept: */*
2007-01-07 14:12:47 (00018005): Thread 1: Adding header *Accept=*/**
2007-01-07 14:12:47 (00018005): Added *Accept=*/**
2007-01-07 14:12:47 (00018005): Thread 1: Read: Cache-Control: no-cache
2007-01-07 14:12:47 (00018005): Thread 1: Adding header *Cache-Control=no-cache*
2007-01-07 14:12:47 (00018005): Added *Cache-Control=no-cache*
2007-01-07 14:12:47 (00018005): Thread 1: Read: User-Agent: iTunes/4.6 
(Windows; N)
2007-01-07 14:12:47 (00018005): Thread 1: Adding header *User-Agent=iTunes/4.6 
(Windows; N)*
2007-01-07 14:12:47 (00018005): Added *User-Agent=iTunes/4.6 (Windows; N)*
2007-01-07 14:12:47 (00018005): Thread 1: Read: Accept-Language: en-us, en;q=5.0
2007-01-07 14:12:47 (00018005): Thread 1: Adding header *Accept-Language=en-us, 
en;q=5.0*
2007-01-07 14:12:47 (00018005): Added *Accept-Language=en-us, en;q=5.0*
2007-01-07 14:12:47 (00018005): Thread 1: Read: Client-DAAP-Access-Index: 2
2007-01-07 14:12:47 (00018005): Thread 1: Adding header 
*Client-DAAP-Access-Index=2*
2007-01-07 14:12:47 (00018005): Added *Client-DAAP-Access-Index=2*
2007-01-07 14:12:47 (00018005): Thread 1: Read: Client-DAAP-Version: 3.0
2007-01-07 14:12:47 (00018005): Thread 1: Adding header 
*Client-DAAP-Version=3.0*
2007-01-07 14:12:47 (00018005): Added *Client-DAAP-Version=3.0*
2007-01-07 14:12:47 (00018005): Thread 1: Read: Client-DAAP-Validation: 
CD51D0788779DB996718C2506EC9D267
2007-01-07 14:12:47 (00018005): Thread 1: Adding header 
*Client-DAAP-Validation=CD51D0788779DB996718C2506EC9D267*
2007-01-07 14:12:47 (00018005): Added 
*Client-DAAP-Validation=CD51D0788779DB996718C2506EC9D267*
2007-01-07 14:12:47 (00018005): Thread 1: Read: Client-DAAP-Request-ID: 1
2007-01-07 14:12:47 (00018005): Thread 1: Adding header 
*Client-DAAP-Request-ID=1*
2007-01-07 14:12:47 (00018005): Added *Client-DAAP-Request-ID=1*
2007-01-07 14:12:47 (00018005): Thread 1: Read: Connection: close
2007-01-07 14:12:47 (00018005): Thread 1: Adding header *Connection=close*
2007-01-07 14:12:47 (00018005): Added *Connection=close*
2007-01-07 14:12:47 (00018005): Thread 1: Read: 
2007-01-07 14:12:47 (00018005): Thread 1: Headers parsed!
2007-01-07 14:12:47 (00018005): Checking to see if connection matches close
2007-01-07 14:12:47 (00018005): And it DOES!
2007-01-07 14:12:47 (00018005): Thread 1: Connection type HTTP/1.1
: Connection: non-persist
2007-01-07 14:12:47 (00018005): Thread 1: parsing GET args
2007-01-07 14:12:47 (00018005): Thread 1: Entering ws_getgetvars (session-id=1)
2007-01-07 14:12:47 (00018005): Thread 1: Adding arg session-id = 1
2007-01-07 14:12:47 (00018005): Added *session-id=1*
2007-01-07 14:12:47 (00018005): Thread 1: Done parsing GET/POST args!
2007-01-07 14:12:47 (00018005): Thread 1: Original URI: /databases/1/items/1.wav
2007-01-07 14:12:47 (00018005): Thread 1: Translated URI: 
/databases/1/items/1.wav
2007-01-07 14:12:47 (00018005): Thread 1: Preparing to find handler
2007-01-07 14:12:47 (00018005): Thread 1: URI Match!
2007-01-07 14:12:47 (00018005): Thread 1: Time is 1168179167 seconds after epoch
2007-01-07 14:12:47 (00018005): Thread 1: Setting time header
2007-01-07 14:12:47 (00018005): Added *Date=Sun, 7 Jan 2007 14:12:47 GMT*
2007-01-07 14:12:47 (00018005): Thread 1: Using non-default handler
2007-01-07 14:12:47 (00018005): Added *Accept-Ranges=bytes*
2007-01-07 14:12:47 (00018005): Added *DAAP-Server=mt-daapd/svn-1376*
2007-01-07 14:12:47 (00018005): Added *Content-Type=application/x-dmap-tagged*
2007-01-07 14:12:47 (00018005): Added *Cache-Control=no-cache*
2007-01-07 14:12:47 (00018005): Added *Expires=-1*
2007-01-07 14:12:47 (00018005): Executing: select * from songs where id=1
2007-01-07 14:12:47 (00018005): Entering config_set_status
2007-01-07 14:12:47 (00018005): Exiting config_set_status
2007-01-07 14:12:47 (00018005): Session 1: Streaming file '02-05 10 Miles 
High.flac' to 192.168.123.108 (offset 0)
2007-01-07 14:12:47 (00018005): Transcoding /data/jon/daap_demo/02-05 10 Miles 
High.flac with ssc-ffmpeg/svn-1376
2007-01-07 14:12:47 (00018005): opening /data/jon/daap_demo/02-05 10 Miles 
High.flac
2007-01-07 14:12:47 (00018005): opening file raw
2007-01-07 14:12:47 (00018005): Updating Content-Type from 
application/x-dmap-tagged to audio/wav
2007-01-07 14:12:47 (00018005): Added *Connection=Close*
2007-01-07 14:12:47 (00018005): Emitting reponse header Connection: Close
2007-01-07 14:12:47 (00018005): Emitting reponse header Expires: -1
2007-01-07 14:12:47 (00018005): Emitting reponse header Cache-Control: no-cache
2007-01-07 14:12:47 (00018005): Emitting reponse header Content-Type: audio/wav
2007-01-07 14:12:47 (00018005): Emitting reponse header DAAP-Server: 
mt-daapd/svn-1376
2007-01-07 14:12:47 (00018005): Emitting reponse header Accept-Ranges: bytes
2007-01-07 14:12:47 (00018005): Emitting reponse header Date: Sun, 7 Jan 2007 
14:12:47 GMT
2007-01-07 14:12:47 (00018005): Channels.......: 2
2007-01-07 14:12:47 (00018005): Sample rate....: 44100
2007-01-07 14:12:47 (00018005): Bits/Sample....: 16
2007-01-07 14:12:47 (00018005): Swab...........: 0
2007-01-07 14:12:49 (00018005): Entering config_set_status
2007-01-07 14:12:49 (00018005): Exiting config_set_status
2007-01-07 14:12:49 (00018005): Thread 1: Terminating
2007-01-07 14:12:49 (00018005): Thread 1: Freeing request headers
2007-01-07 14:12:49 (00018005): Thread 1: Freeing response headers
2007-01-07 14:12:49 (00018005): Thread 1: Freeing request vars
2007-01-07 14:12:49 (00014004): Thread 0:  could not read: No such file or 
directory
2007-01-07 14:12:49 (00018005): Thread 1: Closing fd
2007-01-07 14:12:49 (00014004): Thread 0: Terminating
2007-01-07 14:12:49 (00018005): With thread 1 exiting, 1 are still running
2007-01-07 14:12:49 (00014004): Thread 0: Freeing request headers
2007-01-07 14:12:49 (00014004): Thread 0: Freeing response headers
2007-01-07 14:12:49 (00014004): Thread 0: Freeing request vars
2007-01-07 14:12:49 (00014004): Thread 0: Closing fd
2007-01-07 14:12:49 (00014004): With thread 0 exiting, 0 are still running
2007-01-07 14:12:52 (00004002): Got shutdown signal. Notifying daap server.
2007-01-07 14:12:52 (00004000): Stopping gracefully
2007-01-07 14:12:52 (00004000): Stopping rendezvous daemon
2007-01-07 14:12:52 (00008003): Received a message from daap server
2007-01-07 14:12:52 (00008003): Stopping mDNS
2007-01-07 14:12:52 (00004000): Closing database
2007-01-07 14:12:52 (00004000): Done!
2007-01-07 14:12:52 (00004000): Stopping signal handler
2007-01-07 14:12:52 (00004000): Exiting runloop

Attachment: signature.asc
Description: Digital signature

Reply via email to