<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-15" />
  <meta http-equiv="content-language" content="en" />
  <link rel="stylesheet" type="text/css" href="style.css" />

  <title>VLC Plugin Demo</title>
</head>

<body>

<div id="content">

  <h1>VLC Plugins Demo Page</h1>

  <div style="float: right; text-align: center;">
    <a href="http://www.storewars.org/" alt="Store Wars website"><img src="store_wars_poster.jpg" alt="Store Wars poster" style="width: 150px; border: 0px none black;" /></a><br />
    <a href="http://www.videolan.org/vlc" title="Get VLC media player - It plays, it streams, it kills WiMPs!!"><img src="http://download.videolan.org/images/buttons/GetVLC_110.png" alt="Get VLC media player" style="border: 0px none black;" /></a>
  </div>

  <p>Store Wars clip courtesy of <a href="http://www.storewars.org">http://www.storewars.org</a>.</p>
  <p>Total duration : 5 minutes 48 seconds</p>
  <p>Notes :
    <ul>
      <li>you need to have at least one of the VLC plugins installed in order to test the VLC plugins ... get it <a href="http://www.videolan.org/vlc/">here</a></li>
      <li>rtsp will not work if you are behind a NAT</li>
      <li>rtsp and mms streams might not be able to work if you are behind a firewall</li>
      <li>mms and mmsh streams are the same. VLC just wants it to be spelled mmsh to read it, WMP (Windows Media Player) wants it to be spelled mms ... hence the difference.</li>
      <li>it looks like WMP is unable to decode h264 ... yet another reason not to use WMP and use VLC instead</li>
    </ul>
  </p>

<table id="pluginslist">
  <tr>
    <th colspan="3">
      Original file
    </th>
    <th colspan="3">
      Plugin demo
    </th>
  </tr>
  <tr>
    <th>
      download file
    </th>
    <th>
      video
    </th>
    <th>
      audio
    </th>
    <th style="background-color: red">
      mms/mmsh<br/><a href="serversetup.php">streamed by VLC</a><br/>(live)
    </th>
    <th style="background-color: red">
      rtsp<br/><a href="serversetup.php">streamed by VLC</a><br/>(on demand)
    </th>
    <th style="background-color: green">
      http<br/>served by Apache<br/>(on demand)
    </th>
  </tr>
  
  <tr>
    <td>
      <a href="streams/sw_h264.asf">sw_h264.asf</a>
    </td>
    <td>
      h264 352x240
    </td>
    <td>
      mpga
    </td>
    <td>
      <a href="plugin.php?url=mmsh://people.videolan.org:8080/storewarsh264&width=352&height=240">mmsh</a>
<!--      <a href="plugin.php?url=mms://people.videolan.org:8080/storewarsh264&plugin=wmp&width=352&height=240">mms (WMP)</a>-->
    </td>
    <td>
      -
    </td>
    <td>
      <a href="plugin.php?url=http://people.videolan.org/~dionoea/vlc-plugin-demo/streams/sw_h264.asf&width=352&height=240">http</a>
    </td>
  </tr>
  
  <tr>
    <td>
      <a href="streams/sw_8M.mov">sw_8M.mov</a>
    </td>
    <td>
      mp4v 320x180
    </td>
    <td>
      mp4a
    </td>
    <td>
      -
    </td>
    <td>
      <a href="plugin.php?url=rtsp://people.videolan.org:5554/storewars8&width=320&height=180">rtsp</a>
    </td>
    <td>
      <a href="plugin.php?url=http://people.videolan.org/~dionoea/vlc-plugin-demo/streams/sw_8M.mov&width=320&height=180">http</a>
    </td>
  </tr>
  
  <tr>
    <td>
      <a href="streams/sw_3M.mov">sw_3M.mov</a>
    </td>
    <td>
      mp4v 320x180
    </td>
    <td>
      mp4a
    </td>
    <td>
      -
    </td>
    <td>
      <a href="plugin.php?url=rtsp://people.videolan.org:5554/storewars3&width=320&height=180">rtsp</a>
    </td>
    <td>
      <a href="plugin.php?url=http://people.videolan.org/~dionoea/vlc-plugin-demo/streams/sw_3M.mov&width=320&height=180">http</a>
    </td>
  </tr>
  
  <tr>
    <td>
      <a href="streams/sw_8M.wmv">sw_8M.wmv</a>
    </td>
    <td>
      wmv1 320x180
    </td>
    <td>
      wma2
    </td>
    <td>
      <a href="plugin.php?url=mmsh://people.videolan.org:8080/storewars8&width=320&height=180">mmsh</a><br />
      <a href="plugin.php?url=mms://people.videolan.org:8080/storewars8&plugin=wmp&width=320&height=180">mms (WMP)</a>
    </td>
    <td>
      -
    </td>
    <td>
      <a href="plugin.php?url=http://people.videolan.org/~dionoea/vlc-plugin-demo/streams/sw_8M.wmv&width=320&height=180">http</a>
    </td>
  </tr>
  
  <tr>
    <td>
      <a href="streams/sw_5M.wmv">sw_5M.wmv</a>
    </td>
    <td>
      wmv1 320x180
    </td>
    <td>
      wma2
    </td>
    <td>
      <a href="plugin.php?url=mmsh://people.videolan.org:8080/storewars5&width=320&height=180">mmsh</a><br/>
      <a href="plugin.php?url=mms://people.videolan.org:8080/storewars5&plugin=wmp&width=320&height=180">mms (WMP)</a>
    </td>
    <td>
      -
    </td>
    <td>
      <a href="plugin.php?url=http://people.videolan.org/~dionoea/vlc-plugin-demo/streams/sw_5M.wmv&width=320&height=180">http</a>
    </td>
  </tr>
  
</table>

<p>Please send your comments to <a href="dionoea (AT) videolan [dot] org">dionoea (AT) videolan [dot] org</a>.</p>

<p><a href="index.phps">View this page's source code</a></p>

</div>

</body>

</html>