Forums
Sending video over memory - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: VCL Components (/forum-6.html)
+--- Forum: VideoLab (/forum-19.html)
+--- Thread: Sending video over memory (/thread-3059.html)



Sending video over memory - dima - 06-02-2014 05:17 PM

Hi All,

I want to send ISLBlockBuffer to other components for Video display, from my component. e.g SLGenericFilter.SendData( InBuffer )

1) Is it possible to compress Video data residing in TStream by ICCompress method, splitting it by frames. And how i would do that?

2) If method 1 is not right way to do, then how can i send binary data from TStream to TVLVideoDeCompressor or any other VideoLab component for display, avoiding read/write to file directly.

thanks in advance,
dima