snapshots
Posted: 24 Mar 2011 23:56
Hi guys.
I am trying to build a web monitoring system for my channels ( 15+ )
I am streaming like 15 channels and I need to monitor them via web pluing for mozilla.
I am able to make it work so i have all 15 videos in one page / small video sizes and they play all good but it's too much bandwidth.
what I try to do is get a screenshot of each @udp stream every 5 seconds. ( no audio or smth) ( 15+ streams).
is that possible in one html page ?
this is how i get videos
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes" loop="yes" volume="50" width="320" height="160" target="udp://@127.0.0.1:5001">
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes" loop="yes" volume="50" width="320" height="160" target="udp://@127.0.0.1:5002">
I am trying to build a web monitoring system for my channels ( 15+ )
I am streaming like 15 channels and I need to monitor them via web pluing for mozilla.
I am able to make it work so i have all 15 videos in one page / small video sizes and they play all good but it's too much bandwidth.
what I try to do is get a screenshot of each @udp stream every 5 seconds. ( no audio or smth) ( 15+ streams).
is that possible in one html page ?
this is how i get videos
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes" loop="yes" volume="50" width="320" height="160" target="udp://@127.0.0.1:5001">
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes" loop="yes" volume="50" width="320" height="160" target="udp://@127.0.0.1:5002">