Hello,
I try to stream video from a SEM (Scanning Electron Microscope) which delivers its frame directly in RAM.
But I can't find any MRL for this kind of data. I've found for screen//, dvd//, etc... not for frame coming from RAM.
How could I do that ?
Today, I send frame by TCP without any compression but the framerate is limited by the bandwidth. That's the reason why I try to use VLC to compress data. The frame size is from 512*384 to 3072*2304, 8bits/pixel.
I wrote my program in C/C++.