To All In icecast-1.3.12 the conf file has Static file directory. I'm upgrading to icecast-2.2.0, can you set the static file directory in icecast 2.2.0 xml file? If so how is it done? # less /opt/icecast-1.3.12/etc/icecast.conf ###################### Static file directory ################################## # This enables the http-server file streaming support in icecast. # If you don't want to go through the trouble of setting up apache # or roxen or whatever, then you can just specify a directory here, # and then your_server:port/file/file.mp3 will be equivalent # to /staticdir/file.mp3 # The http server support is of course very limited, don't try to # do anything fancy. Also, only .mp3 files will be displayed. ###################### #staticdir c:\windows\desktop #staticdir /opt/icecast/static staticdir /opt/websites/kuer/audio thanks -- 0___ Wolfgang Schwurack c/ /'_ Unix System Administrator (*) \(*) University of Utah/Utah Education Network Tel: (801) 587-9444 email: wolf@uen.org
On Fri, 2005-05-06 at 18:11, Wolfgang Schwurack wrote:> To All > > In icecast-1.3.12 the conf file has Static file directory. I'm upgrading > to icecast-2.2.0, can you set the static file directory in icecast 2.2.0 > xml file? If so how is it done?I guess you mean <webroot> karl.
Wolfgang Schwurack wrote:> To All > In icecast-1.3.12 the conf file has Static file directory. I'm upgrading to > icecast-2.2.0, can you set the static file directory in icecast 2.2.0 xml > file? If so how is it done?Set fileserve to 1 and define the webroot directory to where your files are. Geoff.