This adds the onAppendChunkReadyCalled method which triggers flash to pull segment data from javascript, opposite of onAppendBufferCalled which javascript pushes the segment data to flash through that call. This improves the performance of transferring data between flash and javascript, allowing us to use larger chunk sizes
This adds the
onAppendChunkReadyCalled
method which triggers flash to pull segment data from javascript, opposite ofonAppendBufferCalled
which javascript pushes the segment data to flash through that call. This improves the performance of transferring data between flash and javascript, allowing us to use larger chunk sizes