HELP with my addons
#1
i was stuck with this page : http://www.khmerlive.tv/archive/20130308...en_Day.php
couldn't get scrape the mp4 to load with the player?

help please?
Reply
#2
Don't understand what you are asking. Please elaborate. Are you having trouble accessing that page using a particular add-on? If so, which one? Or are you trying to write an add-on to access that page, but are not having success?
Reply
#3
sorry my english not good enought,

am trying to write an add-on to access that page, but are not having success? please help thanks
Reply
#4
http://www.khmerlive.tv/archive/20130308...en_Day.php
Confusedource code:
{file: 'rtmp://50.7.32.4/vod/20130308_TVK_PM_Hun_Sen_Presides_over_the_Celebration_of_the_102nd_March-8_International_Women_Day.mp4'},
{file: 'http://50.7.32.4:8081/20130308_TVK_PM_Hun_Sen_Presides_over_the_Celebration_of_the_102nd_March-8_International_Women_Day.mp4'},

here my code:
match=re.compile("'file': 'http://(.+?)'").findall(html)
for link in match:
listitem = xbmcgui.ListItem(title)
listitem.setInfo('video', {'Title': title})
xbmc.Player( xbmc.PLAYER_CORE_DVDPLAYER ).play(link, listitem)

ERROR LOG:
23:31:36 T:2984 NOTICE: CommonFunctions-1.5.1
23:31:36 T:2984 ERROR: XFILE::CPluginDirectory::EndOfDirectory - called with an invalid handle.

but it doesn't work helppppppppppppp?
Reply
#5
(removed)
Reply

Logout Mark Read Team Forum Stats Members Help
HELP with my addons0