Le lundi 08 septembre 2008 à 21:27 +0200, Danny Haak a écrit :
> Hi everybody,
> 
> I have two questions regarding Elisa.
> 
> The first is Lirc. Can anyone point me to some instructions on how to
> set it up? I found a generator in the elisa directory, but that one
> crashed after setting up a lot of buttons, and the destination file is
> almost empty. I found out that the structure should be like:
> 
> mceusb 000000037ff07bde KEY_GO_RIGHT
> mceusb 000000037ff07bdf KEY_GO_UP
> mceusb 000000037ff07be1 KEY_GO_LEFT
> mceusb 000000037ff07be0 KEY_GO_DOWN
> 

Did you get a traceback?

> But, where is the list which actions are available? 

There's no other place like in elisa/core/input_event.py I'm afraid...
See the special_key_values variable. But I don't think all these values
are used yet.

> Furthermore, these
> buttons seem to work, but the repeat/delay settings is quite wrong. Is
> there a way to set that?
> 

Currently no.. There's a bug about that:

https://bugs.edge.launchpad.net/elisa/+bug/264113


> My second question is regarding AC3 passthrough. Is it possible to
> enable that? In mplayer my movies do put 5.1 over SPDIF to my receiver,
> but in Elisa (and other gstreamer applications) that is just limited to
> stereo.

Well our current player sucks, to say the least :)
If the audiosink was easily configurable you could configure a custom
GStreamer bin to use as audiosink, most likely using the alsaspdifsink
element. But I have no experience with AC3 and SPDIF, maybe someone on
this mailing list or on the GStreamer community will be able to help you
find such a pipeline setup..

Right now if you want to configure the audiosink you'll need to edit
poblesec/player_video.py and set the audio-sink property of the pipeline
(playbin based) we use... :(

It is planned to rewrite^Wwork that player anytime soon this week, maybe
it will fit more your needs after that, who knows ;)

Philippe



Reply via email to