RTMP via SWF and setProperty only plays for 10-20 secs
#1
I am trying to get the South park plugin and some other RTMP streams using the methode described here:

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?
Reply
#2
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?
Reply
#3
frosty Wrote: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.
Reply

Logout Mark Read Team Forum Stats Members Help
RTMP via SWF and setProperty only plays for 10-20 secs0