Page 1 of 1

HTTP Streaming

PostPosted: Tue Mar 20, 2012 2:50 pm
by scottw
Hello:
I'd like to know how to set up my site for http streaming. I want visitors to be able to stream audio files.

Thanks,
Scott

Re: HTTP Streaming

PostPosted: Wed Jun 18, 2014 11:57 pm
by tomrichards
Open a text editor, such as Microsoft Notepad. Type the following metafile script, replacing the URL with that of your media. Reference the media just as you would any other Web file.
<ASX VERSION="3.0">
<ENTRY>
<REF HREF = "http://YourWebServer/Path/YourFile.wmv" />
</ENTRY>
</ASX>

You can place the metafile in the same folder as that of your media. If you do so, you can use a relative path, which is simply the name of the file. The REF line would look like this:
<REF HREF="YourFile.wmv" />