salut savoneters!

i am trying to embed some sensor information in the metadata of a ogg stream.
i thought a way to do this might be via telnet and tried a few basic tests but 
didnt sucseed in changeing the metadata this way - clearly i am missing 
somthing 
or doing somthing wrong... perhaps someone could point me in the right 
direction... here is what i have tried so far:

created a basic liq script that streams live from the jack input:

        set("server.telnet",true)
        set("log.file.path","/tmp/space.log")
        url = "http://grub.spc.org:8008/your-stream.ogg";
        input = mksafe(input.jack())
        meta = insert_metadata(id="meta", input)

        output.icecast.vorbis(
        host = "localhost", port = 8008,
        password = "****", mount = "space.ogg",
        meta)


started telnet:

        telnet localhost 1234

tried commands like:

meta.insert Title="fooooooooo"
Done
END
space(dot)ogg.metadata
--- 1 ---
Title="fooooooooo"
END
space(dot)ogg.start


but none seem to have any impact on the streams meta data

what do i miss? am i going about this the right way?

thanks,

rob

--------------
[email protected]
rob.goto10.org
--------------

------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to