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.
Go to file
Felix Ableitner 42c189cc19 Added "discuntinued" note to Readme. 2015-07-03 16:53:24 +02:00
gradle/wrapper add gradle wrapper 2014-10-01 16:34:25 +02:00
graphics Added screenshots for 7" tablet (thanks Darryl). 2014-05-11 11:10:13 +02:00
src/main Fixed lint warnings. 2014-05-14 23:27:20 +02:00
.gitignore Removed .gradle/ and build/ from git. 2014-01-02 13:48:09 +01:00
LICENSE.md Adjusted license file. 2014-01-02 05:27:11 +01:00
README.md Added "discuntinued" note to Readme. 2015-07-03 16:53:24 +02:00
build.gradle add gradle wrapper 2014-10-01 16:34:25 +02:00
gradlew add gradle wrapper 2014-10-01 16:34:25 +02:00
gradlew.bat add gradle wrapper 2014-10-01 16:34:25 +02:00

README.md

Project is Unmaintained

I don't have the time or interest to continue working on ControlDLNA. If you want to take over the project, please contact me (or just fork it).

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.

Get it on Google Play Get it on F-Droid

Permissions: READ_PHONE_STATE is required to pause playback on phone call. All other permissions are required for UPnP functionality. ControlDLNA does not access the internet.

Building

To build run ./gradlew assembleDebug or ./gradlew assembleRelease. Windows users can use gradlew.bat rather than ./gradlew.

Icons

All icons are taken from AOSP.

License

BSD 3-Clause License