<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
thanks for the tips olaf &amp; frank&#161;<BR>
<BR>
I will try something of what you suggest. maybe i like more to go through cvs :)<BR>
<BR>
btw, on linux when you tried oggred~ a non-ogg file, it used to crash my pd with segfault. I managed to touch the code and put an else just on the next line to<BR>
<BR>
post(&quot;oggread~: could not rewind file to beginning\n&quot;); # LINE 230<BR>
<BR>
also modified the post() to this:<BR>
<BR>
post(&quot;oggread~: could not rewind file to beginning\n oggread~: sending end bang. the file was skipped\n&quot;);<BR>
<BR>
and added just on the next line:<BR>
<BR>
outlet_bang(x-&gt;x_out_end);<BR>
<BR>
as I was using the endbang to jump to the next item on my playlist.<BR>
<BR>
I don't know it anything I did is &quot;correct&quot;, but it works. no more crashes, and make use<BR>
of endbang for notifying that an ogg which was supposed to be opened, has already finished, so that &quot;we can know&quot; what to do in that case.<BR>
<BR>
This is the first time I touch an external and I'm not enough into C,<BR>
but if I can help someway or you wish to include this hack, just tell.<BR>
<BR>
cheers<BR>
<BR>
El s&#225;b, 27-09-2003 a las 00:26, Frank Barknecht escribi&#243;:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#10781e"><I>Hallo,
rama hat gesagt: // rama wrote:

&gt; I'm having exactly the same problem for authentication with icecast2.
&gt; 
&gt; tell me if you need further output
&gt; how to proceed?

The relevant change is in the file oggcast~.c which you also could get
on pure-data.sf.net in the CVS. There still might be a bug with
setting attributes like ARTIST - at least it crashes here, but not on
Windows - but the main functionality is there and works on Debian.

ciao</I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
rama &lt;<A HREF="mailto:medialist@xicnet.com"><U>medialist@xicnet.com</U></A>&gt;
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>