Difference between revisions of "Android Studio: UPnP DLNA"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Sumber: https://github.com/KernelCrap/android-dlna
 
Sumber: https://github.com/KernelCrap/android-dlna
 +
 +
 +
 +
==SlickDLNA for Android 4.0+==
 +
 +
SlickDLNA is a free, simple and easy to use client for browsing UPnP and DLNA media servers and it will enable you to stream media to your device. It focuses on delivering a simple and lightweight experience.
 +
Download
 +
 +
Available at the Google Play Store
 +
Requirements
 +
 +
* Android 4.0+
 +
* Cling 2.0-alpha3 (Java/Android UPnP library and tools) (terakhir 2.1.0-SNAPSHOT)
 +
* Jetty 8.1.12 (Servlet Engine and Http Server)
 +
* UrlImageViewHelper (Android library that sets an ImageView's contents from a url)
 +
 +
I have included a build.gradle file for easy dependency management in Android Studio. You will receive an error though when building, since most of the libraries for Jetty includes an about.html file that needs to be deleted from the .jar files.
 +
 +
The .jar files will be in sub folders in the .gradle folder (on Windows: C:\Users\<Username>\.gradle).
 +
Icons
 +
 +
* Elementary icons
 +
* Oxygen icons
 +
 +
==License==
 +
 +
* Apache Software License 2.0
 +
* Each of the components have their own license
  
  

Revision as of 08:03, 25 October 2015

Sumber: https://github.com/KernelCrap/android-dlna


SlickDLNA for Android 4.0+

SlickDLNA is a free, simple and easy to use client for browsing UPnP and DLNA media servers and it will enable you to stream media to your device. It focuses on delivering a simple and lightweight experience. Download

Available at the Google Play Store Requirements

  • Android 4.0+
  • Cling 2.0-alpha3 (Java/Android UPnP library and tools) (terakhir 2.1.0-SNAPSHOT)
  • Jetty 8.1.12 (Servlet Engine and Http Server)
  • UrlImageViewHelper (Android library that sets an ImageView's contents from a url)

I have included a build.gradle file for easy dependency management in Android Studio. You will receive an error though when building, since most of the libraries for Jetty includes an about.html file that needs to be deleted from the .jar files.

The .jar files will be in sub folders in the .gradle folder (on Windows: C:\Users\<Username>\.gradle). Icons

  • Elementary icons
  • Oxygen icons

License

  • Apache Software License 2.0
  • Each of the components have their own license





Referensi