- Moderator
- #721
I always use admin rights when asked. I don't recall being asked. I assume I'm registered as admin on these machines.
You have to right click the .bat file and click run as administrator.I always use admin rights when asked. I don't recall being asked. I assume I'm registered as admin on these machines.
If the plugin is built as AnyCPU, it will work, if you have the source code, you can rebuild it and it will work.My only concern, now, is when TVServer goes x64, will my SchedulesDirect EPG Client TVServer plugin no longer be available. I've used it exclusively for my lineup many years. The author has been MIA several years now, and the plugin has worked well with all versions of MP since. I'm not sure if there might be a reliable x64 version or replacement that gives me the same uncomplicated setup and use for here, in the US.
TV Server is x86 for now.is when TVServer goes x64
Hi, does appear the latency right after start of the MP or after displaying the EQ?Got the x64 version to work, but my IMON display has an incredible latency and does not shut off on MP exit.
Any ideas? Followed your instructions:
- make sure MPx86Proxy.exe is always running
- selected display type must be "SoundGraph iMON USB VFD/LCD Plugin => 8.12.1202"
- installed iMON SW version must be 8.12.1202
Thanks!
Hi!Hi, does appear the latency right after start of the MP or after displaying the EQ?
I had a problem with high rate of data being sent to iMon driver while showing the EQ so I made internal FPS limit to 25 for EQ and 5 FPS for VU in the code. The unlimited high rate was causing extremly huge latency/delay on iMon driver side.
You can try set limit to lower FPS by using option "Limit Equalizer display update rate" on advanced tab.
I tried exactly your settings on my MP - no problem at all. BTW: the option "Scroll delay (ms)" should not to be lower than "Update (ms)". In my case I have both options set to 300 ms.
I made update to MPx86Proxy.exe by adding "Extensive logging" option to see incoming commads in the log.
To see what is wrong I'll need you log report, so please:
- set MP log level to debug
- make sure the check box "Extensive logging" in minidisplay config is checked
- copy attached MPx86Proxy.exe to the MP application folder
- enable Extensive logging in MPx86Proxy (Options->Extensive logging)
- post you MediaPortal.log and MPx86Proxy.log(located in MP application folder) files
Thanks.