<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I'm using MythVideo to watch my digital media, and while previous
versions seemed to work rather well, with these latest rpms (the ones
for Suse 10.2 off of packman) suddenly the sound is gone when I'm
playing media on the internal player. Not only that, the volume control
on my remote doesn't seem to have any effect either. Here's my lircrc.
That's the one that I edit to make the remote work with the players,
right? Note that most of the other controls for the internal player do
work, but the volume doesn't. I mean, I don't even get the popup
indicating a volume change.<br><br># lircrc.example.HauppaugeGrey-nativelirc<br># 2003-09-17, Robert Kulagowski<br># mailto:rkulagow@rocketmail.com<br># Save this file in ~/.mythtv/lircrc<br><br>begin<br> prog = mythtv<br> button = go_back<br> config = Esc<br>end<br><br>begin<br> prog = mythtv<br> button = options<br># Swap the PiP windows<br> config = N <br>end<br><br>begin<br> prog = mythtv<br> button = 1<br> config = 1 <br>end<br><br>begin<br> prog = mythtv<br> button = 2<br> config = 2 <br>end<br><br>begin<br> prog = mythtv<br> button = 3<br> config = 3 <br>end<br><br>begin<br> prog = mythtv<br> button = 4<br> config = 4 <br>end<br><br>begin<br> prog = mythtv<br> button = 5<br> config = 5 <br>end<br><br>begin<br> prog = mythtv<br> button = 6<br> config = 6 <br>end<br><br>begin<br> prog = mythtv<br> button = 7<br> config = 7 <br>end<br><br>begin<br> prog = mythtv<br> button = 8<br> config = 8 <br>end<br><br>begin<br> prog = mythtv<br> button = 9<br> config = 9 <br>end<br><br>begin<br> prog = mythtv<br> button = 0<br> config = 0 <br>end<br><br>begin<br> prog = mythtv<br> button = guide<br> config = M <br>end<br><br># Below are keys used with the Hauppauge Grey remote<br><br>begin<br> prog = mythtv<br># This is the Red key<br># We'll use it for "Delete"<br> button = Red<br> config = D <br>end<br><br>begin<br> prog = mythtv<br># This is the Green key<br># We'll use it for "Information"<br> button = info<br> config = I <br>end<br><br># Note the "repeat =" strings in the volume and channel.<br># This means that if you hold down the key, every nth instance will be<br># passed. This depends on your system, so you may want to increase or<br># decrease this and see what happens. repeat = 1 is probably too<br># fast.<br><br>begin<br> prog = mythtv<br># This is the Yellow key<br># Use it as a volume key<br> button = vol-<br> repeat = 3<br> config = F10 <br>end<br><br>begin<br> prog = mythtv<br># This is the Blue key<br># Use it as a volume key<br> button = vol+<br> repeat = 3<br> config = F11 <br>end<br><br>begin<br> prog = mythtv<br> button = up<br># This is the "up" on the central diamond <br> repeat = 3<br> config = Up<br>end<br><br>begin<br> prog = mythtv<br> button = down<br># This is the "down" on the central diamond <br> repeat = 3<br> config = Down<br>end<br><br>begin<br> prog = mythtv<br> button = left<br># This is the "left" on the central diamond <br> repeat = 3<br> config = Left<br>end<br><br>begin<br> prog = mythtv<br> button = right<br># This is the "right" on the central diamond <br> repeat = 3<br> config = Right<br>end<br><br>begin<br> prog = mythtv<br># Middle button on the diamond<br> button = enter<br> config = Return<br>end<br><br>begin<br> prog = mythtv<br> button = mute<br> config = F9 <br>end<br><br>begin<br> prog = mythtv<br># Change focus for PiP (to change channel in the other window)<br> button = Blank<br> config = B <br>end<br><br>begin<br> prog = mythtv<br># Toggle PiP on/off<br> button = Full<br> config = V <br>end<br><br>begin<br> prog = mythtv<br> button = rev<br> config = Left <br>end<br><br>begin<br> prog = mythtv<br> button = play<br> config = P <br>end<br><br>begin<br> prog = mythtv<br> button = forw<br> config = Right <br>end<br><br>begin<br> prog = mythtv<br> button = Record<br> config = R <br>end<br><br>begin<br> prog = mythtv<br># Teletext<br> button = stop<br> config = T <br>end<br><br>begin<br> prog = mythtv<br> button = pause<br> config = P <br>end<br><br>begin<br> prog = mythtv<br> button = Replay<br># Use for backwards commercial skip<br> config = Q <br>end<br><br>begin<br> prog = mythtv<br> button = Skip<br># Use for forward commercial skip<br> config = Z <br>end<br><br>### MPlayer commands<br><br>begin<br>prog = mplayer<br>button = guide<br>repeat = 4<br>config = osd<br>end<br><br>begin<br>prog = mplayer<br>button = pause<br>repeat = 4<br>config = pause<br>end<br><br>begin<br>prog = mplayer<br>button = play<br>repeat = 4<br>config = seek +1<br>end<br><br>begin<br>prog = mplayer<br>button = stop<br>repeat = 4<br>config = quit<br>end<br><br>begin<br>prog = mplayer<br>button = mute<br>repeat = 4<br>config = mute<br>end<br><br>begin<br>prog = mplayer<br>button = rev<br>repeat = 4<br>config = seek -30<br>end<br><br>begin<br>prog = mplayer<br>button = left<br>repeat = 4<br>config = seek -10<br>end<br><br>begin<br>prog = mplayer<br>button = forw<br>repeat = 4<br>config = seek +30<br>end<br><br>begin<br>prog = mplayer<br>button = right<br>repeat = 4<br>config = seek +10<br>end<br><br>begin<br>prog = mplayer<br>button = go_back<br>repeat = 4<br>config = quit<br>end<br><br>begin<br>prog = mplayer<br>button = FREEZE<br>repeat = 4<br>config = seek +1200<br>end<br><br>begin<br>prog = mplayer<br>button = MOVE<br>repeat = 4<br>config = seek -1200<br>end<br><br>begin<br>prog = mplayer<br>button = +100<br>repeat = 4<br>config = vo_fullscreen<br>end<br><br>### Xine commands<br><br>begin<br>prog = xine<br>button = play<br>repeat = 3<br>config = Play<br>end<br><br>begin<br>prog = xine<br>button = stop<br>repeat = 3<br>config = Stop<br>end<br><br>begin<br>prog = xine<br>button = powah<br>repeat = 3<br>config = Quit<br>end<br><br>begin<br>prog = xine<br>button = exit<br>repeat = 3<br>config = Quit<br>end<br><br>begin<br>prog = xine<br>button = pause<br>repeat = 3<br>config = Pause<br>end<br><br>begin<br>prog = xine<br>button = ch+<br>repeat = 3<br>config = EventUp<br>end<br><br>begin<br>prog = xine<br>button = ch-<br>repeat = 3<br>config = EventDown<br>end<br><br>begin<br>prog = xine<br>button = left<br>repeat = 3<br>config = EventLeft<br>end<br><br>begin<br>prog = xine<br>button = right<br>repeat = 3<br>config = EventRight<br>end<br><br>begin<br>prog = xine<br>button = enter<br>repeat = 3<br>config = EventSelect<br>end<br><br>begin<br>prog = xine<br>button = guide<br>repeat = 3<br>config = Menu<br>end<br><br>begin<br>prog = xine<br>button = forw<br>repeat = 3<br>#config = SpeedFaster<br>config = SeekRelative+60<br>end<br><br>begin<br>prog = xine<br>button = rev<br>repeat = 3<br>#config = SpeedSlower<br>config = SeekRelative-60<br>end<br><br>begin<br>prog = xine<br>button = vol+<br>repeat = 3<br>config = Volume+<br>end<br><br>begin<br>prog = xine<br>button = vol-<br>repeat = 3<br>config = Volume-<br>end<br><br>begin<br>prog = xine<br>button = mute<br>repeat = 3<br>config = Mute<br>end<br><br>begin<br>prog = xine<br>button = MENU<br>repeat = 3<br>config = RootMenu<br>end<br><br>begin<br>prog = xine<br>button = SKIP<br>repeat = 3<br>config = EventNext<br>end<br><br>begin<br>prog = xine<br>button = REPLAY<br>repeat = 3<br>config = EventPrior<br>end<br><br>begin<br>prog = xine<br>button = info<br>repeat = 3<br>config = OSDStreamInfos<br>end<br /><hr /> <a href='' target='_new'></a></body>
</html>