Forums

Full Version: Sending video over memory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's