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-05-01 18:51:05 +02:00
res Added preferences with "Contact Developer" option. 2014-05-01 18:46:30 +02:00
src Fixed crash on app kill. 2014-05-01 18:51:05 +02:00
.gitignore Removed .gradle/ and build/ from git. 2014-01-02 13:48:09 +01:00
AndroidManifest.xml Added preferences with "Contact Developer" option. 2014-05-01 18:46:30 +02:00
build.gradle Added preferences with "Contact Developer" option. 2014-05-01 18:46:30 +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