DLNA and UPNP control point app for android.
This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2014-01-05 01:13:36 +01:00
libs Replaced ActionBarSherlock with Support Library appcompat. 2013-09-24 01:45:04 +02:00
res Changed string.xml organization, fixed play/pause button description. 2014-01-04 17:41:44 +01:00
src Improved error reporting, show errors as toast. 2014-01-05 01:13:36 +01:00
.gitignore Removed .gradle/ and build/ from git. 2014-01-02 13:48:09 +01:00
AndroidManifest.xml Fixed UPNP route provider service manifest label. 2014-01-04 17:25:56 +01:00
build.gradle Added gradle support. 2014-01-02 05:28:20 +01:00
ic_launcher-web.png Initial commit. 2013-05-31 17:03:52 +02:00
LICENSE.md Adjusted license file. 2014-01-02 05:27:11 +01:00
lint.xml Added gradle support. 2014-01-02 05:28:20 +01:00
README.md Added build instructions for cling library. 2014-01-02 13:51:04 +01:00

Description

A DLNA/UPNP control point for Android.

It supports playback of audio and media files from any UPNP media server to any UPNP media renderer. Additionally, playing from or to other apps via the MediaRouter API is also supported.

The app requires Android 2.2 (Gingerbread) and higher.

Download

Note about permissions: All permissions are required for UPNP. The app does not connect to the internet at all.

Building

Android Support Library and Cling are required for building.

Binaries for Cling are included in the libs folder.

Alternatively, Cling can be built from source with instructions on Github.

Icons

All icons are taken from the Android project.

License

BSD 3-Clause License