Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
lirc mplayer и управление громкостью
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
Ivanich_
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2006
Posts: 104
Location: Ukraine, Odessa

PostPosted: Sun Jul 30, 2006 9:24 am    Post subject: lirc mplayer и управление громкостью Reply with quote

Имеется скрипт для тв-тюнера (так как только таким способом можно нормально смотреть тв под xgl) :
#!/bin/bash
DATE="`date +%H%M%d`"
PH=/mnt/temp

mplayer -pp 6 -tv driver=v4l2:norm=SECAM:device=/dev/video0:chanlist=europe-east:forcechan=1:chann els=R5-UT-1,R7-RIAK,R9-1+1,R12-Inter,21-Ukraina,24-TET,26-PLUS,31-Reporter,34-M1 ,38-38,42-noviy,47-megasport,49-STB,52-ICTV,60-grad,64-NTN tv://R9

далее создал ~/.lircrc
begin

prog = mplayer
button = fm_scan+
config = tv_step_channel 1

end

begin
prog = mplayer
button = fm_freq-
config = tv_step_channel -1

end



begin
button = vol+
prog = mplayer
config = volume 1
repeat = 1
end

begin
button = vol-
prog = mplayer
config = volume -1
repeat = 1
end

begin
button = zoom
prog = mplayer
config = vo_fullscreen

end

каналы переключаются и все остальное тоже работает, но громкость не регулируется, если мплэером запустить фильм, то с пульта громкость можно изменить, уже битый час сижу ничего не получается sad.gif
Back to top
View user's profile Send private message
infernoman
n00b
n00b


Joined: 23 Jun 2005
Posts: 18

PostPosted: Tue Aug 01, 2006 11:43 am    Post subject: Re: lirc mplayer и управление громкость Reply with quote

А tvtime через SDL не канает? Руками конфиг поковырять, но потенциально сможет работать.
Единственное правильное решение, похоже, патчить mplayer, но можно и перехитрить всех. :)
Есть такая штучка в комплекте lirc: irexec. Так вот, из конфига lirc вычищаешь все связанное с кнопками vol+ и vol-, а в конфиг irexec в режиме mplayer вписываешь вызов aumix'а с параметрами для увеличения и уменьшения громкости на line in.
Back to top
View user's profile Send private message
Ivanich_
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2006
Posts: 104
Location: Ukraine, Odessa

PostPosted: Tue Aug 01, 2006 3:15 pm    Post subject: Reply with quote

Ну вообщем я уже разобрался, если интересно то ответы здесь:

https://forums.gentoo.org/viewtopic-t-484923.html

http://linuxforum.ru/index.php?showtopic=23884
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum