Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

This post has been edited 1 times, last edit by "hjt4vdr" (Aug 12th 2004, 1:22pm)

rocessKey() aufgerufen wird. Evtl. auch hier mal ein printf() einbauen, um zu sehen, ob noch irgendwelche Tastendrücke ankommen.
This post has been edited 2 times, last edit by "hjt4vdr" (Aug 20th 2004, 8:11am)
Quoted
Original von peter_weber69
Wenn ich mit <menü> und <rot> Aufnahme starte und dann mit <menü> und <gelb> (Pause) aktiviere, sagt der vdr LiveBild wird angehalten, danach wird NoSignal angezeigt.
Quoted
Original von peter_weber69
Dann wieder <menü> (ich sehe 2 gleiche Aufnahmen-Einträge) und <blau> (Wiedergabe),
Quoted
Original von peter_weber69
vdr restart.
Ist dieses Verhalten bei Euch auch so?

This post has been edited 1 times, last edit by "hjt4vdr" (Aug 24th 2004, 8:32am)

This post has been edited 2 times, last edit by "hjt4vdr" (Aug 26th 2004, 9:51am)



This post has been edited 4 times, last edit by "hjt4vdr" (Aug 27th 2004, 7:32am)
Quoted
On Fri, 17 Sep 2004 08:50:42 -0400
Peace Monk wrote:
>> VDR version is 1.3.12 and dxr3 plugin is vdr-dxr3-0.2.3-pre2
>>
>> When I use the remote to mark points to edit in my recording, it works
>> fine, but when I jump between the markings, VDR hangs for a while, and
>> then crashes.
>>
>> Is this a known problem, and is there any fix available?
>>
>> Thank you
>> Monk.
>>
Hi Monk,
I had the same problem (occurred only with the combination of
dxr3 and subtitles plugins, though...) and I was just about to ask the
same question when I noticed that running vdr with
LD_ASSUME_KERNEL=2.4.0 vdr -P dxr3 <and so forth>
helps. It has something to do with threads (NPTL to be exact, don't
know the details, but it was discussed here earlier) which vdr doesn't
handle well(at least with dxr3, it seems). Now the cutting works,
although the frames are not updated when pressing 7 or 9, and only
occasionally with 4 and 6, so tuning the cut points is a bit of
guess-and-try at the moment... Any solutions to this?
Best Regards,
Timo
Quoted
Originally posted by thauta
Hello, sorry if this is a faq but I cant seem to find the answer. After upgrading to 0.5.0 the keymap changed so that there's nomore VDRButtonRed = ... etc in my .xine/keymap. Instead there's some vdr-stuff atleast in xine-ui's actions.h. So as a result I can't anymore control vdr from the keyboard (change channels, select red,green etc), only the menucommands (from KP) work.
Quoted
Original von thauta
Hmm, I played a bit with xine-ui's source and added #define ENABLE_VDR_KEYS to actions.[ch] and kbindings.[ch]. That fixed the problem.
What is the proper method for doing this defining, an option in the Makefile or?