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
#21
2007-08-20, 12:33 AM
Quote:The work for you now is to create the page that he's talking about and make sure it does want you want locally. Before going to mvpmc make sure you can do it using IE or firefox.

OK, I created the page, but ummm.. what do I do now? :o
Is the next step to get EG to run that page when I press a certain remote button i.e. assign an IR call to the USBUIRT to the page?

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
#22
2007-08-20, 03:34 AM
jksmurf Wrote:OK, I created the page, but ummm.. what do I do now? :o
Is the next step to get EG to run that page when I press a certain remote button i.e. assign an IR call to the USBUIRT to the page?

k.

I can't help much because I don't know how to script it in EventGhost, but the idea will be for you to write a script in this page that will somehow tell the USBIRT to send the appropriate remote key. I assume they have a scripting language that makes this relatively easy.

If you've got this script created you would start it with your browser and enter the location ie:

http://localhost/emptypage.html?MyEvent

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#23
2007-08-22, 04:34 PM (This post was last modified: 2008-04-27, 02:26 PM by jksmurf.)
mvallevand Wrote:1. Create the page that he's talking about and
OK
mvallevand Wrote:2. make sure it does want you want locally. Before going to mvpmc make sure you can do it using IE or firefox.
OK
Quote:3.create an m3u text file called EventGhost.m3u in your mvpmc share folder. In this file you will tell mvpmc how to connect to EventGhost by entering its URL ie:
Code:
http://egip/emptypage.html?MyEvent

or if you aren't running on port 80

http://egip:port/emptypage.html?MyEvent

[I]egip [/I]is the ip of your EventGhost Web Server.
OK

Quote:Then, use mvpmc's filesystem to go to /etc/mvpmc and hit enter on the file and the event should be triggered.
Hmmm ...not OK. There is nothing in that /etc/mvpmc dir, even after I put the .m3u file in my share? :confused: . How do I troubleshoot this? It reads the dongle.bin.config OK...

One more oddity. I have to close down & restart IE to generate the MyEvent in EG after the first successful attempt. It doesn't work in subsequent tries WITHOUT shut down/restart. Any idea how I can flush the http event? Is it a cache thing?

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
#24
2007-08-22, 07:56 PM
This sounds suspiciously like the problem you had with your dongle.bin.config file not automatically being shared until you rebooted. Could you confirm the file is being shared by right-clicking and looking at the properties.

You can also telnet to the mvpmc and issue this command to see everything in it.

ls /etc/mvpmc

You should get the same list of files you see through Windows explorer.

I can't your IE question, but there are is a very good sample of html page design on the EventGhost forum in an attachment called AVControl.zip. I don't remember seeing any special tear down routines on the pages themselves.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#25
2007-08-22, 11:48 PM (This post was last modified: 2008-04-27, 02:26 PM by jksmurf.)
mvallevand Wrote:This sounds suspiciously like the problem you had with your dongle.bin.config file not automatically being shared until you rebooted. Could you confirm the file is being shared by right-clicking and looking at the properties.
You're right it DOES sound like that .... hmm...Well I THINK so... (See below)

Quote:You can also telnet to the mvpmc and issue this command to see everything in it.

ls /etc/mvpmc

You should get the same list of files you see through Windows explorer.
Nope. Must be the darn share again. I can't understand it... :o

Quote:I can't your IE question, but there are is a very good sample of html page design on the EventGhost forum in an attachment called AVControl.zip. I don't remember seeing any special tear down routines on the pages themselves. Martin
I'll have a wee look at it. I'm fumbling round at the bleeding edge of my understanding on this one, I'm surprised I 've got this far :-)

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
#26
2007-08-23, 12:04 AM
Too funny. I remember you posted your config here

http://forums.gbpvr.com/showpost.php?p=2...ostcount=3

Your second line needs to be changed to (you need to add an extra leading slash):

mount.cifs //192.168.1.10/mvpmc /etc/mvpmc -o username=guest,password=guest,rw

You can issue it by telnet to confirm.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#27
2007-08-23, 12:18 AM (This post was last modified: 2008-04-27, 02:26 PM by jksmurf.)
mvallevand Wrote:Too funny. I remember you posted your config here

http://forums.gbpvr.com/showpost.php?p=2...ostcount=3

Your second line needs to be changed to (you need to add an extra leading slash):

mount.cifs //192.168.1.10/mvpmc /etc/mvpmc -o username=guest,password=guest,rw

You can issue it by telnet to confirm.

Martin

Good MEMORY, that man! Thanks Martin, you're a STAR!

I think you even fixed (and we discussed) up an earlier post that missed it out, I don't know WHY I didn't fix mine after that . I just tried it but I need to reboot the MVP right? (I can't do that (reboot) remotely can I , just turn it off remotely.. (I'm at work) ...

btw I ONLY need the // in front of 192.168.1.10, NOT in front of the mvp commands i.e. mvpmc -F /etc/mvpmc/defaults ... remains unchanged ?

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
#28
2007-08-23, 12:28 AM
jksmurf Wrote:I think you even fixed (and we discussed) up an earlier post that missed it out, I don't know WHY I didn't fix mine after that . I just tried it but I need to reboot the MVP right? (I can't do that (reboot) remotely can I , just turn it off remotely.. (I'm at work) ...

You can issue that line remotely and you confirm it works with the ls command.

Edit: You're getting as fast as sub!

Quote:btw I ONLY need the // in front of 192.168.1.10, NOT in front of the mvp commands i.e. mvpmc -F /etc/mvpmc/defaults ... remains unchanged ?

You need // only in front of a network address and / around folders. A good way to remove is to look at and http command. http://forums.gbpvr.com/ This is the root folder of the the network id forums.gbpvr.com

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#29
2007-08-23, 12:35 AM
Great so, after I start the Evenetghost.m3u and confirm it is OK, do I need to get any logs for you or are you all set to go with your 5~10 lines of code?

btw I went into the GUI again last night (poor thing looks a bit neglected :-) and I though a reboot option would be neat.... Plus a bunch of other configgy type things so we can move out of geekdom ... I can't believe I'm "telnetting into the MVP" and stuff ...

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
#30
2007-08-23, 12:43 AM
jksmurf Wrote:Great so, after I start the Evenetghost.m3u and confirm it is OK, do I need to get any logs for you or are you all set to go with your 5~10 lines of code?

You can check the http connection info from a browser http://mvpip/connect.log

Quote:btw I went into the GUI again last night (poor thing looks a bit neglected :-) and I though a reboot option would be neat.... Plus a bunch of other configgy type things so we can move out of geekdom ... I can't believe I'm "telnetting into the MVP" and stuff ...

I you want it to be waiting for you from telnet issue this command

reboot

If you want to be really geeky you can always enable dropbear on mvpmc and go in via ssh.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 … 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