Skip to content

A docker container for the BubbleUPnP Server. Allows transcoding of media streams to UPnP and Chromecast automatically.

License

Notifications You must be signed in to change notification settings

wernerb/docker-bubbleupnpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-bubbleupnpserver

For use with the BubbleUPnP app for android. This allows automatic transcoding for specific targets, namely the Google Chromecast.

The Chromecast does not support ac3 or dts audio streams and so needs to be transcoded. The BubbleUPnP app in conjunction with this server will allow the chromecast to play a wide selection of media formats.

Prerequisites

  • Install docker

Quick start

Pull from docker and start:

$ docker run -d --net=host --privileged wernerb/bubbleupnpserver

Build manually

To build and run yourself. Clone this repository and from that folder run:

$ docker build -t wernerb/bubbleupnpserver . 

Then use the Quick start command to run the bubbleupnpserver.

Trusted build

This container is also available as a Trusted Build on the docker index

About

A docker container for the BubbleUPnP Server. Allows transcoding of media streams to UPnP and Chromecast automatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published