search for: use_metadata

Displaying 5 results from an estimated 5 matches for "use_metadata".

Did you mean: use_meta_data
2004 Aug 06
1
ices: Metadata for im_stdinpcm
...x_unlock(&s->metadatalock); +} + /* Core streaming function for this module * This is what actually produces the data which gets streamed. * @@ -101,17 +150,21 @@ input_module_t *mod = calloc(1, sizeof(input_module_t)); stdinpcm_state *s; module_param_t *current; + int use_metadata = 1; /* Default to on */ mod->type = ICES_INPUT_PCM; mod->getdata = stdin_read; mod->handle_event = event_handler; - mod->metadata_update = NULL; + mod->metadata_update = metadata_update; mod->internal = malloc(sizeof(stdinpcm_state)); s = mod-&g...
2004 Aug 06
2
chopped audio problem
Hi, I use liveice/icecast on a linux box redhat 6 (2.2.18) and my problem is that the streamed audio gets chopped -on the LAN!!! The audio is encoded in 32kbps and I have a 512kbps/512kbps connection, so it should be enough to stream several connections at once. It sounds just like when a cd gets dirty or scracthed on the back. Anyway, it seems to go away if you can endure the terrible sound for
2004 Aug 06
0
chopped audio problem
Does this happen at the beginning, or always after 30 seconds, or what? Are you using shout? Are these VBR files? Do you have use_metadata turned on in the icecast config? jack. > I use liveice/icecast on a linux box redhat 6 (2.2.18) and my problem is that the streamed audio gets chopped -on the LAN!!! The audio is encoded in 32kbps and I have a 512kbps/512kbps connection, so it should be enough to stream several connections at...
2004 Aug 06
1
BUG: sending bad buf's in MP3
In format_mp3.c tatic int format_mp3_write_buf_to_client(format_plugin_t *self, client_t *client, unsigned char *buf, int len) { int ret; if(((mp3_state *)self->_state)->metadata) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is always true because previously it did state->metadata = strdup("") in format_mp3_get_plugin(). It causes annoying artifacts in xmms
2004 Aug 06
4
chopped audio problem
...--- From: Jack Moffitt <jack@icecast.org> To: <icecast@xiph.org> Sent: Tuesday, March 27, 2001 7:26 PM Subject: Re: [icecast] chopped audio problem > Does this happen at the beginning, or always after 30 seconds, or what? > Are you using shout? Are these VBR files? Do you have use_metadata > turned on in the icecast config? > > jack. > > > I use liveice/icecast on a linux box redhat 6 (2.2.18) and my problem is that the streamed audio gets chopped -on the LAN!!! The audio is encoded in 32kbps and I have a 512kbps/512kbps connection, so it should be enough to strea...