compiled git vlc with --enable-lirc and runbegin
prog = vlc
button = Play
config = key-play-pause
end
begin
prog = vlc
button = Pause
config = key-play-pause
end
begin
prog = vlc
button = Stop
config = key-stop
end
begin
prog = vlc
button = Skip
config = key-jump+medium
end
begin
prog = vlc
button = Replay
config = key-jump-short
end
begin
prog = vlc
button = Forward
config = key-next
end
begin
prog = vlc
button = Rewind
config = key-prev
end
begin
prog = vlc
button = Up
config = key-nav-up
end
begin
prog = vlc
button = Down
config = key-nav-down
end
begin
prog = vlc
button = Left
config = key-lav-left
end
begin
prog = vlc
button = Right
config = key-right
end
begin
prog = vlc
button = VolUp
config = key-vol-up
repeat = 1
end
begin
prog = vlc
button = VolDown
config = key-vol-down
repeat = 1
end
begin
prog = vlc
button = Mute
config = key-vol-mute
end
begin
prog = vlc
button = Pictures
config = key-audiodelay-up
end
begin
prog = vlc
button = Music
config = key-audiodelay-down
end
begin
prog = vlc
button = More
config = key-crop
end
begin
prog = vlc
button = RecTV
config = key-fullscreen
end
Code: Select all
sudo lircd
vlc --control lirc filename
VLC media player 1.1.0-git The Luggage
vlc: could not connect to socket
vlc: Permission denied
[0xa0ed6e0] lirc interface error: lirc initialisation failed
[0xa0ed6e0] main interface error: no suitable interface module
Code: Select all
sudo chmod 666 /var/run/lirc/lircd
Code: Select all
begin
prog = irxevent
button = Yellow
repeat = 0
config = Key ctrl-d CurrentWindow
end
Users browsing this forum: No registered users and 7 guests