StreamWebTown - Home
Test Your Live Streaming       My Account    Home  |  About Us  |  Contact Us   
StreamWebTown Forum 
  SWT Live Webcam  


  How to stream live TV or Webcam using Windows Media Encoder at SWT

How to stream live radio using Windows Media Encoder at SWT

How to stream video or audio file using Windows Media Encoder at SWT

How to integrate live streaming to your Web Site


  Solving The Video Encoding Quality Issue

Download Speed Tests

We are providing StreamWebTown as a free service for developers and IT learners. If you can spare a few dollars, please donate to the cause of Freeware.
$






Below you will find instructions guiding how to put streaming media to your website.

Documentation
 Download Embedding the Windows Media Player in Web Pages
Applies to Microsoft Windows Media Player 9 Series and Microsoft Windows Media Player 10

Sample Code for Audio Streaming
Copy & Paste the following HTML to embed your code.

<div align=center><b>Free streaming service is provided by 
<a href='http://www.streamwebtown.com' target='_new'>www.streamwebtown.com</a></b></div>   
<table border='0' cellpadding='0' align="center">
      <tr><td>
      <OBJECT id='mediaPlayer' width="300" height="45" 
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' 
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://streamwebtown.com/yourpublishingpoint">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="true">
      <param name='showControls' value="true">
      <param name='loop' value="true">
      <param name="WindowlessVideo" value="0">
      <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='1' 
        bgcolor='darkblue' showcontrols="false" showtracker='-1' 
        showdisplay='0' showstatusbar='0' videoborder3d='-1' width="300" height="45"
        src="http://streamwebtown.com/yourpublishingpoint"
autostart="true" designtimesp='5311' loop="true"> </EMBED> </OBJECT> </td></tr> </table>


Sample Code for Video Streaming
Copy & Paste the following HTML to embed your code.

<div align=center><b>Free streaming service is provided by 
<a href='http://www.streamwebtown.com' target='_new'>www.streamwebtown.com</a></b></div>   
<table border='0' cellpadding='0' align="center">
      <tr><td>
      <table border='0' cellpadding='0' align="center">
      <tr><td>
      <OBJECT id='mediaPlayer' width="320" height="265" 
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' 
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://streamwebtown.com/yourpublishingpoint">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="true">
      <param name='showControls' value="true">
      <param name='loop' value="true">
      <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' 
        bgcolor='darkblue' showcontrols="true" showtracker='-1' 
        showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="265"
        src="http://streamwebtown.com/yourpublishingpoint"
autostart="true" designtimesp='5311' loop="true"> </EMBED> </OBJECT> </td></tr> </table>



Note: Update video size and publishingpoint name based one your preferences.




© StreamWebTown.com All rights reserved. Terms of Service   |   Privacy Policy