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-05 19:53:22 +02:00
graphics Added launcher icon. 2014-05-03 17:42:56 +02:00
src/main Bumped version to 1.0.0 2014-05-05 19:53:22 +02:00
.gitignore Removed .gradle/ and build/ from git. 2014-01-02 13:48:09 +01:00
build.gradle Changed project structure to use default gradle file layout. 2014-05-05 16:50:58 +02:00
LICENSE.md Adjusted license file. 2014-01-02 05:27:11 +01:00
README.md Added option to pause playback on incoming call (enabled by default). 2014-05-01 20:55:06 +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

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, 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