protyposis / LocalAudioBroadcast

Streams local Windows audio playback into a UPnP network
Apache License 2.0
34 stars 3 forks source link

Local Audio Broadcast

This simple application captures the local audio playback in Windows and sends it over the local network to a UPnP renderer. I originally wrote it to stream Spotify music playback from my computer over the home network to my HTPC running XBMC/Kodi (since I wasn't satisfied with the available Spotify plugins), it can be used for any audio though.

Screenshot of the GUI

The app has a simple GUI that offers the possibility to select a target UPnP renderer and send the audio captured from the default playback interface to it. It also acts as a UPnP server that can be browsed from a UPnP controller, where audio streams of all active playback devices (not just the default device) are served.

Download a binary release here.

Features

Requirements

Issues

License

Copyright 2014 Mario Guggenberger mg@protyposis.net

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.