VBrick Forum
Welcome, Guest. Please login or register.
January 06, 2009, 01:18:34 PM

Login with username, password and session length
Search:     Advanced search
VBPresenter Version 3 Now Available! Platform Independent Multimedia via Industry-First use of Silverlight
540 Posts in 277 Topics by 209 Members
Latest Member: pomenski
* Home Help Search Login Register
+  VBrick Forum
|-+  VBrick Appliances
| |-+  Windows Media Appliances
| | |-+  Windows Media Webcasting
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Send this topic Print
Author Topic: Windows Media Webcasting  (Read 585 times)
abusta
Newbie
*

Karma: +0/-0
Posts: 1


Windows Media Webcasting
« on: May 01, 2008, 11:37:32 AM »

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?
Report to moderator   Logged
rmavro
Administrator
Hero Member
*****

Karma: +5/-1
Posts: 294


Re: Windows Media Webcasting
« Reply #1 on: May 02, 2008, 08:55:08 AM »

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


Report to moderator   Logged
Pages: [1] Go Up Send this topic Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP VBrick Forum | Powered by SMF 1.0.5.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!