Thanks for the very helpful documentation and the packaging efforts that went into this ejurgensen.
I also have an wndr3700 v1, and was able to install the packages quite easily (I am running arokh's wndr3700 builds and had to remove some packages (like ffmpeg-mini) to avoid conflicts with yours.
Things installed fine, and I was able to pair daapd with apple remote running on my ipad (remote v2.2) but I can't figure out for the life of me howto send audio to another device. When I click play through the ipad for a music file in my daapd library, I see the following in the logs, and ipad thinks about playing, but stops immediately (so no airplay option). I realize I don't have an audio device locally, but remote isn't giving me a choice to use another device (nothing in settings, except to turn on/off home sharing and adding another device)
[2011-11-18 11:49:56] laudio: cannot find card '0'[2011-11-18 11:49:56] laudio: function snd_func_card_driver returned error: No such file or directory[2011
[2011-11-18 11:49:56] player: Could not open local audio
[2011-11-18 11:49:56] dacp: Could not start playback
[2011-11-18 11:49:56] dacp: Could not find requested property 'dacp.fullscreenenabled'
[2011-11-18 11:49:56] dacp: Could not find requested property 'dacp.fullscreen'
[2011-11-18 11:49:56] dacp: Could not find requested property 'dacp.visualizerenabled'
[2011-11-18 11:49:56] dacp: Could not find requested property 'dacp.visualizer'
My conf has the defaults in the output section.
# Local audio output
audio {
# AirTunes name - used in the speaker list in Remote
nickname = "OpenWrt"
# Audio device name for local audio output
# card = "default"
# Mixer channel to use for volume control - ALSA/Linux only
# If not set, PCM will be used if available, otherwise Master.
# mixer = ""
}
I can send debug logs over, bu