search for: in_metadata

Displaying 2 results from an estimated 2 matches for "in_metadata".

Did you mean: bj_metadata
2004 Aug 06
2
icecast-2.0-kh34
On Sun, 25 Apr 2004, Wild Karl-Heinz wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x08057f50 in format_mp3_write_buf_to_client (self=0x80bee00, client=0x80d5e00) > at format_mp3.c:311 > 311 if (ret < (int)refbuf->associated->len) > > what else can i do? When you get to this point, you should do a backtrace so Karl can see what is
2004 Aug 06
0
icecast-2.0-kh34
...e metadata has been sent, crashing due to that fact that the client wants some but we haven't been provided with it yet. This could only happen right at the beginning, so I'm guessing this is an on-demand mp3 relay. A better/safer test is to replace the above line with if (client_mp3->in_metadata) I'll change it for kh36 :) karl. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the...