Question
How to read or extract cuepoints created live, with Nestream.send()?
Im doing live streaming directly from webcam like Ustream.TV. Im using Flash Media Server 3.5, and I record cuepoints of broadcaster with the method
ns = new NetStream(); ns.send('functionName' , 'value');
I publish the content and record it in a .flv file. However when I download this FLV file and extract the metadata with tools like FLVTOOL2, or FLVMETA, the cuepoints that I recorded with ns.send() method doesn`t show.
I know they are there since when I play the FLV file in another client, I can receive the calls for the 'functionName' in the exact time that I call while recording.
What I`m doing wrong?
I would like to encode recorded video with Flash Media Encoder and insert into it CuePoints that can call to the same function that I do with live streaming. To do that, first I need to know how the CuePoints are created and fixed into the FLV file that I record directly from webcam. I need to know how they are stored to do it manually in Flash Media Encoder. Thanks
ns = new NetStream(); ns.send('functionName' , 'value');
I publish the content and record it in a .flv file. However when I download this FLV file and extract the metadata with tools like FLVTOOL2, or FLVMETA, the cuepoints that I recorded with ns.send() method doesn`t show.
I know they are there since when I play the FLV file in another client, I can receive the calls for the 'functionName' in the exact time that I call while recording.
What I`m doing wrong?

I would like to encode recorded video with Flash Media Encoder and insert into it CuePoints that can call to the same function that I do with live streaming. To do that, first I need to know how the CuePoints are created and fixed into the FLV file that I record directly from webcam. I need to know how they are stored to do it manually in Flash Media Encoder. Thanks
