examples of queueing multi part http streams
#1
I'm trying to iron out one outstanding condition for my addon before release. If I want to launch a video which is split in 2 pieces, is there a way to code it such that I can queue the 2 parts so that the 2nd starts as soon as the 1st is done?

**edit**
looks like playlist is the way to go - will give it a shot
Reply
#2
A more seamless method is to use 'stack://'+url1+' , '+url2+' , '+url3.....
Reply
#3
Awesome - thanks for the tip.
Reply
#4
it appears that stacks might not work with URLs that have basic AUTH credentials embedded.
Reply
#5
divingmule,

looked at your cartoonnetwork plugin and found the "trick". When separating the HTTP urls in the stack, you have to have them separated with " , " (there MUST be a space in there).
Reply

Logout Mark Read Team Forum Stats Members Help
examples of queueing multi part http streams0