Hi libVLC Gurus,
I am creating an application that subscribes to multicast streams and I was wondering if it is possible using libVLC to create a stream mosaic. I have looked through a lot of the libVLC documentation, but I haven't found anything pertaining to output mosaics.
Currently, I am using C/C++ with Qt 6.2.4 and libVLC 3.0.17.4 to create the application. Rendering a single multicast stream to the display is working as expected.
Can someone provide a source-code snippet of what it would take to render 4 videos in a quad?
Thank You!
ejam