Hello all, i'm new to this forum.
I'm developing a web application that will run on a single machine locally. This page includes a vlc web plugin that has to play rtsp streaming from ip cameras.
There are 4 cameras, and i need vlc to automatically skip from camera 1 to camera 4 every 20 seconds. I first tried to load 4 different html's, each one with a vlc plugin, in an iframe. Every page is loaded in the iframe after 20 seconds, so you see the first camera, then the second, etc.. Everything works fine, except that after a few hours the system hangs (IE first of all) and you have either to close IE or shut down the computer. Is loading the rtsp's streams in a playlist the solution? Maybe using a single plugin instead of loading 4 different ones is a better idea.
The page also has a wmp player that loops a single video, and 3 swf that shows time, weather and rss feeds for news.
I started using 2 vlc players instead of vlc-wmp but the sistem was also hanging after a few hours. Maybe the problem is having two players in the same page?
Any help will be appreciated.
P.S. sorry if my english is not good, i tried to explain myself ate the best of my possibilities