dms

command module
v0.0.0-...-8eb2345 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2015 License: BSD-3-Clause Imports: 21 Imported by: 0

README

dms is a UPnP DLNA Digital Media Server. It runs from the terminal, and serves
content directly from the filesystem from the working directory, or the path
given. The SSDP component will broadcast and respond to requests on all
available network interfaces.

dms advertises and serves the raw files, in addition to alternate transcoded
streams when it's able, such as mpeg2 PAL-DVD and WebM for the Chromecast. It
will also provide thumbnails where possible.

dms uses ``ffprobe``/``avprobe`` to get media data such as bitrate and duration,
and ``ffmpeg``/``avconv`` for video transoding.

.. image:: https://lh3.googleusercontent.com/-z-zh7AzObGo/UEiWni1cQPI/AAAAAAAAASI/DRw9IoMMiNs/w497-h373/2012%2B-%2B1

Installing
==========

To run dms, assuming ``$GOPATH`` and Go have been configured already::

    $ go get github.com/anacrolix/dms
    $ $GOPATH/bin/dms

Known Compatible Players and Renderers
======================================

 * Probably all Panasonic Viera TVs.
 * Android's BubbleUPnP and AirWire
 * Chromecast
 * VLC

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
dms
Package futures emulates Python's concurrent.futures package as well as is possible with Go's lack of parametric types.
Package futures emulates Python's concurrent.futures package as well as is possible with Go's lack of parametric types.
play
Package rrcache implements a random replacement cache.
Package rrcache implements a random replacement cache.
Package transcode implements routines for transcoding to various kinds of receiver.
Package transcode implements routines for transcoding to various kinds of receiver.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL