I'm successfully streaming video out of my app (using invmem) using libVLC, but am now trying to get audio going.
I expected that adding :input-slave=alsa:// to my input line would do it - it works in the GUI with v4l2://, but it fails with fake:// using libVLC; the resulting transcoded stream has only a video component, no audio.
From other reading it seems likely that invmem isn't providing a proper time base; I'm game to make the required changes.
Any pointers to another way to do this?