Is it possible to transfer a 264 bytestream, created in Python, directly to DVDPlayer?
Anyone? Or even some pointers to existing plugins that may do this?
analogue
2008-12-28, 02:40
don't know if it is possible or not but assuming it isn't, a possible workaround would be to fire up an in process http server and serve up the byte stream via a URL you pass directly to the xbmc.Player class.