Code: Select all
import xbmc, xbmcgui
streamurl = 'rtmp://c.cdn.livenewschat.eu/edge playpath=cnn_live swfUrl=http://msnbclive.eu/player.swf swfVfy=1 live=1 pageUrl=http://weplaylive.tv timeout=15'
li = xbmcgui.ListItem('CNN')
li.setInfo('video', {'Title': 'CNN', 'Genre': 'News Channel'})
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(streamurl,li, True)
Second, can anyone tell me how to open a favorites.plx in Navix and use it to select what I want to watch
instead of hard coding it in the above example.
Thank you