NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 1027 1028 1029 1030 1031 … 1231 Next »
localhost:7647 / EPG question

 
  • 0 Vote(s) - 0 Average
localhost:7647 / EPG question
vitaminman
Offline

Junior Member

Posts: 17
Threads: 7
Joined: Jun 2005
#1
2005-06-09, 09:04 AM
Hey,

The other night when installing GBPVR for the first time I must have installed upteen drivers, utilities, programs, configurations, etc. to get everything to work. Now that I've made a system that works, I'm trying to go over my steps to see what worked, why, and write them down so that I can recreate it from scratch in the future in the event that I want to do this to another machine.

In my web browser's bookmarks I have this address added:

http://localhost:7647/gbpvr/Guide.aspx

When I launch it a GBPVR-sponsored (or so it seems) window appears which shows me a channel guide. If my memory serves me correctly, I can replace the number 7647 with the IP address of my router to access my PVR from a remote location to remotely add/remove recordings.

I can't seem to find where I found this site and where I can change my channel lineup, nor can I find any documentation about it. Could someone please me point in the right direction so I can take advantage of this webpage?

Take care,

Nick
sixgun
Offline

Member

Posts: 197
Threads: 35
Joined: Sep 2004
#2
2005-06-09, 09:14 AM
Hi,

The 7647 is the port number that the web server is running on. So you need to forward that port to your GBPVR PC in your firewall setup.

The just go to http://your.ip.address:7647/gbpvr/guide.aspx (or login.aspx)

I use dyndns (http://www.dyndns.org) so i don't have to remember my ip address.

Hope that helps.

Antony.
GBPVR: v0.99.5
Server: Athlon64 X2 3800+, 2GB Memory, 1480GB Storage, 6 DVB-T Tuners (2 x Nova-T 500 PCI, 2 x Nova-T PCI)
HTPC: Athlon64 3000+, 1GB Memory, 80GB Storage, Blackgold GDI DVB-T Tuner, Ahanix MCE-302 Case, MSI K8NGM2-FID motherboard
Main TV: Toshiba 42WLT66 LCD
Media Playback: 2 x MVP (wired)
Homepage: http://www.sixgun.co.uk/
Author of MpegImport utility
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#3
2005-06-09, 09:29 AM
Try this for info:
http://www.bladerhq.com/pmwiki/pmwiki.ph...Scheduling
vitaminman
Offline

Junior Member

Posts: 17
Threads: 7
Joined: Jun 2005
#4
2005-06-09, 06:41 PM
Hey,

Thanks a bunch for the links and info, it's exactly what I was looking for.

However, I'm a little confused...I'm running my network behind a Linksys router, according to the Status window, the WAN IP Address is 11.222.333.444 (not really, but you get the idea), I'm assuming this is the address I need to put into the web address, so the result would be:

http://11.222.333.444:7647/gbpvr/guide.aspx

If I try to go to http://11.222.333.444, I can login to my router, life is good... but if I go to http://11.222.333.444:7647/gbpvr/guide.aspx, I get the following message:

The connection was refused when attempting to contact 11.222.333.444:7647.

Can anyone point me in the right direction? Do I need to set something up in my router?

Take care,

Nick
Darx-starz
Offline

Senior Member

Posts: 336
Threads: 53
Joined: Jan 2005
#5
2005-06-09, 06:43 PM
vitaminman Wrote:Hey,

Thanks a bunch for the links and info, it's exactly what I was looking for.

However, I'm a little confused...I'm running my network behind a Linksys router, according to the Status window, the WAN IP Address is 11.222.333.444 (not really, but you get the idea), I'm assuming this is the address I need to put into the web address, so the result would be:

http://11.222.333.444:7647/gbpvr/guide.aspx

If I try to go to http://11.222.333.444, I can login to my router, life is good... but if I go to http://11.222.333.444:7647/gbpvr/guide.aspx, I get the following message:

The connection was refused when attempting to contact 11.222.333.444:7647.

Can anyone point me in the right direction? Do I need to set something up in my router?

Take care,

Nick

Are you trying this from inside your network?
Asus A7V880 Motherboard
AMD Sempron 2400+ 1.67GHz (Socket A) CPU
Maxtor DiamondMax Plus 10 200GB SATA 8MB Cache
Maxtor DiamondMax Plus 10 160GB SATA 8MB Cache
Corsair 512MB DDR Value Select PC3200
Hauppauge PVR150
2 X Hauppauge Nova-T (200009)
FX5200 composite out
vitaminman
Offline

Junior Member

Posts: 17
Threads: 7
Joined: Jun 2005
#6
2005-06-09, 06:58 PM
Hey,

Yes, trying to access both the router (http://11.222.333.444) and the login (http://11.222.333.444:7647/gbpvr.guide.aspx) from another computer in my home network...it seems odd that one would work and the other one wouldn't!

Take care,

Nick
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#7
2005-06-09, 07:00 PM
vitaminman Wrote:The connection was refused when attempting to contact 11.222.333.444:7647.

Can anyone point me in the right direction? Do I need to set something up in my router?
Yes, you'd have to figure out how to configure port forwarding for your router. Somehow you need to tell your router that any incoming requests on port 7647 (or any other, it's really your choice) should be forwarded to port 7647 (that, however is not your choice, it has to be 7647) on the ip address that is your gbpvr server.

Example:
Say your WAN adress is 111.222.111.222 and you want to connect to port 8000 there.
And your gbpvr server is on your local network's ip address 192.168.0.34, then the rule you should setup would be something like:
All incoming on 8000 -> 192.168.0.34:7647
Then you should be able to point your browser to
http://111.222.111.222:8000/gbpvr/guide.aspx and you should be all set.

2 points, though.
1) As Darx-Stars pointed out, it's not sure that your router will allow you to enter the WAN address when you're located "behind" it; you would have to test your setup from a computer that is somewhere not on you LAN. It might work, though, it depends on your router, I think.
2) If your gbpvr box gets its ip address through DHCP from your router, it can change from time to time. You'd have to lock it somehow, or give it a static ip address.

Good luck!
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#8
2005-06-09, 07:01 PM
If you want to access from your LAN, you'd have to enter
http://192.168.0.34:7647/gbpvr/guide.aspx if your router is of the kind that won't allow port forwarding from within the LAN.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  GBPVR Database question - Recording Schedule David B 1 1,650 2010-11-08, 09:21 PM
Last Post: sub
  Descriptive Audio Service Question mikeh49 3 3,155 2010-10-21, 10:49 PM
Last Post: sub
  Italian channels post and a question about compatibility with Seven 64 bit pinopallino 2 1,679 2010-08-18, 09:14 AM
Last Post: pinopallino
  Newbie Question rthefish 4 2,118 2010-05-25, 08:06 PM
Last Post: pBS
  Question About Recording Formats LewE 11 3,806 2010-04-27, 02:23 AM
Last Post: LewE
  Question about Haupblast.exe broadband412 2 2,518 2010-04-24, 08:59 PM
Last Post: broadband412
  A Complete noob question about remote controller mpooley 3 1,935 2010-04-01, 11:52 AM
Last Post: jw100
  MCE remote and netradio question collin 4 2,036 2010-03-23, 11:32 PM
Last Post: collin
  Question on EVR Renderer collin 4 2,489 2010-02-18, 02:39 PM
Last Post: collin
  A little question Yonidan 15 4,812 2010-01-16, 10:32 PM
Last Post: majortom999

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

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

Linear Mode
Threaded Mode