sjol
2009-02-23, 23:25
Hello,
I want to be able to stream our content through XBMC, currently we have flash servers with a few .flv but the majority of our content is in .mp4. Now I have thanks to :
http://plexapp.lighthouseapp.com/projects/14382/tickets/153-streaming-media-support-rtmp
sort of been able to stream my content, and by sort of, I mean that only the flv worked and that there seems to be odd buffering issues and that the end result is mostly reddish hues on a black screen on Mac OS X and nothing on windows... ?
this is the code snippet that i modified for my use :
item = xbmcgui.ListItem("svt video")
item.setProperty("SWFPlayer", "http://svt.se/svt/road/Classic/shared/flash/VideoPlayer/svtplayer.swf")
item.setProperty("PlayPath", "kluster/20081228/0812292020_GJKLS332")
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play("rtmp://fl1.c00928.cdn.qbrick.com/00928/definst/kluster/20081228/0812292020_GJKLS332", item)
what are the different cores for ? ( xbmc.PLAYER_CORE_DVDPLAYER )
also is it possible to collect midpoint statistics such as when the 25% mark is reached etc etc ?
I am so close!! yet so far...
then I will concentrate on the GUI.
thanks for any help,
Stephane
I want to be able to stream our content through XBMC, currently we have flash servers with a few .flv but the majority of our content is in .mp4. Now I have thanks to :
http://plexapp.lighthouseapp.com/projects/14382/tickets/153-streaming-media-support-rtmp
sort of been able to stream my content, and by sort of, I mean that only the flv worked and that there seems to be odd buffering issues and that the end result is mostly reddish hues on a black screen on Mac OS X and nothing on windows... ?
this is the code snippet that i modified for my use :
item = xbmcgui.ListItem("svt video")
item.setProperty("SWFPlayer", "http://svt.se/svt/road/Classic/shared/flash/VideoPlayer/svtplayer.swf")
item.setProperty("PlayPath", "kluster/20081228/0812292020_GJKLS332")
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play("rtmp://fl1.c00928.cdn.qbrick.com/00928/definst/kluster/20081228/0812292020_GJKLS332", item)
what are the different cores for ? ( xbmc.PLAYER_CORE_DVDPLAYER )
also is it possible to collect midpoint statistics such as when the 25% mark is reached etc etc ?
I am so close!! yet so far...
then I will concentrate on the GUI.
thanks for any help,
Stephane