PDA

View Full Version : Is it possible to stream data from device with phonon ?



Elder Orb
24th July 2008, 20:58
I mean the following: There is a device constantly sending some data in a specific format through sockets to the application. Application needs to play the data when it is available without gaps. The solution used for now is to pack the data in "au" format (the simplest one which is supported by phonon) and enqueued to media object as a separate media source. The drawback of such approach is a gaps when phonon starts to play the next media source. Any ideas how to implement true streaming with phonon will be really appreciated.