try play rtmp no luck
#1
i will try rtmp stream with but no luck
[HTML]import xbmc, xbmcgui

playpath = "110106_vilaghirado_irak"
rtmp_url = "rtmp://flash1.atv.hu/vod"
item = xbmcgui.ListItem("110106_vilaghirado_irak")
item.setProperty("PlayPath", playpath)
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(rtmp_url, item)[/HTML]

can anyone help



http://pastebin.com/AJHQrRkW
Reply
#2
Looks like an old build without rtmp support. Use Dharma.
Reply
#3
Thanks Hitch i will try with new bulid but i don,t see script/plugin folder

note i am newone in xbmc
Reply
#4
They've been replaced with Add-ons.

Check Settings > Add-ons to download them.
Reply
#5
Hi
i am try with latest build 35647 dharma

can,t see script plugin folder but .py file system>file manger this is py code
[HTML]import xbmc, xbmcgui

item = xbmcgui.ListItem("Inter")
item.setProperty("SWFPlayer", "http://inter.ua/images/player.swf")
item.setProperty("PlayPath", "inter")
item.setProperty("PageURL", "http://inter.ua/uk/live/")
item.setProperty("name", "live_player")
item.setProperty("quality", "1")
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play("rtmp://62.149.26.240:80/tv", item)[/HTML]

http://pastebin.com/Js9v9N7U

can any help?
Reply
#6
There's an issue in 10.0 with rtmp/Windows. The fix is in trunk and will be included in Dharma 10.1.
Always read the Kodi online-manual, the FAQ and search the forum before posting.
Do not e-mail Kodi Team members directly asking for support. Read/follow the forum rules (wiki).
For troubleshooting and bug reporting please make sure you read this first.
Reply
#7
Hi
can anyone give me link wich version are work with rtmp live or od
Reply

Logout Mark Read Team Forum Stats Members Help
try play rtmp no luck0