Audio Option for SMIL Adaptive Bitrate Streaming
Hi there, is this possible, ie:
<smil>
<head>
</head>
<body>
<switch>
<video src="streaming_2mbps.mp4" system-bitrate="2097152"/>
<video src="streaming_1mbps.mp4" system-bitrate="1048576"/>
<audio src="streaming_100kbps.mp3" system-bitrate="100000"/>
</switch>
</body>
</smil>