FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Itunes and SB not seeing server
- This topic has 3 replies, 2 voices, and was last updated 17 years, 10 months ago by rpedde.
-
AuthorPosts
-
14/01/2007 at 11:40 PM #991blevinsParticipant
I’ve just installed the mt-daapd server on a linkstation LS2. The server starts up just fine and i can get into the web interface just fine. However my SB nor I tunes running on a mac can see the server. I have pasted the output from the server startup below. It seems to load the plugins. However I must be missing something. If someone can look at it and maybe point out what I am doing wrong I would appreciate it.
root@NETDRIVE2:/usr/local/sbin# ./mt-daapd -f -m -d 9
Found 1 tokens in /mnt/hda/mp3
Token 1: /mnt/hda/mp3
Expanding precomments to 2048
Expanding precomments to 4096
Found 3 tokens in out-daap.a,out-daap.so,rsp.so
Token 1: out-daap.a
Token 2: out-daap.so
Token 3: rsp.so
Checking existence of /mnt/hda/usr/local/share/mt-daapd/admin-root
Checking existence of /mnt/hda/usr/local/share/mt-daapd/admin-root
Checking existence of /mnt/hda/usr/local/var/cache/mt-daapd
Checking existence of /mnt/hda/usr/local/var/cache/mt-daapd
Checking existence of /mnt/hda/usr/local/share/mt-daapd/plugins
Checking existence of /mnt/hda/usr/local/share/mt-daapd/plugins
Loading new config file.
Firefly Version svn-1463: Starting with debuglevel 9
Attempting to load plugin /mnt/hda/usr/local/share/mt-daapd/plugins/out-daap.so
Loaded plugin /mnt/hda/usr/local/share/mt-daapd/plugins/out-daap.so (daap/svn-1463)
New transcode codec list:
Attempting to load plugin /mnt/hda/usr/local/share/mt-daapd/plugins/rsp.so
Loaded plugin /mnt/hda/usr/local/share/mt-daapd/plugins/rsp.so (rsp/svn-1463)
New transcode codec list:
Attempting to load plugin /mnt/hda/usr/local/share/mt-daapd/plugins/ssc-script.so
Loaded plugin /mnt/hda/usr/local/share/mt-daapd/plugins/ssc-script.so (ssc-script/svn-1463)
New transcode codec list: ogg,flac,alac
Starting signal handler
Opening database
Executing: select value from config where term=’version’
Results: 0
Initializing database
Executing: select count(*) FROM songs
Signal handler started
Executing: select value from config where term=’rescan’
Executing: vacuum
Rows: 0
Executing: create index idx_path on songs(path,idx)
Query: create index idx_path on songs(path,idx)
Error: index idx_path already exists
Executing: create index idx_songid on playlistitems(songid)
Query: create index idx_songid on playlistitems(songid)
Error: index idx_songid already exists
Executing: create index idx_playlistid on playlistitems(playlistid,songid)
Query: create index idx_playlistid on playlistitems(playlistid,songid)
Error: index idx_playlistid already exists
Starting web server from /mnt/hda/usr/local/share/mt-daapd/admin-root on port 3689
Listening on port 3689
Starting server thread
Executing: select count(*) FROM songs
Serving 9204 songs. Startup complete in 40 seconds15/01/2007 at 4:52 AM #8440rpeddeParticipant@blevins wrote:
root@NETDRIVE2:/usr/local/sbin# ./mt-daapd -f -m -d 9
-m disables the multicast daemon — the mechanism by which iTunes and the soundbridge locate the server.
Try it without the -m.
— Ron
15/01/2007 at 4:47 PM #8441blevinsParticipantI re-compiled it without flac, ogg and howl. It worked perfectly then. Kudos to the people that wrote the firefly installation directions in the Linkstationwiki. I have another question as well. Can I get rid of the files in /tmp that I used to build the dependanices?
Curtis[/quote]
16/01/2007 at 3:45 AM #8442rpeddeParticipant@blevins wrote:
I re-compiled it without flac, ogg and howl. It worked perfectly then. Kudos to the people that wrote the firefly installation directions in the Linkstationwiki. I have another question as well. Can I get rid of the files in /tmp that I used to build the dependanices?
Curtis
Sure can. Once you’ve installed you don’t need them anymore, although a tmp cleaner will probably delete them for you next boot anyway.
– Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.