FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Running mt-daapd on openWRT
- This topic has 14 replies, 4 voices, and was last updated 17 years, 10 months ago by rpedde.
-
AuthorPosts
-
18/01/2007 at 11:10 AM #1007steinb_iParticipant
Hi from Hamburg (Germany)!
First, thanks for this great piece of code. On my ubuntu server system it runs perfectly!I would like to run another streaming server on my router. The router runs with openWRT RC4 . I guess there are people who were able to run it. Not me! I installed the package i found. The debug info shows that it runs fine. But it never shows up in itunes!
Any hints?
Thanks for your interest.Till
18/01/2007 at 12:58 PM #8572fizzeParticipantMoinmoin nach Hamburg. ๐
Either your router doesn’t properly allow multicasts.
What router are you running? I suspect a WRT54 of some sort;)
What does the syslog say?
if mt-daapd is unable to acces the mp3_dir, it terminates.
For a test you could just specify an empty directory where the mt-daapd user has read permissions, so it would come up and you could access the web-interface.18/01/2007 at 1:24 PM #8573steinb_iParticipantIt is a ASUS 500g Delux and i think it schould support multicast
mt-daapd is able to access the mp3 dir and it add the songs to the database. So far it works fine. The web-interface does not work. After logging in I only get error pages. I think this is a conflict with the native web interface of openWRT but I’m not sure about that. I can live without the web interface thats not the problem.
The bigger problem is that the server does not show up in iTunes. When the client comes up I can see the client packages with tcp-dump. But it looks like the server does not answer.18/01/2007 at 2:50 PM #8574CCRDudeParticipantSince Fireflys (mt-daapds) admin pages are on port 3689, I doubt they would conflict with the native web interface.
If you could post those errors here, maybe they’ll tell somebody something?
18/01/2007 at 3:39 PM #8575fizzeParticipanthm – can you post the source of the webpages, if you get any?
also CCRDude is right, there really shouldnt be any conflicts, albeit you set the port to 80 ๐
Can you run mt-daapd with -d 9 and post the log?
be aware though, that log level is really verbosive.19/01/2007 at 5:40 PM #8576steinb_iParticipantFirst Debug messages:
root@OpenWrt:~# mt-daapd -d 9 -f
Read web_root: /usr/share/mt-daapd/admin-root
Read port: 3689
Read admin_pw: mt-daapd
Read db_dir: /var/cache/mt-daapd
Read mp3_dir: /var/cache
Read servername: mt-daapd
Read runas: root
Read playlist: /etc/mt-daapd.playlist
Read extensions: .mp3,.m4a,.m4p
Checking existence of /tmp/cache
Checking existence of /tmp/cache/mt-daapd
Starting rendezvous daemon
Starting signal handler
Loading playlists
Signal handler started
Initializing database
Finished loading smart playlists
Adding smart playlist AAC Files as 5
Adding new playlist AAC Files
Added playlist
Adding smart playlist Non-DRMed Music as 4
Adding new playlist Non-DRMed Music
Added playlist
Adding smart playlist Recently Added as 3
Adding new playlist Recently Added
Added playlist
Adding smart playlist 60's Music as 2
Adding new playlist 60's Music
Added playlist
Building playlists
Loaded database... found 0 songs
Starting mp3 scan
Foreground scanning for MP3s in /tmp/cache
Found /tmp/cache/mt-daapd
Found dir mt-daapd... recursing
Found /tmp/cache/mt-daapd/songs.gdb
Found /tmp/cache/songs.gdb
Initial update over. Removing stale items
Done removing stale items
Reorganizing db
Reorganize done
Finding deleted static playlists
Starting web server from /usr/share/mt-daapd/admin-root on port 3689
Preparing to listen on port 3689
Starting server thread
Registering rendezvous names
Scanned 0 songs in 0 seconds
And websource
error: hdr.html out of web root
Welcome
This is the administrative web interface for
mt-daapd
About
mt-daapd is a multi-threaded pthreads implementation of Apple's DAAP
server. It works for me, it might work for you, too. No promises
though. See the section below titled "No Warranty". This work,
although released under the GNU General Public License, is Copyright
(C) 2003 Ron Pedde. All Rights reserved. See the link labeled "GPL
License" for more information.
Legal Crap
Portions of this program are Copyright (c)
1999-2001 Apple Computer, Inc. All Rights Reserved. See the link
labeled "ASPL License" for more information.
No Warranty
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
error: ftr.html out of web root
20/01/2007 at 7:32 AM #8577fizzeParticipantok, this looks like the classy “nightly installed over 0.2.4” issue. ๐
remove your mt-daapd.conf, and reinstall from the nightly. The old config file isnt compatible with the new one.
20/01/2007 at 10:14 AM #8578steinb_iParticipantThat was not the nightly package. It was a package from openWrt.org.
See: http://www.ipkg.be/package/2043919I’m not able to install the nightly, cause I can not satisfy the dependencies.
20/01/2007 at 4:44 PM #8579rpeddeParticipant@steinb_i wrote:
That was not the nightly package. It was a package from openWrt.org.
See: http://www.ipkg.be/package/2043919I’m not able to install the nightly, cause I can not satisfy the dependencies.
It looks like it’s advertising itself. Do have you “search for shared music” enabled in your iTunes preferences?
20/01/2007 at 5:43 PM #8580steinb_iParticipantyes! iTunes finds another mt-daapd that is running on a Ubuntu sysytem. The problem must be on the openWRT system
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.