NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 22 23 24 25 26 115 Next »
Using MVP + GBPVR to navigate cable on demand menus.

 
  • 0 Vote(s) - 0 Average
Using MVP + GBPVR to navigate cable on demand menus.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#31
2007-08-23, 02:18 PM
mvallevand Wrote:You can check the http connection info from a browser http://mvpip/connect.log

Hmm I don't get a http://mediamvp.lounge/connect.log . http://mediamvp.lounge gives me the GUI ok though :confused:

Quote:Then, use mvpmc's filesystem to go to /etc/mvpmc and hit enter on the file and the event should be triggered.
Well the file is there, I hit enter, it says 0%...but nothing in EG is triggered? Tried with Windows FW off too... :confused:

Any um....hints?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#32
2007-08-23, 02:45 PM
jksmurf Wrote:Hmm I don't get a http://mediamvp.lounge/connect.log . http://mediamvp.lounge gives me the GUI ok though :confused:

Well the file is there, I hit enter, it says 0%...but nothing in EG is triggered? Tried with Windows FW off too... :confused:

Any um....hints?

k.

It sounds like the m3u is wrong. Could you pass the line here. If your server isn't registered in the dns you might need an ip and not a name.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#33
2007-08-23, 03:00 PM
mvallevand Wrote:It sounds like the m3u is wrong. Could you pass the line here. If your server isn't registered in the dns you might need an ip and not a name.

Martin

The file EventGhost.m3u is in the share C:\Program Files\devnz\gbpvr\Dongle\mvpmc

In EventGhost.m3u I tried (seperately)

http://localhost/emptypage.html?MyEvent
http://192.168.1.10/emptypage.html?MyEvent

Both of these trigger the EG event when run from an IE Browser.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#34
2007-08-23, 03:11 PM
jksmurf Wrote:The file EventGhost.m3u is in the share C:\Program Files\devnz\gbpvr\Dongle\mvpmc

In EventGhost.m3u I tried (seperately)

http://localhost/emptypage.html?MyEvent
http://192.168.1.10/emptypage.html?MyEvent

Both of these trigger the EG event when run from an IE Browser.

k.

For sure localhost will fail, that is truly the "local" host which would be the mvp itself.

Are there any onscreen message on mvpmc when you open
EventGhost.m3u? I'm thinking that EventGhost isn't returning an http response like 200 after doing its action which might also explain the freeze.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#35
2007-08-23, 03:13 PM
:o Sorry, you said test it works on the browser...it did :-)
No message in MVP just stays at 0%
No message in EG either.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#36
2007-08-23, 09:45 PM
jksmurf Wrote::o Sorry, you said test it works on the browser...it did :-)
No message in MVP just stays at 0%
No message in EG either.

k.

I had a thought of another test. Change the ip to 127.0.0.1 and see what happens. The connect.log should look like this

Connecting to http://127.0.0.1/emptypage.html?MyEvent
HTTP/1.0 404 Not Found

If that works something is wrong with the EventGhost webserver. Maybe it is being blocked by a firewall, something else is on port 80 or you need to configure it to allow external connections.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#37
2007-08-24, 12:11 AM
It must be misconfiguration at your end. I realized I could install EventGhost on one of my virtual machines with no risk and here is what my mvp connect.log looks like:

Code:
Connecting to http://172.16.3.9/emptypage.html?MyEvent
HTTP/1.0 200 OK
Server: SimpleHTTP/0.6 Python/2.5
Date: Fri, 24 Aug 2007 00:03:41 GMT
Content-type: text/html
Content-Length: 21
Last-Modified: Fri, 24 Aug 2007 00:03:35 GMT

The Event is just a Show OSD Action but that works just fine and I can get one after another without any errors that I can see.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#38
2007-08-24, 12:24 AM
mvallevand Wrote:It must be misconfiguration at your end. I realized I could install EventGhost on one of my virtual machines with no risk ... the Event is just a Show OSD Action but that works just fine and I can get one after another without any errors that I can see. Martin

Yeah, I'm guessing you're correct. Like I said way above though, I did try it with Windows Firewall (FW) off. So I thought I'd covered that. I'll play around with it a little while. Thanks for going to the extent of installing EG and having a crack at it, I really appreciate that. It's frustrating, I'm "this close", I know the webpage fires it up, just the MVP script.

btw

1. Should it give me a connect.log regardless of whether I run the Evneghost.m3u? I get the HTTP 404 error file not found error when I try accessing connect.log. (but I CAN access the mvpmc GUI) http://mediamvp.lounge/connect.log = NG while http://mediamvp.lounge=OK.
2. Does yours say "palying, 0%" when you trigger an event? That seems odd, like it thinks it's an audio file.
3.


k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#39
2007-08-24, 12:33 AM
jksmurf Wrote:1. Should it give me a connect.log regardless of whether I run the Evneghost.m3u?

Could you zip your m3u and attach it? You should always get a connect.log and not the 404

Quote:2. Does yours say "palying, 0%" when you trigger an event? That seems odd, like it thinks it's an audio file.

Inititally but that clears when it loads. You will see this occasionally on the mpvmc main menu to its a remnant of the filesystem that I use for both http and a/v in emulation mode.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#40
2007-08-24, 12:43 AM (This post was last modified: 2008-04-27, 02:26 PM by jksmurf.)
Here it is.

Can I check for a connect.log using putty (what an odd name). Where should it reside?

k.

btw, in files that are accessed by linux, should that be a single / or a double //?
IIRC I think we had discussion about these earlier and was wondering if it was different when mvpmc invokes it or when IE invokes it?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Step-by-step instructions on how to get PCH A100 to wake the GBPVR PC? ww4397 30 11,566 2011-07-24, 02:52 PM
Last Post: mvallevand
  upgrading from pvrx2(gbpvr) to Npvr on popcorn hour stustunz 8 4,721 2011-01-19, 02:10 PM
Last Post: jksmurf
  MVP / GBPVR - just got a 1080p LCD tv.. Dave72 3 2,194 2010-12-14, 04:39 AM
Last Post: mvallevand
  PCH with GBPVR running not able to access network shares on Windows Home Server (WHS) jeffers 3 2,470 2010-07-19, 12:40 PM
Last Post: mvallevand
  I'm VERY impressed with NMT and GBPVR, that you devs! Mysteryman 10 4,566 2010-06-19, 03:22 AM
Last Post: Ryansplace
  Current status of GBPVR, PCH drbenjamin 2 2,265 2010-04-16, 04:15 AM
Last Post: drbenjamin
  Watching .TS files on my MVP, not in GBPVR emulation mode Probedude 1 1,891 2010-03-16, 11:32 AM
Last Post: mvallevand
  Video stutter with M34a and GBPVR eurochild 8 3,432 2010-02-28, 04:52 PM
Last Post: mvallevand
  Noobie Questions about PCH and GBPVR nurowolf 2 2,096 2010-01-19, 02:35 AM
Last Post: nurowolf
  No streaming video - PCH & GBPVR cooper43 22 8,013 2010-01-12, 03:17 AM
Last Post: cooper43

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode