Re: [Savonet-users] input.harbor and on_metadata

2014-04-13 Thread udo noll
hi Sam, > Your code seems to be correct... The output.icecast(live, ...) is > *after* the on_metadata line, right? yes, it's after on_meta... i did some in-depth debugging of my setup. seems that LS does all correctly, i.e. setting metadata when it arrives, send it to icecast etc. it also execu

Re: [Savonet-users] input.harbor and on_metadata

2014-04-11 Thread Samuel Mimram
Your code seems to be correct... The output.icecast(live, ...) is *after* the on_metadata line, right? ++ On Mon, Apr 7, 2014 at 11:15 AM, udo noll wrote: > > hello, > > still struggeling with metadata on live harbor inputs: > > i want to execute a custom script on_metadata: > > ... > > # define

[Savonet-users] input.harbor and on_metadata

2014-04-07 Thread udo noll
hello, still struggeling with metadata on live harbor inputs: i want to execute a custom script on_metadata: ... # define live input live = input.harbor(id="live", ... ) # this adds a telnet/server cmd "live.insert" live = server.insert_metadata(id="live", live) # execute script on_metadata