Code Monkey home page Code Monkey logo

dlna-render's Introduction

DLNA-render

这是一个基于ubuntu18的dlna 音频接收器, 它可以利用DLNA/UPNP服务推送音频资源。

最新的DLNA render实现(gmediarender)

目前进度

  • 但是由于会暴露链接地址,因此现在在线收费音乐支持的很少。spotify/虾米/qq付费音乐都是不能推送的。
  • 网易云/qq音乐 轮播正常,下一首暂停正常.
  • bubbleupnp完美
  • 其他客户端有少许兼容性问题待修复

更新日志

20200605

  • version 0.0.8
  • 1.修复部分app传递空url导致的下一首卡死问题.
  • 2.修复了上个版本由于两首歌的采样不同导致卡死问题.

Docker 命令:

支持 host 以及 macvlan模式(如果路由器使用,推荐使用macvlan隔离ip,否则会被upnp等应用干扰):

< xxx > 替换为你喜欢的名字.

docker run -d \
--name <container name> \
-e UPNP_DEVICE_NAME=<dlna renderer name> \
--net=host \
--device /dev/snd:/dev/snd \
 --restart unless-stopped \
sxx1314/dlna-render

注释:

  • 这一行 -e UPNP_DEVICE_NAME=<dlna renderer name> 可以删除
  • 删除之后默认命名规则为 DLNA-$(hostname)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.