Custom metada and record live stream
I tried to inject my own metadata into a live stream (webcam) recorded on FMS 4.5.1
with no success. I was able to change only the standard metadata but not all my custom ones were recorded
despite of all example on adobe livedocs, no luck.(as2 and as3)
this example
doesn't work at all for custom metadat and EVEN recroded special metadata like createdby and creationdata
example:
| metaData.createdby = String(streamTitle + " of "+fullName); | ||||
| metaData.creationdate = String(now.toString()); | ||||
| metaData.tags = {createdby:metaData.createdby, creationdate:metaData.creationdate}; | ||||
| metaData.width = Number(devicesQuality.width); | ||||
| metaData.height = Number(devicesQuality.height); | ||||
| nodeSendStream.send("@setDataFrame", "onMetaData", metaData); |
once the stream is recorded I can see only metData.width and height. createdby, creationdate and tags don't exist.
notice: I encode and stream from FP11.1 in H2564 with speex or pcmu
Thanks
