DirectFB using xine video provider

View: New views
1 Messages — Rating Filter:   Alert me  

DirectFB using xine video provider

by kbm1008 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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!