5-14
CLIENT PLAYERS
ORBAN MODEL 1010
Figure 5-4: QuickTime UDP Settings
Figure 5-5: QuickTime HTTP Settings
Live/File Stream Linking in a Web Page
To play streams or files, QuickTime can be launched directly from a streaming link in
a web page files. RTSP streams for QuickTime cannot be directly referenced in
HTML. Instead, this is done by placing metafiles, playlist, media link, reference
movie, or poster movie files on the web server and linking to them in the HTML
code that produces the web page. Refer to Metafile/Playlist Files (starting on page
5-11) for information about these files and how to create them.
This section assumes you have knowledge of HTML authoring and tags. You must
have write access to the web server in order to place the necessary files there.
1.
HTML HREF Tag.
A)
Open a text editor program such as Notepad or an HTML editor.
B)
Create the following HTML:
Example HTML file – playlist file on same server/directory:
<html>
<head>
<title>STREAM LINK</title>
</head>
<body>
<a href="live.qtl">STREAM LINK</a>
</body>
</html>
Example HTML file – playlist file on different server:
<html>
<head>