hi, I'm trying to play raw frame from memory with vlc.
I have a GigE camera that puts in memory raw frame with mono 8bit format (gray scale).
I use imem to put in vlc these buffers, I followed this topic https://forum.videolan.org/viewtopic.php?f=32&t=93842 to do this, and it seems to work properly (callbacks are invoked).
But I have errors on stdout after each callback, it seems that codec setting is wrong (I don't know what could be for a raw video).
Is possible to set something like : --imem-codec=none ?
My first step is to play this raw video in vlc , next step is to stream it instead of playing, but I don't know if it's possible.