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-09 20:16:37 +02:00
graphics Added screenshots. 2014-05-09 01:20:13 +02:00
src/main Bumped version to 1.0.1. 2014-05-09 20:16:37 +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 link to play store, F-Droid badge. 2014-05-09 02:29:10 +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.

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, install Gradle (make sure it has support for Android builds), and then simply run gradle assembleDebug or gradle assembleRelease.

Icons

All icons are taken from AOSP.

License

BSD 3-Clause License