I have a product I'm using to stream two camera feeds on my office network from a specific IP address. I'm using VLC to receive the streaming video feeds on individual workstations. The purpose is so that people sitting at their workstations can view the camera feeds and watch the front door for customers coming in.
On each workstation, I have VLC setup to receive the stream from each camera on the IP via URL. They are labeled alternatively: (for example) http://192.168.1.187:1030 and http://192.168.1.187:1031.
I can easily view the feed from each camera by either clicking Next on the player or double-clicking on either URL in the playlist, but here's my challenge... I would prefer these two streams to play in an automated sequence; For example, the first camera to play for 10 seconds and then automatically switch to the other camera feed for 10 seconds and then repeat the loop continuously. Since both feeds are continuous at the source, I don't know how to assigned timed viewing for each on the workstations. Is this even possible?
Thanks for any help you can offer.