I'm attempting to use xine as a video provider to DirectFB. I've cross compiled xine-lib and can play mjpeg files using DirectFB programs df_xine and sample2 both of which use xine-lib. I get an error playing /dev/video0 however and am hoping it might be a simple configuration problem with xine-lib. The error is:
> sample2 /dev/video0
...
xine: found input plugin : file input plugin
xine: couldn't find demux for >/dev/video0<
(!) sample2: xine_open( "/dev/video0" ) unsupported!
Video card output is in RGB565. I configured xine-lib with --enable-v4l. Is there anything else I need to configure in to support /dev/video0?
Any assistance much appreciated!