yes dynamically send the urls that way. is no problem
but the issue is since there is no set amount of urls/bitrates coming from the server. how does Roku handle that? or do we just call them all the same?
like this ?
<streamBitrate>500</streamBitrate>
<streamBitrate>2000</streamBitrate>
<streamBitrate>4000</streamBitrate>
<streamUrl>500</streamUrl>
<streamUrl>2000</streamUrl>
<streamUrl>4000</streamUrl>
and then Roku will understand that? I know how to send them its what gets done with them is my question or is that what this is doing?
'media may be at multiple bitrates, so parse an build arrays
for idx = 0 to 4
e = curShow.media[idx]
if e <> invalid then
item.StreamBitrates.Push(strtoi(validstr(e.streamBitrate.GetText())))
item.StreamQualities.Push(validstr(e.streamQuality.GetText()))
item.StreamUrls.Push(validstr(e.streamUrl.GetText()))
endif
next idx
Thanks for your help
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway