<html>
<head><title>VLC mozilla plugin test page</title></head>

<body>
<body onload="document.video1.play();document.video2.play();document.video3.play();document.video4.play();document.video5.play();document.video6.play();document.video7.play();document.video8.play();document.video9.play()">
<body onunload="document.video1.stop();document.video2.stop();document.video3.stop();document.video4.stop();document.video5.stop();document.video6.stop();document.video7.stop();document.video8.stop();document.video9.stop()">

<table width="100%" height="100%"  border="0" cellpadding="0">

  <tr>
    <td width="33%" height="33%"><div align="center">
    <!-- Row1 Column1 -->
    <embed type="application/x-vlc-plugin" name="video1"
         autoplay="yes" loop="no" mute="yes"
         target="udp://@localhost:1234"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
                </div></td>
    
    <td width="33%"><div align="center">
          <!-- Row1 Column2 -->
    <embed type="application/x-vlc-plugin" name="video2"
         autoplay="yes" loop="no"
         target="udp://@localhost:1235"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
                </div></td>
    
    <td width="33%"><div align="center">
          <!-- Row1 Column3 -->
    <embed type="application/x-vlc-plugin" name="video3"
         autoplay="yes" loop="no"
         target="udp://@localhost:1236"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
    </div></td>
  </tr>

  <tr>
    <td height="33%"><div align="center">
          <!-- Row2 Column1 -->
    <embed type="application/x-vlc-plugin" name="video4"
         autoplay="yes" loop="no"
         target="udp://@localhost:1237"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
    </div></td>
    
    <td><div align="center">
          <!-- Row2 Column2 -->
    <embed type="application/x-vlc-plugin" name="video5"
         autoplay="yes" loop="no"
         target="udp://@localhost:1238"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
                </div></td>
                
    <td><div align="center">
          <!-- Row2 Column3 -->
    <embed type="application/x-vlc-plugin" name="video6"
         autoplay="yes" loop="no"
         target="udp://@localhost:1239"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
    </div></td>
  </tr>
  
  <tr>
    <td height="33%"><div align="center">
          <!-- Row3 Column1 -->
    <embed type="application/x-vlc-plugin" name="video7"
         autoplay="yes" loop="no"
         target="udp://@localhost:1240"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
    </div></td>
    
    <td><div align="center">
          <!-- Row3 Column2 -->
    <embed type="application/x-vlc-plugin" name="video8"
         autoplay="yes" loop="no"
         target="udp://@localhost:1241"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
          </div></td>
    
    <td><div align="center">
          <!-- Row3 Column3 -->
    <embed type="application/x-vlc-plugin" name="video9"
         autoplay="yes" loop="no"
         target="udp://@localhost:1242"
         style="position:relative; left: 0%; top:0%; height:100%; width:100%">
    </div></td>
  </tr>

</table>
</body>
</html>