Question Software: Multiple Streams to Different Displays
Question Software: Multiple Streams to Different Displays
We require capturing video from several cameras and displaying those feeds in various setups on different monitors connected to the same computer. Currently, we rely on multiple browser windows, each handling the stream at its location. It functions, but I’m considering a more efficient and stable approach. The issue arises because any update or system restart (such as switching from Win10 Pro to Ryzen) forces manual reconfiguration to restore the setup.
I’m exploring whether this could be achieved through coding using HTML. Ideally, I’d like to deploy it in a Win10 kiosk environment, which depends on MS Edge. This means Edge needs an HTML-based kiosk configuration.
I’m wondering if there’s a method to launch two instances of Edge and direct each to a separate monitor with distinct streaming content. I haven’t found any settings or flags for this in Edge, and it’s outside my usual expertise.
If you have any suggestions or alternative solutions, I’d appreciate your input. Your guidance could save us time in reaching a decision. Thank you!
When cameras adhere to the ONVIF standard, suitable applications exist. Otherwise, a tailored (such as C#) program can be developed by any computer science student for a limited period.