Hi,
Goga777 schrieb:
how can I fix my problem with ERROR: cOsd::SetAreas returned 5
This number matches the enum value oeWrongAlignment. In VDR's code excerpt you can see the condition for this error:
if (Areas[i].x1 > Areas[i].x2 || Areas[i].y1 > Areas[i].y2 || Areas[i].x1 < 0 || Areas[i].y1 < 0) return oeWrongAlignment;
Jun 9 21:25:39 arvdr vdr: [12294] vdr-xine: new OSD(0, -108) requested with coordinates out of range Jun 9 21:25:39 arvdr vdr: [12294] ERROR: cOsd::SetAreas returned 5
I've no idea why a vanilla VDR-1.7.7 should produce such an incorrect OSD setup.
Bye.