Apple QuickTime (Darwin) Streaming Server User Manual
Page 32
![background image](/manuals/548080/32/background.png)
32
Chapter 2
3
Enter the URL for the media file (for example: rtsp://myserver.com/mymedia).
4
Replace myserver.com with the DNS name of your streaming server computer, and mymedia
with the name of your hinted movie or media file. This URL assumes that the movie or media
file is located at the top level of your media directory. For movies in subfolders within the
media directory, add the folder to the path name. For example:
rtsp://myserver.com/myfolder/mymedia.mov
If you want users to view streamed media through a web browser, you must set up a web
page to show the media. Then give users the URL of the web page.
Do not attempt to view media in a web browser by typing an RTSP URL directly into the web
browser’s address field.
Setting Up a Web Page With Streamed Media
To embed streaming media in a web page, you use the HTML EMBED tag. For complete
documentation on the features and use of the EMBED tag, go to www.apple.com/quicktime/
authoring/embed.html
The following example places a graphical link to a movie, “sample.mov,” on a web page. ( You
can rename the sample movie that comes with QuickTime and use it for the example.) When
a user clicks the link, the movie will start streaming in QuickTime Player.
This is a sample use of the EMBED tag.