gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Gnump3d help - will index but not stream


From: Jim Lucas
Subject: Re: [Gnump3d-users] Gnump3d help - will index but not stream
Date: Mon, 19 Sep 2011 08:08:00 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101013 Lightning/1.0b2 Thunderbird/3.1.5

On 9/17/2011 10:35 AM, Richard Wheelock wrote:
> Hello all,
> 
> I'm fairly sure this is a permissions issue, but as far as how to resolve
> it, I'm stumped. Tried doing a "sudo chmod a+r /media/Share/Music", but
> again no change. Any ideas? I've attached my current gnump3d.conf, though I
> think I've changed everything back to default.
> 
> Thank you,
> 
> Richard

Richard,

First off, what version are you running?  I'm running v2.9final

This sounds more like a server name / hostname mis configuration in your .conf 
file.

Double check that you are not setting binding_host=127.0.0.1  This will not 
work.

Also, make sure, if you have it set, that hostname points to something that will
resolve to something other then 127.0.0.1.

I have pasted my conf setup below.

port = 80
binding_host = <public_ip_address>
hostname = <valid_hostname>
root = /storage/music
logfile = /var/log/gnump3d/access.log
errorlog = /var/log/gnump3d/error.log
user = nobody
allowed_clients = <allowed_network>
always_stream = 1
advanced_playlists = 1
theme = Tabular
theme_directory = /usr/share/gnump3d/
new_days   = 7
sort_order = $TRACK
plugin_directory = /usr/libdata/perl5/gnump3d/plugins
mime_file = /etc/gnump3d/mime.types
file_types = /etc/gnump3d/file.types
now_playing_path = /var/cache/gnump3d/serving
tag_cache = /var/cache/gnump3d/song.tags
shoutcast_streaming = 1
use_client_host = 1


Jim Lucas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]