hello professors, i have some problems as follows:
problem 1: I use appendBytes() to add flv tags(abount 60 seconds flv tags) to netstream, when i seek (seek targe is in 60s), i found the video cannot be play
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 machanism