DLNA Media Server - nur Ordner auf dem Client

Post Reply
Message
Author
brum

DLNA Media Server - nur Ordner auf dem Client

#1 Post by brum »

Hallo Gemeinde,

mein DVD-Player verfügt über die DLNA-Client-Funktion.
Das Server-OS ist Mandriva 2010. In der Softwareverwaltung wird mir als DLNA-Server uShare angeboten.

Installiert und wie folgt konfiguriert:

Code: Select all

# /etc/ushare.conf
# Configuration file for uShare

# uShare UPnP Friendly Name (default is 'uShare').
USHARE_NAME=Jupiter_Media

# Interface to listen to (default is eth0).
# Ex : USHARE_IFACE=eth1
USHARE_IFACE=eth0

# Port to listen to (default is random from IANA Dynamic Ports range)
# Ex : USHARE_PORT=49200
USHARE_PORT=49200

# Port to listen for Telnet connections
# Ex : USHARE_TELNET_PORT=1337
USHARE_TELNET_PORT=1337

# Directories to be shared (space or CSV list).
# Ex: USHARE_DIR=/dir1,/dir2
USHARE_DIR=/opt/speicher/media/

# Use to override what happens when iconv fails to parse a file name.
# The default uShare behaviour is to not add the entry in the media list
# This option overrides that behaviour and adds the non-iconv'ed string into
# the media list, with the assumption that the renderer will be able to
# handle it. Devices like Noxon 2 have no problem with strings being passed
# as is. (Umlauts for all!)
#
# Options are TRUE/YES/1 for override and anything else for default behaviour
USHARE_OVERRIDE_ICONV_ERR=

# Enable Web interface (yes/no)
ENABLE_WEB=yes

# Enable Telnet control interface (yes/no)
ENABLE_TELNET=yes

# Use XboX 360 compatibility mode (yes/no)
ENABLE_XBOX=no

# Use DLNA profile (yes/no)
# This is needed for PlayStation3 to work (among other devices)
ENABLE_DLNA=yes
Mandrva hat default-mässig den Shorewall laufen. Also habe ich noch den Port 49200 geöffnet, sowie Networkservice (zeroconf) anktiviert.

Als Router werkelt ein Linksys dd-wrt. Auch dort habe ich den Port 49200 geöffnet und ein Häckchen bei uPnP-Service gemacht.

So, nun finde ich auf dem Player-Client den Server und kann mich durch die Ordner hangeln...aber ich sehe keine Mediendatei :(

Wwer weiß da Rat?

Mit besten grüßen
brum

Gast

#2 Post by Gast »

Du verrätst uns leider nichts über deine Mediendateien.

Könnte die Lösung darin stecken?

Code: Select all

# Use to override what happens when iconv fails to parse a file name.
# The default uShare behaviour is to not add the entry in the media list
# This option overrides that behaviour and adds the non-iconv'ed string into
# the media list, with the assumption that the renderer will be able to
# handle it. Devices like Noxon 2 have no problem with strings being passed
# as is. (Umlauts for all!)
#
# Options are TRUE/YES/1 for override and anything else for default behaviour
USHARE_OVERRIDE_ICONV_ERR=

brum

Medien

#3 Post by brum »

Das dürften *Gedächtnisprotokoll* verschienen sein, wie mpeg, avi und vob.

Post Reply