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-04-28 00:49:53 +02:00
res Added default drawables for folders and for files without icons. 2014-04-27 13:36:37 +02:00
src Removed unneeded indirection. 2014-04-28 00:49:53 +02:00
.gitignore Removed .gradle/ and build/ from git. 2014-01-02 13:48:09 +01:00
AndroidManifest.xml Bumped version to 0.5.3. 2014-04-13 14:47:55 +02:00
build.gradle Removed prebuilt libraries, using 4thline.org maven repository instead. 2014-04-23 20:38:45 +02:00
LICENSE.md Adjusted license file. 2014-01-02 05:27:11 +01:00
README.md Updated build instructions. 2014-04-27 15:17:15 +02:00

Description

ControlDLNA is a DLNA and UPnP control point app for your phone.

It lets you play audio and video from any DLNA or UPnP compatible server in the local network to a DLNA or UPnP renderer.

Additionally, other apps can utilize the MediaRouter API to play their media on a remote device.

Android 2.2 (Gingerbread) or higher is required.

Download

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

Building

To build, install Gradle (make sure it has support for Android builds), and then simply run gradle assembleDebug or gradle assembleRelease The apk will be placed in build/apk.

Icons

All icons are taken from AOSP.

License

BSD 3-Clause License