PDA

View Full Version : RTMP via SWF and setProperty only plays for 10-20 secs


Basje
2009-02-24, 21:45
I am trying to get the South park plugin and some other RTMP streams using the methode described here:


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?

frosty
2009-02-26, 01:13
As far as I know these use an IP-address based system to control access. Are you in the right geographical region? Can you play them on a PC from the southparkstudios.com website? Are you attempting to use a proxy to circumvent the access control?

Basje
2009-02-26, 14:31
As far as I know these use an IP-address based system to control access. Are you in the right geographical region? Can you play them on a PC from the southparkstudios.com website? Are you attempting to use a proxy to circumvent the access control?

Yes, I can connect to the website without problems. So that cannot be the problem. And I don't use a proxy to fake it.