Disko Forum logo Login  |  Register  |  Lost Password
Cannot open the DFB video driver

danieltidus
Posts: 14
graphgraph

Cannot open the DFB video driver 6 Years, 7 Months ago  
I'm getting this error (Cannot open the DFB video driver) when I run my application. I update my disko code from git repository this morning. When I used the first release version 1.5.0 this problem didn't happen.

The code stop at line 483:

if (!(this->vo = xine_open_video_driver(this->xine, "raw",
XINE_VISUAL_TYPE_RAW, (void*) &this->rawvisual)))

I installed the new version of xine, but I think I don't have this raw driver.

Where can I find it?
 
  The administrator has disabled public write access.
Cannot open the DFB video driver

danieltidus
Posts: 14
graphgraph

Re:Cannot open the DFB video driver 6 Years, 7 Months ago  
I'm sorry, the error was at line 504:

if (!(this->vo = xine_open_video_driver(this->xine, "DFB",
XINE_VISUAL_TYPE_DFB, (void*) &this->visual)))
throw new MMSAVError(0, "Cannot open the DFB video driver XXXDFBBBB";

I can't open the DFB driver, using xine 1.1.16 version.

regards
 
  The administrator has disabled public write access.
Cannot open the DFB video driver

Matthias
Posts: 64
graphgraph

Gender: Male Disko Location: Berlin, Germany Birthdate: 1979-04-25
Re:Cannot open the DFB video driver 6 Years, 7 Months ago  
Hi,

if you're using the DFB backend, you have
to install DirectFB-Extras, because it
includes the Xine-Plugin for DirectFB.

Best regards,
Matthias
 
  The administrator has disabled public write access.
Cannot open the DFB video driver

danieltidus
Posts: 14
graphgraph

Re:Cannot open the DFB video driver 6 Years, 7 Months ago  
I've already installed DFB-Extras, but I reinstall xine after. maybe I need re-install the DFB-Extras to get it working.

The xine-ui is working together with the DFB plugin, but the app df_xine no. I'll try.

Thanks!
 
  The administrator has disabled public write access.
Powered by FireBoard
get the latest posts directly to your desktop