videojs / video-js-swf

Custom Flash Player for VideoJS
http://videojs.com
Other
336 stars 312 forks source link

appendChunkReady #218

Closed mjneil closed 7 years ago

mjneil commented 7 years ago

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

imbcmdth commented 7 years ago

LGTM