Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: help about OSD



amlin1 wrote:
> 
> The screenshots on http://www.cadsoft.de/people/kls/vdr/software.htm sees very nice. I want to create OSD on XINE like this, so I want to use  this module(OSD) of  VDR. But I have not DVB to test OSD and see the effect. Can anybody help me and give me some information about OSD?
> 
> Thanks!

All OSD commands go though cDvbOsd::Cmd(), and there are only a few commands
used. So you might implement a version of that function that doesn't send the
command/data to the DVB driver, but rather sets up some graphics display into
which it writes the data. Since VDR only sends bitmaps to the OSD (no text or
line drawing routines are used) this shouldn't be too much trouble.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index