Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Sending strings to a webserver

If you have a question or need help, this is the place to be.
User avatar
yokel22
Experienced User
Posts: 265
Joined: Thu Feb 05, 2015 5:56 pm
Location: U.S. - Kansas city

Re: Sending strings to a webserver

Post by yokel22 »

You make any progress on this? I think i'll install wmc on my server. Most of my video content is streamed via cloud these days. It'd be nice to be able to record OTA stuff occasionally. I know that are some good dev's out there trying to keep it alive. Like KG said though, they should just release the source code for the backend dvr service. That was the only thing really good about it. I used the RecordedTVHD plugin to make the frontend tolerable.
jachin99
Experienced User
Posts: 614
Joined: Sat Feb 13, 2016 8:39 pm

Re: Sending strings to a webserver

Post by jachin99 »

Honestly, as far as I can tell it all works. I'm able to send commands and I get a constant flow of log data including file names. I'll post a link for the win7 MSI tomorrow. I haven't tested ALL the commands via eventghost or the web page but i would say fire it up and give it a go. I'll post some links and any special instructions tomorow when I'm in front of my PC
jachin99
Experienced User
Posts: 614
Joined: Sat Feb 13, 2016 8:39 pm

Re: Sending strings to a webserver

Post by jachin99 »

Here is a link for 32 and 64 bit MSIs, along with the EG Plugin. https://drive.google.com/open?id=1rtM6W ... nxVl3evOXW I also have the source for those if need be. I placed an action to connect to the listening, and sending ports of VMC controller when EG starts. I haven't started using this everyday because I don't have a need for it just yet but I haven't found any major issues with it either.
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

Re: Sending strings to a webserver

Post by kgschlosser »

link is no good
If you like the work I have been doing then feel free to Image
jachin99
Experienced User
Posts: 614
Joined: Sat Feb 13, 2016 8:39 pm

Re: Sending strings to a webserver

Post by jachin99 »

https://drive.google.com/folderview?id= ... nxVl3evOXW

Alright, hopefully that one is right
User avatar
kgschlosser
Site Admin
Posts: 5190
Joined: Fri Jun 05, 2015 5:43 am
Location: Rocky Mountains, Colorado USA

Re: Sending strings to a webserver

Post by kgschlosser »

I am not exactly sure how that plugin ever ran. the indenting was all kinds of screwed up.
I also converted the code to work with python 3 as well as made some alterations to how the actions were handled. there will no longer be a 2 second reconnect wait that ties up the event thread. and it will queue any actions that are made in succession if one is processing a reconnect.
I also did some code cleanup and reformatting.
Attachments
VMCControl-0.5.6.egplugin
(4.16 KiB) Downloaded 35 times
If you like the work I have been doing then feel free to Image
jachin99
Experienced User
Posts: 614
Joined: Sat Feb 13, 2016 8:39 pm

Re: Sending strings to a webserver

Post by jachin99 »

VMC Controller will generate log events but MCE Popups combined with Eventghost lets you create dialog boxes in WMC, and fire macros based on custom user built responses. MCE Popups was originally designed to run along side a skype python script that monitored skype for incoming calls. The script monitored for calls, and passed call information to WMC via MCE Popups, which was responsible for displaying call information, and giving the user a choice of actions for the call. But MCE Popups isn't limted to just skype because as long as you know how to talk the webserver MCE Popups creates, and format the strings (Which are really simple) then you can use it for other tasks. Essentially MCE Popups allows you to control a two way converstaion between eventghost, and WMC.

Here is a link to download MCE Popups https://drive.google.com/open?id=1JzHHP ... kPU4BGmQ3Z
Here is a link to The TGB thread about it https://www.thegreenbutton.tv/forums/vi ... 77#p128977
Post Reply