https://github.com/juneix/MiPlay丨小米音箱的 AirPlay 桥接器
10K+
MiPlay 是小米音箱的隔空播放桥接器,可以把多个小米音箱转换为独立 AirPlay 1 设备。
本项目参考并整合了 MiAir、miservice-fork、AirPlay2-Receiver、XiaoMusic 等项目的思路与部分实现,面向自用场景进行了重构。


services:
miplay:
image: ghcr.io/juneix/miplay
# image: docker.1ms.run/juneix/miplay # 毫秒镜像加速
container_name: miplay
network_mode: host
restart: unless-stopped
environment:
WEB_PORT: 8300 #访问端口
volumes:
- ./conf:/app/conf
# 如需搭配 Shairport-Sync 使用,请取消注释
# shairport-sync:
# image: mikebrady/shairport-sync
# container_name: airplay2
# network_mode: host
# restart: always
# devices:
# - /dev/snd:/dev/snd
# cap_add:
# - SYS_NICE
docker run -d \
--name miplay \
--network host \
--restart unless-stopped \
-e WEB_PORT=8300 \
-v "${PWD}/conf:/app/conf" \
ghcr.io/juneix/miplay
# docker.1ms.run/juneix/miplay # 毫秒镜像加速
飞牛商店的【AirPlay 2 - 隔空播放】即将整合 MiPlay。

![]() 微信 |
![]() 支付宝 |
Content type
Image
Digest
sha256:b75355ec7…
Size
120.5 MB
Last updated
3 days ago
docker pull juneix/miplay