Page 1 of 2

Using a MCE remote with VLC?

Posted: 28 Nov 2005 23:12
by Guest
Hi - can I use my MCE remote with VLC player? I can't find any info on the message boards on how to do thi. Thanks.

Posted: 29 Nov 2005 13:51
by dionoea
I'm currently working on windows remote control support.
You can track this feature request's status here : https://trac.videolan.org/vlc/ticket/443 .

Posted: 30 Nov 2005 22:37
by Guest
OH SWEET!!!! Any idea on a timeframe?

Posted: 01 Dec 2005 00:20
by dionoea
sometime arround xmas would be a good estimate (ie when i get time to work on it ... and reboot under windows ... arg)

Posted: 14 Jan 2006 13:52
by ubu
How is the feature progressing? Will this be a generic solution (like lirc)? It would be great if Hauppauge remotes were supported.

Posted: 14 Jan 2006 14:45
by dionoea
It's still in the works... but it won't be something like lirc. It will use the build in windows remote control handling system.

Posted: 23 Jan 2006 15:28
by olrt
It's still in the works... but it won't be something like lirc. It will use the build in windows remote control handling system.
That's great ! I'm impatient for VLC to have this feature as it's frustrating that
Windows Media Player already has this feature transparently (ie
relies on built-in support on Windows XP HID USB peripherals like
remote IR controls).

Posted: 26 Mar 2006 22:21
by obvious
ooh nice. Just what I signed up to the forums to find out about. Has the ability to use the MCE remote made it to the nightlies yet?

Posted: 09 Apr 2006 04:45
by Guest
ooh nice. Just what I signed up to the forums to find out about. Has the ability to use the MCE remote made it to the nightlies yet?
Any update for the Media Center Remote Control request?

Posted: 28 Sep 2006 14:13
by jmone
This would be perfect as I use the MCE Remote / K'Board now with the other apps. Any update?
Thanks
Nathan

Posted: 15 Nov 2006 00:04
by mchahn
I am also anxiously awaiting this feature.

The item status at

https://trac.videolan.org/vlc/ticket/443

says:

2006-10-24 17:05:29+00:00 changed by zorglub
* milestone changed from 0.9.0 features freeze to Features paradize

Can anyone interpret what this means? Is this good or bad?

Posted: 15 Nov 2006 02:17
by The DJ
paradize == without a timeframe.

Posted: 15 Nov 2006 05:28
by mchahn
Ouch. I guess I'll do it myself.

What do you think would be easier, figuring out how to handle this properly in the VLC code, or writing a global message hook to translate the HID messages into normal keystrokes?

Assume I am an experienced windows programmer but have never looked at the VLC code.

P.S. Are there many people contributing to the VLC code or is it a pretty private affair?

Posted: 15 Nov 2006 22:10
by The DJ
I would check where in vlc the currently handled MCE commands are handled, and then look up the commands for the other keys and find a way to add them to vlc.

Posted: 15 Nov 2006 22:20
by mchahn
I discovered the volume keys that do work are being handled by the OS, not VLC. So VLC may not handle HID keys at all.

I spent a few hours working on using a message hack. I sort of got it working but it is a pain and would require running extra software in the background. It would have the advantage though of having the media keys work even when VLC was in a background window.

I think I'll dive into the VLC code. If anyone can give me any hints about how to do this properly I'd be greatly appreciative.

Posted: 17 Nov 2006 18:15
by VLC_help
I suggest IRC
* IRC network: irc.videolan.org
* Channel: #videolan

Posted: 01 Apr 2007 15:47
by dlmorgan999
Has there been any progress on this? It would be a very useful feature for me! :)

-- Dave

Posted: 01 Apr 2007 18:37
by mchahn
I dove into the code thinking "how hard can it be to find where keys come in?". The answer it turns out is "damn hard". It appears that unless you are willing to learn how the entire structure of the code works, you can't work on a small part of it.

Posted: 01 Apr 2007 19:32
by dlmorgan999
That's too bad. :( Oh well - thanks for trying and for the quick response!

Re: Using a MCE remote with VLC?

Posted: 03 Dec 2007 20:57
by freeballer
hate to be a parrot but what's the status of this project?

someone mentioned a 3rd party app. can someone pm me the link for time being?

Re: Using a MCE remote with VLC?

Posted: 10 Dec 2007 18:46
by Melloware
I know this board post is old but figured some users were still interested.

I have a piece of shareware called Intelliremote that lets you completely take control of your MCE Remote. It also works for Creative Soundblaster remote controls. Do you want to launch VLC from the Green Button rather than Windows Media Center? Now you can! Do you want to flop VLC back and forth between full screen mode from your sofa? Now you can! If you can think of it, Intelliremote can probably do it for you.

I have a profile for VLC which was donated by a user.

Check it out....

http://www.intelliremote.com

Re: Using a MCE remote with VLC?

Posted: 24 Jan 2010 22:25
by adeb2
I will investigate how much effort it will cost me to get this thing going.
I think the easiest way is to create a background program that listens to the MCE remote and signals the running VLC process using it's telnet interface.

Any tips ?

Re: Using a MCE remote with VLC?

Posted: 25 Jan 2010 09:19
by Jean-Baptiste Kempf
I will investigate how much effort it will cost me to get this thing going.
I think the easiest way is to create a background program that listens to the MCE remote and signals the running VLC process using it's telnet interface.

Any tips ?
Try VLC 1.1.

Re: Using a MCE remote with VLC?

Posted: 26 Jan 2010 10:40
by arend
I created a simple program that listens to the Microsoft/Philips MCE remote, and controls VLC using it's rc interface (tcp server)
It requires you to configure vlc with: vlc --rc-host=127.0.0.1:8765 --rc-quiet (this setting is also available from vlc's configuration menu)

Requirements:
.NET Framework 3.5 http://www.microsoft.com/downloads/deta ... laylang=en
Windows 7 x64 ? (I have tested this only on my own machine)

Download: (update September , 22, 2010)
Setup: http://www.arenddeboer.com/Setup.msi


It makes heavy use of MediaPortal Remote/Device classes, MCE Remotes supported in MediaPortal should work in here. http://www.team-mediaportal.com/

Re: Using a MCE remote with VLC?

Posted: 26 Jan 2010 12:21
by arend
I created a blog post about it with a bit more info: http://www.arenddeboer.com/mce-remote-with-vlc/