2009-02-24, 21:45
I am trying to get the South park plugin and some other RTMP streams using the methode described here:
The problem is that those items play for about 10-20 seconds. Here is the logfile:
http://pastebin.ca/1346120
Any suggestions?
Code:
item=xbmcgui.ListItem(name)
item.setProperty("SWFPlayer", swf_url)
item.setProperty("PlayPath", playproper)
item.setProperty("PageURL", pageURL)
ok=xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]),url=properurl,listitem=liz)
The problem is that those items play for about 10-20 seconds. Here is the logfile:
http://pastebin.ca/1346120
Any suggestions?