BeagleBoneでAirPlay

Raspberry PiでAirPlay対応という記事をITmediaで見たのでBeagleBoneでも出来ないか調べてみた。
やっている事は単純。
BeagleBoneに入れたUbuntuでShairportをinstallして動かすだけ。

sudo apt-get install git build-essential libssl-dev libcrypt-openssl-rsa-perl libao-dev libio-socket-inet6-perl libwww-perl avahi-utils pkg-config
sudo -H cpan -i HTTP::Request
HTTP::Requestの箇所を以下の4つ置き換えて実行。
HTTP::Message
Crypt::OpenSSL::RSA
IO::Socket::INET6
Net::SDP

git clone https://github.com/albertz/shairport.git
cd shairport
make
sudo make install
sudo cp -a shairport.init.sample /etc/init.d/shairport
/etc/init.d/shairport start
stopするなら
/etc/init.d/shairport stop

とりあえずこれで繋がったけどDVI-D Audio cap経由で音出ず。
失敗?