嗨,我正在尝试为我的高保真放大器构建一个带有 toslink 的嵌入式 ARM 板。ARM 采用 720Mhz 构建,运行 ARM 版本的 ubuntu 12.04 linux。
是否有任何开源模块/库来实现 Apple Airplay?这样我就可以将我的音乐流式传输到我的高品质音频到我的板上,最后驱动我的扬声器?
我编写了一个支持 AirPlay 的 node.js 模块,你可以在 NPM 或 github 上找到它:
https://github.com/lperrin/node_airtunes
我包含了一个将 MP3 文件流式传输到附近服务器的示例。
node play_ffmpeg.js --host <Your AirPlay Host> --port <Your AirPlay Port> --file <Your MP3 file> --ffmpeg <Path to FFmpeg>
试试http://www.flyn.org/projects/libdmapsharing/
Libdmapsharing 还检测音频 AirPlay 服务;再加上 PulseAudio 或 GStreamer 中的 AirPlay™ 支持,这可以允许应用程序将音频流式传输到 AirPlay 设备。