Multiple Instances (Raspbian - Pi4)
Hello all,
Running the same code that works perfect on Linux (x86 - Mint) and Windows, I hit an issue creating and playing multiple instances of LibVLC in C#. On the Raspberry Pi I get the following error;
mmal: mmal_vc_port_enable: failed to enable port vc.ril.hvs:out:0(BGRA): ENOMEM mmal: mmal_port_enable: failed to enable port vc.ril.hvs.out:0(BGRA)(0xb5207740)
Playing a single video is just fine, its only when I attempt to play multiples at the same time do I run into this issue. In the end none of the 4 instances I have created will play, however as I already stated if I play just one instance no issues.
Any thoughts on how I can work around this error message?
Thanks for your thoughts and time helping me to work this one out!