File: README

package info (click to toggle)
gmediaserver 0.13.0-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,972 kB
  • ctags: 2,990
  • sloc: ansic: 19,483; sh: 4,347; xml: 513; makefile: 109; yacc: 98; perl: 18; sed: 16
file content (119 lines) | stat: -rw-r--r-- 4,152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
GMediaServer - Introduction
===========================

GMediaServer is a UPnP compatible media server for the GNU system. It is
part of the GNU project.

GMediaServer serves audio and video files to certain network connected
media players. Most hardware media players only play music and/or
video--they don't provide the media themselves. Those media files have
to come from a device on the network. GMediaServer is a server for such
UPnP compatible media players, including:

   * NETGEAR Wireless Digital Music Player (MP101)
   * Linksys Wireless-B Music System (WMLS11B), 
     Wireless-B Media Link for Music (WML11B)
   * Philips Streamium SL300i, Streamium RC9800i, Streamium SLA5520,
     SLA5500
   * Omnifi DMS1
   * SMC EZ Stream 11Mbps Wireless Audio Adaptor (SMCWAA-B)
   * D-Link DSM-520 Wireless HD Media Player
   * Roku SoundBridge Network Music Player M1000
   * Terratec NOXON audio, NOXON 2 audio
   * Pinnacle ShowCenter 200
   * Logik IR100
   * Denon AVR-4306
   * Nokia 770 Internet Tablet

Other UPnP media players (including software based) may work as
well--see the manual for a more complete list.

GMediaServer is written in C by Oskar Liljeblad. It should compile
and run on any modern POSIX compatible system such as GNU/Linux.
GMediaServer is a console based application which is usually run in the
background. It is free software, licensed under the terms of the GNU
General Public License (http://www.gnu.org/copyleft/gpl.html).

Copyright and License
=====================

GMediaServer is copyright (C) 2005, 2006, 2007 Oskar Liljeblad.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License
(http://www.gnu.org/copyleft/gpl.html) as published by the Free
Software Foundation (http://www.fsf.org/); either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

See the manual for further details on licensing and copyright.

Requirements
============

The following programs are required to build GMediaServer:

 * GNU C Compiler (gcc), 2.95 or later.

The following libraries are required to build and run GMediaServer:

 * Linux SDK for UPnP Devices (libupnp), 1.2.1 or later

 * libmagic from file ("The Fine Free File Command"), 4.02 or later

The following libraries are optional:

 * ID3v1/ID3v2 Tagging Library (id3lib), 3.8 or later

 * TagLib Audio Meta-Data Library (taglib), 1.4 or later

 * Ext2 Filesystem Utilities (E2fsprogs), 1.36 or later

See the manual for further details.

Quick Start
===========

Compile GMediaServer by running configure and then make. This should
produce an executable gmediaserver in the src subdirectory, which can be
used right away. No extra files need to be installed.

GMediaServer is run from the command line. It supports the usual
`--help' option which displays usage and option information.
GMediaServer expects one or more directory arguments, specifying where
audio files are stored. You should probably also use the `-i'
(`--interface') option to specify which interface GMediaServer should
listen on. The first times you run GMediaServer it would also be a good
idea to increase the verbosity. Example:

     ./gmediaserver -ieth1 -v4 /audio

Check out the `--profile' option, which allows settings for certain
devices to be automaticly enabled. See the manual for more details:

  info ./doc/gmediaserver.info

Homepage
========

The home page of GMediaServer is located on
`http://www.gnu.org/software/gmediaserver/'.

Feedback
========

The author of GMediaServer and this document, Oskar Liljeblad, can be
contacted by e-mail on <oskar@osk.mine.nu>.

You can also write to the mailing list as well. See the manual for more
details.

-