-
1. Re: No NetStream.Buffer.Full triggered while appendBytes()
shooding2011 Oct 24, 2011 11:00 PM (in response to shooding2011)I figured it out on my own.
The bytes you want to append to the netstream should start at the first 'mdat' after 'afra'
-
2. Re: No NetStream.Buffer.Full triggered while appendBytes()
shooding2011 Oct 28, 2011 7:31 AM (in response to shooding2011)Although it successfully triggers NetStream.Buffer.Full, the video is still not playing.
I can see the increasing/decreasing in the bufferLength.
When appendBytes(), public function onFI(info:Object):void is triggered.
It is able to get the timecode from FMLE.
Do i need to manipulate media data contained in the 'mdat' according to this 'timecode' ??
-
3. Re: No NetStream.Buffer.Full triggered while appendBytes()
ESVP Jun 13, 2012 6:02 PM (in response to shooding2011)Have you maked it done?
Code :
ns.seek(0);
ns.appendBytesAction("resetBegin");
ns.appendBytes(flvHeader);
ns.appendBytesAction("resetSeek");
ns.appendBytes(fromVideoTagData);//from seek keyframe offset position
But it does not works sometimes, though i check that the data is right.
Message was edited by: ESVP
