Now i just download the whole file so the user has to wait quite some time
CODE
self.download(str(el.firstChild.nodeValue), folder + "test.flv")
xbmc.Player(xbmc.PLAYER_CORE_MPLAYER).play(folder + "test.flv")
...
def download(self, source, destination):
try:
loc = urllib.URLopener()
loc.retrieve(source, destination)
self.showMessage("Download complete!")
except:
self.showMessage("Failed downloading!")
or can xbmc just a play a url like http://....babla.flv (mm shoud ve tried that first
if you have suggestions or examples ...
tnx