I have a few questions about the net stream class…
Lets start with the first one
I have a netStream class that is basically set to default property values
I am loading a video file off the local hard drive.
Now once this video starts playing, I get NetStreamEvents constantly firing… extremely rapid pace.
NetStream.Buffer.Full
NetStream.Buffer.Flush
NetStream.Buffer.Full
NetStream.Buffer.Flush
NetStream.Buffer.Full
NetStream.Buffer.Flush
NetStream.Buffer.Full
NetStream.Buffer.Flush
It just keeps filling up and then flushing itself, but the video plays smoothly so to the end users nothing is wrong… but for me this definitely does not seem right.
Any thoughts?