Giter Site home page Giter Site logo

justdlna's Introduction

JustDLNA

Purpose

The main goal is to provide a simple open source implementation of UPNP/DLNA service. From my point of view current server applications are over-engineered. This should not be THAT hard to deliver media content over a local network.

Features

  • audio/video/image media server

  • no database, no index (except for 'last viewed' folder), all data is read directly from file system

  • fully customizable content tree along with special types of nodes

  • runs as a service on windows/linux systems (with help of bundled java service wrapper)

  • supports binding address configuration on systems with multiple network interfaces

  • range header support for full control of media playback (feature of jetty servlet container)

  • low memory requirements (for a Java Application, 64M in default configuration)

Configuration file

TODO

Building

Checkout project source from github:

git clone https://github.com/vitalidze/justdlna.git

Project uses maven assembly plugin to build all distributions. Just run the command below to build .zip and .tar.gz distributions.

mvn clean assembly:assembly

Archives with distributions will appear under the target/ folder.

Installation

Linux service

TODO

Windows service

TODO

Known issues

On a system with multiple network interfaces (physical and/or virtual) by default the UPnP/DLNA service is bound to all available interfaces. However, the content is served for first random network interface. Thus, it is highly recommended to configure application to bind to a single IP address via ipAddress configuration element.

Contacts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.