Using a MCE remote with VLC?

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
Guest

Using a MCE remote with VLC?

Postby Guest » 28 Nov 2005 23:12

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.

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 29 Nov 2005 13:51

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 .
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Guest

Postby Guest » 30 Nov 2005 22:37

OH SWEET!!!! Any idea on a timeframe?

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 01 Dec 2005 00:20

sometime arround xmas would be a good estimate (ie when i get time to work on it ... and reboot under windows ... arg)
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

ubu

Postby ubu » 14 Jan 2006 13:52

How is the feature progressing? Will this be a generic solution (like lirc)? It would be great if Hauppauge remotes were supported.

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 14 Jan 2006 14:45

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.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

olrt

Postby olrt » 23 Jan 2006 15:28

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).

obvious
New Cone
New Cone
Posts: 2
Joined: 26 Mar 2006 17:47

Postby obvious » 26 Mar 2006 22:21

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?

Guest

Postby Guest » 09 Apr 2006 04:45

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?

jmone
Blank Cone
Blank Cone
Posts: 14
Joined: 28 Sep 2006 13:59

Postby jmone » 28 Sep 2006 14:13

This would be perfect as I use the MCE Remote / K'Board now with the other apps. Any update?
Thanks
Nathan

mchahn
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Mar 2006 10:59
Contact:

Postby mchahn » 15 Nov 2006 00:04

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?
Mark C Hahn

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 15 Nov 2006 02:17

paradize == without a timeframe.
Don't use PMs for support questions.

mchahn
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Mar 2006 10:59
Contact:

Postby mchahn » 15 Nov 2006 05:28

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?
Mark C Hahn

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 15 Nov 2006 22:10

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.
Don't use PMs for support questions.

mchahn
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Mar 2006 10:59
Contact:

Postby mchahn » 15 Nov 2006 22:20

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.
Mark C Hahn

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Postby VLC_help » 17 Nov 2006 18:15

I suggest IRC
* IRC network: irc.videolan.org
* Channel: #videolan

dlmorgan999
New Cone
New Cone
Posts: 2
Joined: 01 Apr 2007 15:43

Postby dlmorgan999 » 01 Apr 2007 15:47

Has there been any progress on this? It would be a very useful feature for me! :)

-- Dave

mchahn
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Mar 2006 10:59
Contact:

Postby mchahn » 01 Apr 2007 18:37

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.
Mark C Hahn

dlmorgan999
New Cone
New Cone
Posts: 2
Joined: 01 Apr 2007 15:43

Postby dlmorgan999 » 01 Apr 2007 19:32

That's too bad. :( Oh well - thanks for trying and for the quick response!

freeballer
New Cone
New Cone
Posts: 5
Joined: 03 Dec 2007 02:03

Re: Using a MCE remote with VLC?

Postby freeballer » 03 Dec 2007 20:57

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?

Melloware
Blank Cone
Blank Cone
Posts: 31
Joined: 10 Dec 2007 16:27

Re: Using a MCE remote with VLC?

Postby Melloware » 10 Dec 2007 18:46

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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
Take back control of your PC!
http://www.intelliremote.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

adeb2
New Cone
New Cone
Posts: 2
Joined: 24 Jan 2010 21:57

Re: Using a MCE remote with VLC?

Postby adeb2 » 24 Jan 2010 22:25

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 ?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Using a MCE remote with VLC?

Postby Jean-Baptiste Kempf » 25 Jan 2010 09:19

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.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

arend
New Cone
New Cone
Posts: 8
Joined: 06 May 2004 23:24

Re: Using a MCE remote with VLC?

Postby arend » 26 Jan 2010 10:40

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/
Last edited by arend on 22 Sep 2010 12:21, edited 1 time in total.

arend
New Cone
New Cone
Posts: 8
Joined: 06 May 2004 23:24

Re: Using a MCE remote with VLC?

Postby arend » 26 Jan 2010 12:21

I created a blog post about it with a bit more info: http://www.arenddeboer.com/mce-remote-with-vlc/


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 37 guests