----- Original Message -----
From: "Dirk Meyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 13, 2003 10:55 AM
Subject: [Freevo-users] Re: Playing DVDs with mplayer or xine.. little
progress

> > Also, there are no key's mapped to fast forward, and rewind (does xine
even
> > support rewinding?), but the DVD Navigation works nicely!
>
> The buttons FF and REW should seek in the stream.

Ok, forgot that I had changed some keymappings in my local_conf.py file:

EVENTS['video']['9'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -600')
EVENTS['video']['0'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek 600')
EVENTS['video']['DOWN'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -10')
EVENTS['video']['UP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek 10')
EVENTS['video']['LEFT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -60')
EVENTS['video']['RIGHT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek 60')
EVENTS['video']['SELECT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
EVENTS['video']['PIP_ONOFF'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='osd')

Would these events have effected my ability to seek in xine?
Aren't these events only suppose to effect mplayer though?
Thanks

--Robert



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to