I have a icecast2, everything is working great, except for 2 issues.. 1, Quicktime is always buffering... never plays, anyone seen this and if so know of a solution? 2, the icecast web server gives 404 errors for the png and css files that are in the web root, is this a known issue? Thanks in advance! - kevin
On Thu, 2005-02-24 at 18:11, Kevin S. Brackett wrote:> I have a icecast2, everything is working great, except for 2 issues.. > > 1, Quicktime is always buffering... never plays, anyone seen this and if > so know of a solution?not sure, make sure that quicktime handles the stream format you're sending it.> 2, the icecast web server gives 404 errors for the png and css files that > are in the web root, is this a known issue?The usual causes are either fserve set to 0, webroot isn't where you think it is(eg because of chroot), or a permission problem (ie icecast is not allowed to read the file). karl.
On Thu, 24 Feb 2005, Karl Heyes wrote:> On Thu, 2005-02-24 at 18:11, Kevin S. Brackett wrote: >> I have a icecast2, everything is working great, except for 2 issues.. >> >> 1, Quicktime is always buffering... never plays, anyone seen this and if >> so know of a solution? > > not sure, make sure that quicktime handles the stream format you're > sending it.Just sending a normal m3u stream. it's strange because if I kill the stream, quicktime will start playing it.. infinite buffer.>> 2, the icecast web server gives 404 errors for the png and css files that >> are in the web root, is this a known issue? > > The usual causes are either fserve set to 0, webroot isn't where you > think it is(eg because of chroot), or a permission problem (ie icecast > is not allowed to read the file).Doh. Fserve fixed that one, thanks...