
HD toggle with RTMP streaming
Hi,
I'm using a .smil file for the source. Here's the content:
<smil>
<head>
<meta base="rtmp://localhost/live/" />
</head>
<body>
<switch>
<video src="stream_540" height="540" system-bitrate="800000" width="960" />
<video src="stream_360" height="360" system-bitrate="400000" width="640" />
</switch>
</body>
</smil>
But the menu always displays, and adds a "Auto" level in the front. I just want to use the HD toggle. What have I done wrong?