It’s the tutorial you mentioned, about half way down the page in the “Multi-bitrate Video on Demand” section:
http://community.wowza.com/t/-/64
<smil>
<head>
</head>
<body>
<switch>
<video src="mp4:Extremists_700.m4v" system-bitrate="700000"/>
<video src="mp4:Extremists_350.m4v" system-bitrate="350000"/>
<video src="mp4:Extremists_200.m4v" system-bitrate="200000"/>
</switch>
</body>
</smil>
Richard