|
A metafile is just a text file that contains the URL of the video
that you want to stream. Metafiles are important to streaming because
if you were to link directly to the video file from your Web page,
the browser would just try to download the video file in its entirety
before you could start playing. A metafile is basically a redirector
file. You point the browser at the metafile, and the metafile redirects
to the video file. This sets up the stream.
To create a metafile, watch
this quick tutorial to see how to use the code below.
| For a LRS account, modify the code below as in the
tutorial, copy
it to the clipboard, paste it into Notepad, and save the
file with a WVX extension. |
|
|
| For a COE account, modify the code below as in the
tutorial, copy
it to the clipboard, then paste it into Notepad, and save
the file with a WVX extension. |
|
|
Then launch a text editor such as notepad and paste the code from
the clipboard.
|