seems nobody has an idea? 

<id>.insert val="val1", val2="val2" works, but fails for more than 3 vars, then 
it produces
garbled output.

is there another way to provide a live source, eg:
live = input.http(id="live", autostart=false, buffer=15., max=30., 
"http://127.0.0.1:8000/live";) 
with metadata? 

thanks, udo



> 
> in my liq-file I define server command like so:
> live = server.insert_metadata(id="live", live)
> now I telnet to the server and type:
> live.insert val1="value 1",val2="value2",val3="value3"
> then I request the metadata list from the defined stream "mystream"
> mystream.metadata
> with the result:
> 
> ...
> --- 1 ---
> val1="value 1\", val2=\"value2"
> val3="value3"
> END
> 
> which is wrong, it should be:
> 
> ...
> --- 1 ---
> val1="value 1" 
> val2="value2"
> val3="value3"
> END
> 
> what's wrong here? 
> LS 1.4.2, worked in 1.2 before without problems.
> 
> thanks for a hint,
> uno
> 
> 
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users


_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to