GithubHelp home page GithubHelp logo

hypfer / coherence Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coherence-project/coherence

1.0 3.0 0.0 4.26 MB

A DLNA/UPnP Media Server and Framework for the Digital Living

License: MIT License

Python 99.89% Shell 0.11%

coherence's Introduction

===========================================================================
Coherence - a DLNA/UPnP Media Server and  Framework for the Digital Living
===========================================================================

Coherence is a framework written in Python,
providing several UPnP MediaServers and MediaRenderers,
and enabling your application to participate in digital living networks.

It is licenced under the MIT licence.

Coherence is known to work with various clients
   - Sony Playstation 3
   - XBox360
   - Denon AV Receivers
   - WD HD Live MediaPlayers
   - Samsung TVs
   - Sony Bravia TVs

and much more...
   http://coherence-project.org/wiki/SupportedDevices

As time evolves you will find in this file more detailed
installation and basic configuration instructions.

For now please pardon the inconvenience
and have a look @ http://coherence-project.org


Installation from source
========================

After downloading and extracting the archive or having done a git
clone, move into the freshly created 'Coherence' folder and install
the files with

  sudo python ./setup.py install

This will copy the Python module files into your local Python package
folder and the coherence executable to '/usr/bin/coherence'.

http://coherence-project.org/wiki/DocumentationDepartment


Quickstart
==========

To just export some files on your hard-disk fire up Coherence with
an UPnP MediaServer with a file-system backend enabled::

  coherence --plugin=backend:FSStore,content:/path/to/your/media/files

A list of all available backends will get printed with::

  coherence --help

More information about the backends and their specific configuration:

  http://coherence-project.org/wiki/Backends

For a continuous operation the use of a config file is highly recommended.

  http://coherence-project.org/wiki/XMLConfig

The config file can be placed anywhere, coherence looks by default for
``$HOME/.coherence``, but you can pass the path via the commandline option
'-c' to it too::

  coherence -o /path/to/config/file -more -options


Troubleshooting
===============

If your MediaServer doesn't show up on your client most of the time
networking issue are responsible for that.

 - Your system has more than one network interface?
 
   Specify the network interface to use in the config file.

 - Add a multicast route, pointing to the proper network interface::

     route add -net 239.0.0.0 netmask 255.0.0.0 eth0

 - Any firewall on your system?


Support
=======

First there is our wiki at http://coherence-project.org/. If you find
an error there or think there is some information missing please get
yourself an account and correct that issue. Thx!

Then we have a mailinglist [email protected].
You add yourself here:

  http://lists.beebits.net/cgi-bin/mailman/listinfo/coherence-dev

And last but not least, there is our irc channel

  irc://irc.freenode.net/#coherence

where a lot of other users and most of the developers are around.

..
  Local Variables:
  mode: rst
  ispell-local-dictionary: "american"
  End:

coherence's People

Contributors

gnunicorn avatar htgoebel avatar hypfer avatar me-minus avatar micxer avatar phiamo avatar philn avatar sebp avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.