
5-8
CLIENT PLAYERS
ORBAN MODEL 1010
D)
Click RTSP Settings.
The RTSP Transport Settings
dialog box appears.
E)
Uncheck “Attempt to use
UDP for all content.”
F)
Click OK.
G)
Click OK again to close Pref-
erences.
Live/File Stream Linking in a Web Page
RealPlayer can be launched and can play streams or files directly from a streaming
link in a web page. RTSP streams for RealPlayer cannot be directly referenced in
HTML. Instead, do this by placing metafiles or playlist files on the web server and
linking to them in the HTML code that produces the web page. Refer to the previ-
ous section for information about metafiles and playlist 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="stream.ram">STREAM LINK</a>
</body>
</html>
Example HTML file – playlist file on different server:
<html>
<head>