Hi all,

While trying to work on streaming video in java using a Web cam data source, I get the following error while getting Data output from Webcam using the following line of code
DataSource dataOutput = (DataSource) processor.getDataOutput();
Error message
com.sun.media.multiplexer.RawBufferMux$RawBufferDa taSource cannot be cast to com.sun.media.protocol.vfw.DataSource

Any ideas on how I can resolve this

Regards
Srini