PDA

View Full Version : bytestream from python to DVDPlayer


motd2k
2008-12-24, 03:00
Is it possible to transfer a 264 bytestream, created in Python, directly to DVDPlayer?

motd2k
2008-12-27, 23:11
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.