wearetherock
2009-06-22, 08:28
I'm trying to implement simple code to play flv stream,
import xbmc
url = 'http://dl073.zshare.net/stream/bd6ae7c6045ad575293201b304020f18/1240146407/58854885/crankhighvoltage1.avi.flv'
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(url)
above command it not work, may be i misunderstand something, can any anyone explain concept about playing flv stream.
thank.
import xbmc
url = 'http://dl073.zshare.net/stream/bd6ae7c6045ad575293201b304020f18/1240146407/58854885/crankhighvoltage1.avi.flv'
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play(url)
above command it not work, may be i misunderstand something, can any anyone explain concept about playing flv stream.
thank.