« Previous Next »

Thread: streaming video in IIS

Last post 11-02-2009 6:48 PM by tomkmvp. 5 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (6 items)

Sort Posts:

  • 10-26-2009, 5:34 PM

    streaming video in IIS

    I have a couple of sites that stream WMV and one that streams FLV videos.  I have a windows 2003 server (Standard Edition, all the latest service packs and updates).  I have noticed that after the videos play a few times, they no longer play until I run the iisreset, reboot the server, or restart the AppPool process for the sites.  What kind of settings or suggestions do you have that will allow me to stream and not have to physically involve myself with restarting these things?

    Robert Williams, Owner
    Williams Web Solutions
    www.williamswebsolutions.net
    info@williamswebsolutions.net

    Providing website design & redesign, website & e-mail hosting (reseller opportunities), server hosting, and computer IT services
  • 10-27-2009, 10:51 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,238
    • IIS MVPs

    Re: streaming video in IIS

    How are the files being streamed?  Are these straight http requests to the files?

  • 11-02-2009, 4:08 PM In reply to

    Re: streaming video in IIS

    The Windows Media is done this way (I removed the domain purposefully):

    <object id="MediaPlayer" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" type="application/x-oleobject" standby="Loading Microsoft Windows Media Player components..." width="600" height="525" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" viewastext="true">

    <param id="parFileName" name="FileName" value="mms://domain/videos/cannon.wmv"></param>

    <param name="ShowControls" value="1" />

    <param name="ShowDisplay" value="0" />

    <param name="ShowStatusBar" value="0" />

    <param name="AutoSize" value="1" />

    <embed id="embVideoPlayer" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" width="600" height="525" showdisplay="0" showstatusbar="0" showcontrols="1" src="mms://domain/videos/cannon.wmv"></embed>

    </object>

    Robert Williams, Owner
    Williams Web Solutions
    www.williamswebsolutions.net
    info@williamswebsolutions.net

    Providing website design & redesign, website & e-mail hosting (reseller opportunities), server hosting, and computer IT services
  • 11-02-2009, 4:39 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,238
    • IIS MVPs

    Re: streaming video in IIS

    rfwilliams777:
    mms://domain/videos/cannon.w

    In that case (mms:// protocol) it's Windows Media Services handling the file.

  • 11-02-2009, 4:47 PM In reply to

    Re: streaming video in IIS

    So what can I do to refresh the process or kill it or whatever so I physically do not have the be involved?

    Robert Williams, Owner
    Williams Web Solutions
    www.williamswebsolutions.net
    info@williamswebsolutions.net

    Providing website design & redesign, website & e-mail hosting (reseller opportunities), server hosting, and computer IT services
  • 11-02-2009, 6:48 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,238
    • IIS MVPs

    Re: streaming video in IIS

    This should not involve IIS.  Do these mms requests appear in the IIS log file?  Is there anything relevant appearing in the server's event logs?

Page 1 of 1 (6 items)
Microsoft Communities