Hi,
Simon Baxter wrote:
I've not applied any patches - just used the stock vdr-1.3.27
Hhm, that doesn't work properly then. For vdr-xine-0.7.4, you'll need my dvbplayer-patch which is available on my homepage.
I applied the dvbplayer-patch and can now 'scan' the marks in edit mode.
Fine.
I still have a 2-10 second delay when FF or REW in playback mode though. Have to use the 60-second forward or back buttons.
This is the known issue. But I must admit, that I currently don't have any idea how it is caused.
....incidentally, is there any way to change the 60-second jump to 30 instead??
This value is hardcoded, see menu.c:
case kGreen|k_Repeat: case kGreen: SkipSeconds(-60); break; case kYellow|k_Repeat: case kYellow: SkipSeconds( 60); break;
Personally, I've added that the key 1/3 skips back/forward 10 seconds. But the two keys are intended to be used differently. That's way my patch didn't make it into VDR yet.
Bye.