We would like to do a live stream of an event, send the stream from a Vbrick WM appliance source to a Windows Media Server that's going to distribute or serve as a reflector. We are going to create a Public website for the public to view this stream live from our website.
Has anyone setup a Windows Media Server reflector? Can anyone here provide an html code that embeds a WM player that can pull the stream from the WM reflector?
There is nothing special about embedded code from a VBrick WM Appliance:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>VBrick in the Middle East</title>
</head>
<body bgcolor="#000000">
<p align="center"><font face="StoneSerif SCIN SmBd v.1" size="5" color="#FFFFFF">VBrick Video</font>
</p>
<p align="center">
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="Player" width="495" height="439">
<param name="URL" value="http://vbxstream.com/vbrick2">
<param name="uiMode" value="full">
<param name="stretchToFit" value="-1">
</object>
</p>
</body>
</html>
Replace the URL above with the URL of your Reflector. You will find additional information and tutorials at www.vbrick.net