MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
LinkBack (1) Thread Tools Display Modes
Old 2006-08-29, 09:09   #1 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Kiev, Ukraine
Age: 33
Posts: 41
Thanks: 1
Thanked 2 Times in 2 Posts

Country:

My System

Default AVerTV remote control plugin

Now available AVerTV remote control plugin.

See the included readme.txt file for installation instructions.

It work if AVerTV application is installed (please use latest version).
Currently this plugin is tested only with AVerMedia AVerTV 203 capture card
and only with one model of remote control. Tested remote model have small
text "A2" below remote buttons. Exist at least one different model of
AVerTV remote - it have text "RM-FP". This model have absolutely different
buttons layout.

Anybody who own and can help me with RM-FP remote control model, or with
different AVerMedia remote models - let me know.

Last edited by AlexPlas; 2006-08-29 at 18:46.
AlexPlas is offline   Reply With Quote
Old 2006-08-29, 18:49   #2 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Kiev, Ukraine
Age: 33
Posts: 41
Thanks: 1
Thanked 2 Times in 2 Posts

Country:

My System

Default

Plugin is available for download from the MediaPortal site
http://www.team-mediaportal.com/file...controlplugin/
AlexPlas is offline   Reply With Quote
Old 2006-09-03, 22:33   #3 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Brisbane, Australia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Thanks. I'll check this out when I get home. I'm not sure which model remote I have but I'll let you know.
falcc is offline   Reply With Quote
Old 2006-09-04, 10:58   #4 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Brisbane, Australia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Ok AlexPlas. I have the RM-FP remote model. How can I help you?

I have 2xAvermedia Hybrid FM PCI and 1x Avermedia 777 PCI. One Hybrid and the 777 are in my MCE box so I'll be testing with the other Hybrid.

I know a LOT of people that would be very excited about using this remote with other applications (like MCE). I have seen a technique used for the Compro cards here I know how to get the Compro t-200 remote to work with MP!

Long term, would it be possible for you to write something so that the Avermedia remote could be used with HIP? http://www.byremote.com.au/HIP/Default.htm

Sorry to ask so much but I believe that many people would truly benefit from your work!
falcc is offline   Reply With Quote
Old 2006-09-04, 15:09   #5 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Kiev, Ukraine
Age: 33
Posts: 41
Thanks: 1
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by falcc View Post
Ok AlexPlas. I have the RM-FP remote model. How can I help you?
Hello

I have attached small program that use AVer API to show codes of pressed buttons. Can you create for me a table of button codes for RM-FP remote model.

Then I will understand is it possible to use all remote models with one key-mapping or different key-mappings is needed.
Attached Files
File Type: rar Project2.rar (168.6 KB, 78 views)
AlexPlas is offline   Reply With Quote
Old 2006-09-05, 09:56   #6 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Brisbane, Australia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I get the following error when opening your app:-
"AVer QuickTV application is not started
Registry reading: Error "Value "Application Path" not found""

Aver Quicktv is running. I am using AvertV Version 6. What is the reg key that it is looking for?
falcc is offline   Reply With Quote
Old 2006-09-05, 10:19   #7 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Kiev, Ukraine
Age: 33
Posts: 41
Thanks: 1
Thanked 2 Times in 2 Posts

Country:

My System

Default

My program looking for key "HKEY_LOCAL_MACHINE\SOFTWARE\AVerMedia TECHNOLOGIES, Inc." - and this key exists. Program read reg value "Application Path" - in my 5.3 version of AVerTV there stored path to AVerTV instalation directory. For my TV card 5.3 is last officialy available version.

Now i'm trying to download and install AVerTV version 6.
AlexPlas is offline   Reply With Quote
Old 2006-09-05, 23:43   #8 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 33
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default RM-FP Remote

I also have an avermedia hybrid cardbus with a RM-FP remote.
I'd would be glad to contribute to make it work :-)
Just tell me where can I find the codes that you need.
BTW, I'm using AVerTV version 6 too.

I attach the [HKEY_LOCAL_MACHINE\SOFTWARE\AVerMedia TECHNOLOGIES, Inc."] from my computer.

Last edited by kike_1974; 2006-09-06 at 01:05.
kike_1974 is offline   Reply With Quote
Old 2006-09-07, 10:21   #9 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Brisbane, Australia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default

AlexPlas,

In version 6 key is [HKEY_LOCAL_MACHINE\SOFTWARE\AVerMedia TECHNOLOGIES, Inc.\AVerTV 6.0]

I manually created [HKEY_LOCAL_MACHINE\SOFTWARE\AVerMedia TECHNOLOGIES, Inc.\Application Path" and set the value to "c:\Program Files\AVerTV 6.0\dll"

I then ran your app and got an access violation and the following:-

AVer QuickTV application is not started
Registry reading: OK averapi.dll path is "c:\Program Files\AVerTV 6.0\dll"
Loading averapi.dll: OK
Get function AVER_HWInit: Error 127
Get function AVER_GetRemoteData: Error 127
Get function AVER_Free: Error 127

So looks like Version 6 averapi.dll is different.
falcc is offline   Reply With Quote
Old 2006-09-08, 10:22   #10 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Kiev, Ukraine
Age: 33
Posts: 41
Thanks: 1
Thanked 2 Times in 2 Posts

Country:

My System

Default

Hi

I have two news for you.
Bad news - AVerTV version 6 use absolutely different DLL model - and using new DLLs in same way as AVerTV 5 is not possible.
Good news (possible) - I have investigated communications between QuickTV application and main AVerTV application in version 5, and can make assumption - version 6 communicate in the same way. A have created new test application based on this assumption.

Before starting this application QuickTV must be started. Start my app and press few buttons on your remote. If my assumption is true you should see something like this:

Code:
AVerTV version 5 QuickTV found
WM_USER + 151, wParam: 0x00000BC2, lParam: 0x00000000
WM_USER + 151, wParam: 0x00000BC1, lParam: 0x00000000
WM_USER + 151, wParam: 0x00000BC6, lParam: 0x00000000
One or more WM_USER messages per button.

If assumption is wrong - most of all I will close development of this plugin.
AlexPlas is offline   Reply With Quote
Reply

Bookmarks

Tags
avertv, control, plugin, remote

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/plugins-47/avertv-remote-control-plugin-10426/
Posted By For Type Date
Problème Avec Télécommande Avermédia - MP-FR .:: Le forum ::. This thread Refback 2008-08-06 07:32

Similar Threads
Thread Thread Starter Forum Replies Last Post
CoolReciver remote plugin for Leadtek TV tuners seba Plugins 37 2008-07-27 10:19
resolution change with remote in MP (plugin?) postacalda General Support 2 2006-08-28 14:54
Xpert PVR 713X and Microsoft remote control not working wayne26yrs General Support 2 2005-11-28 18:55
Some Problems (Quality record, TVGuide, Remote,...) chris_v General Support 5 2005-11-23 11:10
Laptop remote control support greed89 General Support 0 2005-11-22 09:45


All times are GMT +1. The time now is 00:27.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress