Hi .. i have posted a thread before but i'm posting another one.
I have to monitor like 15 network streams ... I can achieve this with firefox like this:
channel1
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes" loop="yes" volume="50" width="320" height="160" audio-visual="Spectrum" target="http://1.1.1.1:8001">
<input type="button" onclick="mute()" value="Mute" />
channel 2
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes" loop="yes" volume="50" width="320" height="160" audio-visual="Spectrum" target="http://1.1.1.1:8002">
<input type="button" onclick="mute()" value="Mute" />
channel 3 etc etc etc... they all show up playing and everything is fine.
what i'd like to do to save my bandwidth is get screenshots from those network sources every like 5 seconds or 3 seconds. is that possible?