Thanks Romain. This works however I've ran into a slight hitch. With Vorbis streams whenever I insert metadata through the telnet interface I get this in the logs:
2009/06/01 11:34:30 [ogg.encoder:4] vorbis: Setting end of track 62c6f56. 2009/06/01 11:34:31 [ogg.encoder:4] vorbis: Every ogg logical tracks have ended: setting end of stream. 2009/06/01 11:34:31 [ogg.encoder:4] vorbis: Starting new sequentialized ogg stream. 2009/06/01 11:34:31 [ogg.encoder:4] vorbis: Starting all streams This causes the buffer to run dry in Winamp every time I inject metadata. Is there anyway to prevent it from sending the EOS? Andrew On 25-May-09, at 11:00 PM, Romain Beauxis wrote: > Le Tuesday 26 May 2009 14:50:28 Andrew, vous avez écrit : >> I've been looking all around and I can't seem to figure out how to >> inject metadata into a live stream using Liquidsoap. Is there a way >> to >> do this in the telnet interface that I'm not seeing? >> >> This page mentions Insert_metadata: >> http://savonet.sourceforge.net/doc-svn/metadata.html >> >> Can that be setup to do this? Are there any sample configuration >> files >> that I could look at? > > Yes ! This is exactly meant to do it ! > > As far as I remember, this is settled by doing: > > s = insert_metadata(id="bla",s) > > And then, through telnet: > bla.insert title="bla",artist="foo",... > > > Romain > > ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
