15449dfe44
uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files. uShare uses the built-in http server of libupnp to stream the files to clients. GeeXboX uShare is able to provide access to both images, videos, music or playlists files (see below for a complete file format support list It does not act as an UPnP Media Adaptor and thus, can't transcode streams to fit the client requirements. Note that DLNA support is not enabled on OpenBSD.
37 lines
1001 B
Plaintext
37 lines
1001 B
Plaintext
$OpenBSD: patch-scripts_ushare_conf,v 1.1.1.1 2010/03/22 22:26:59 ajacoutot Exp $
|
|
--- scripts/ushare.conf.orig Tue Feb 9 16:57:02 2010
|
|
+++ scripts/ushare.conf Tue Feb 9 16:57:35 2010
|
|
@@ -10,7 +10,7 @@ USHARE_IFACE=
|
|
|
|
# Port to listen to (default is random from IANA Dynamic Ports range)
|
|
# Ex : USHARE_PORT=49200
|
|
-USHARE_PORT=
|
|
+USHARE_PORT=49200
|
|
|
|
# Port to listen for Telnet connections
|
|
# Ex : USHARE_TELNET_PORT=1337
|
|
@@ -28,18 +28,18 @@ USHARE_DIR=
|
|
# as is. (Umlauts for all!)
|
|
#
|
|
# Options are TRUE/YES/1 for override and anything else for default behaviour
|
|
-USHARE_OVERRIDE_ICONV_ERR=
|
|
+USHARE_OVERRIDE_ICONV_ERR=YES
|
|
|
|
# Enable Web interface (yes/no)
|
|
-ENABLE_WEB=
|
|
+USHARE_ENABLE_WEB=no
|
|
|
|
# Enable Telnet control interface (yes/no)
|
|
-ENABLE_TELNET=
|
|
+USHARE_ENABLE_TELNET=no
|
|
|
|
# Use XboX 360 compatibility mode (yes/no)
|
|
-ENABLE_XBOX=
|
|
+USHARE_ENABLE_XBOX=no
|
|
|
|
# Use DLNA profile (yes/no)
|
|
# This is needed for PlayStation3 to work (among other devices)
|
|
-ENABLE_DLNA=
|
|
+USHARE_ENABLE_DLNA=no
|
|
|