Hello friends, I have some problems as following:
Problem 1: I use appendBytes()
to add FLV tags(about 60 seconds flv tags) to netstream, when I seek (seek targe is in 60s), I found the video cannot be played.
Problem 2: I use appendBytesAction(NetStreamAppendBytesAction.RESET_SEEK) and appendBytes()
when seeking, however, I found Flash Player can play but empty buffer, and I have to request new FLV tags.
Problem 3: if I use appendBytes()
to add FLV tags(abount 60 seconds flv tags) to netstream, when I seek(seek target is in 60s), I will not request new FlV Tags and play video correctly, who can give me a demo and explain the mechanism of it?