To embed the live stream (an .sdp file) in a website, you should use the following code:
<object classid="clsid:00"
codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"
width="320"
height="256"
hspace="0" vspace="0"
align="top">
<param name="controller" value="true">
<param name="type" value="video/quicktime">
<param name="autoplay" value="true">
<param name="target" value="myself">
<param name="showlogo" value="false">
<param name="src" value="[link to sdp file]">
<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html">
<embed src="[link to sdp file]" width="320" height="256" hspace="0"
vspace="0" align="top" controller="TRUE" target="myself"
type="video/quicktime" bgcolor="#000000" border="0"
pluginspage="http://www.apple.com/quicktime/download/indext.html">
</embed>
</object>
To embed an archived (on-demand) Quicktime stream, with a *.mov file, use the following code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="320"
height="256"
id="movie1">
<param name="src" value="[link to mov file]">
<param name="controller" value="true">
<param name="type" value="video/quicktime">
<param name="autoplay" value="true">
<param name="target" value="myself">
<param name="bgcolor" value="#000000">
<embed width="320" height="256" bgcolor="#000000"
src="[link to mov file]"
type="video/quicktime"
autoplay="false"
pluginspage="www.apple.com/quicktime/download"
name="movie1"
enablejavascript="true">
</embed>
</object>
To publish a playlist file (which can be published on a website, with a link from a webpage to it), you should create a file with the name filename.mov and the following content. The pointer within the mov file can change, without the need to change the URL to the playlist file.
RTSPtext rtsp://darwin.v2.nl/v2/2008/happening/080502-happening.mov