Displaying 3 results from an estimated 3 matches for "use_icy_metadata".
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl,
Thanks for your help,
About the "Connection:" header, you are right, it's:
"Connection: close" and NOT "Connection: keep-alive". The protocol when the
SERVER sends the data is http 1.0. It's http 1.1 when the browser requests
the data.
I don't understand the "Content-Length: 54000000" header either. Also I
noticed the flash player on
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
2004 Aug 06
2
bug report w.r.t. streaming of metadata in icecast
...not
just once. but that's what i thought it was supposed to do.
the reasons that i thought this was the intended behavior were as follows: i
started looking into this with icecast 1.3.7, which had the following at the
end of write_chunk_with_metadata:
if (clicon->food.client->use_icy_metadata && info.use_meta_data && (client->cid % (info.metainterval / 4096) == 0))
write_chunk_with_metadata (source, clicon);
else
write_chunk (source, clicon);
i see that as of now (icecast 1.3.10 -- it looks from browsing the cvs
repository that...