"axiomy" wrote:
"TheEndless" wrote:
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>http://Link to SD video</streamUrl>
<streamQuality>HD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>http://Link to HD video</streamUrl>
</media>
This portion of your XML is probably part of the problem. You can't specify multiple Qualities, Bitrates, and URLs in the same media element.
How would I be able to get the HLS adaptive to determine which stream is HD and which stream is SD?
HLS doesn't require multiple streams to be defined in the XML. The multiple streams are intrinsic to HLS, as they're included in the M3U8 playlist. You need to make sure you don't set the streamQuality value, and you should be good to go. If you specify a streamQuality of "HD" then it will only play at HD resolutions, so try removing that element altogether.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)