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.
controldna/README.md

26 lines
903 B
Markdown
Raw Normal View History

2013-06-29 21:22:31 +00:00
## Description
2014-02-20 21:10:43 +00:00
ControlDLNA is a DLNA and UPnP control point app for your phone.
2013-06-24 17:51:23 +00:00
2014-02-20 21:10:43 +00:00
It lets you play audio and video from any DLNA or UPnP compatible server in the local network to a DLNA or UPnP renderer.
2013-06-29 21:22:31 +00:00
2014-02-20 16:17:45 +00:00
Additionally, other apps can utilize the MediaRouter API to play their media on a remote device.
Android 2.2 (Gingerbread) or higher is required.
2013-06-29 21:22:31 +00:00
[Download](http://f-droid.org/repository/browse/?fdid=com.github.nutomic.controldlna)
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.
2013-06-29 21:22:31 +00:00
## Building
2014-04-27 13:17:15 +00:00
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
2014-02-20 16:17:45 +00:00
All icons are taken from AOSP.
2013-06-29 21:22:31 +00:00
## License
[BSD 3-Clause License](LICENSE.md)