CDVDInputStreamHttp::Read not called?
#1
I noticed while playing back an http streaming video that an instance of CDVDInputStreamHttp is created but CDVDInputStreamHttp::Read is not called.

Where is the data for an http streaming video read into XBMC?
Reply
#2
through CurlFile, i.e. the standard input stream (DVDInputStreamFile). the http input stream is (almost) dead code.

EDIT: realized it used by the shoutcast demuxer, even though the block of code will never be hit.
Reply
#3
Thanks.I'll have a look at CurlFile.
Reply

Logout Mark Read Team Forum Stats Members Help
CDVDInputStreamHttp::Read not called?0