Add metadata to live stream
hi!
i'm having trouble finding out how can add metadata live stream. i'm streaming webcam on fms , recording in main.asc. far good.
i have 2 applications. 1 sends data , 1 recieves data. functionality more or less like example. article says: "note: if record the video on server side (a functionality of fmis), the injected events are being triggered recorded file." want, have no idea how make happen.
the problem can't find examles as3 , have never looked as2 (still new flash in general )
does have example on how or link me? have been great!
just clarify bit..
i tell me how call: application.mystream.send("sendtest", test); on server side , recieve on client side think i've got @ least hope so..
what works in as3 write:
netstream.sendtest = function(test) {
txttextfield.text = test;
};
in as2?
More discussions in ActionScript 3
adobe
Comments
Post a Comment