search for: add_chunk

Displaying 4 results from an estimated 4 matches for "add_chunk".

2004 Aug 06
2
bug report w.r.t. streaming of metadata in icecast
...that contained the change), this now reads: if (clicon->food.client->use_icy_metadata && info.use_meta_data) write_chunk_with_metadata (source, clicon); else { write_chunk (source, clicon); what i didn't get is why, in the 1.3.10 source, does add_chunk repeatedly add metadata to a chunk, then source_write_to_client calls write_chunk_with_metadata which calls write_data_with_metadata, yet, write_data_with_metadata has two paths, one of which writes the metadata and one does not? looking at the cvs comment for source.c 1.22 makes it a little clear...
2004 Aug 06
2
bug report w.r.t. streaming of metadata in icecast
i've been trying to get title streaming of metadata to work with icecast 1.3.10. i've found what i believe to be a bug -- is this the right place to file a bug report? it appears that this information should be periodically inserted into the data stream. the behavior that i was seeing was that the information was appearing a maximum of one time and sometimes zero times. i believe there
2001 Mar 01
0
some more log info for my problem
...[01/Mar/2001:11:58:04] [5:Source Thread] DEBUG: Closing fd 11 [01/Mar/2001:11:58:04] [5:Source Thread] DEBUG: Removing client 2 (0x8092900) from sourcetree of (0x4017f008) And then a whole lot of cid's (are these chunk id's ???) are cleared. [01/Mar/2001:11:58:04] [5:Source Thread] -------add_chunk: Chunk 26 was [4096] bytes [01/Mar/2001:11:58:04] [5:Source Thread] DEBUG: Kicking trailing clients [1] on id 27 [01/Mar/2001:11:58:04] [5:Source Thread] Clearing cid 27 [01/Mar/2001:11:58:04] [5:Source Thread] -------add_chunk: Chunk 27 was [3728] bytes and so on for each chunk. So, the errors a...
2004 Aug 06
0
bug report w.r.t. streaming of metadata in icecast
...it did not. i think i've nailed this down. the problem is if the icecast server starts in the middle of a song already being sourced to it. (which you can get by starting icecast, start ices, then shutdown and restart icecast and ices won't complain if a small amount of time passes) now add_chunk keeps adding metadata of the form StreamTitle='' if you connect with a client, you don't get the title of the song this fixes itself when ices moves on to the next song. one related question -- is there any easy way to find where the metadata gets inserted into the stream, or do i ba...