SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Placeshifter

SageTV Placeshifter Discussion related to the SageTV Placeshifter application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV Placeshifter software application should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-09-2007, 01:46 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,353
PlaceShifter Dynamic IP Address Question

I'm wondering if I have a dynamic IP address and I use the Locator ID then will Sage still be able to find my server if the IP address changes at any point in time? I have Placeshifter working but I'm just wondering technically what exactly is a Locator ID? Being that it does not change (I'm assuming) and is static then does it find the server even if the IP address changes? If so, I'm wondering how it finds it (technically speaking)?

I should mention that my server's local IP address is static but of course referring to the public IP and if it changes how placeshifter is able to find the server.

Thanks,
Mike

Last edited by mike1961; 05-09-2007 at 01:48 AM.
Reply With Quote
  #2  
Old 05-09-2007, 06:20 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,585
From an uninformed point of view , I assume that your SageTV server "phones home" on a regular basis and tells the central Sage Locator Server where it is...so your PS contacts Sage to find the IP of its server every time.

Probably.
__________________
Server: Intel Core i5 3330 3GHz, 8GB DDR3, 128GB SATA3 SSD System Disk, 2TB SATA3 Recording Disk, 1.5TB SATA2 Archive Disk, 2x TBS 6284 PCI-E DVB-T2 Quad TV Tuner Card, XMLTV from DigiGuide, SageTV 7.1.9, Win7 Pro 64bit
Clients: 4 Wired MVPs, 1 Dell Inspiron 530 Client (64bit Win7, Core2Duo E6550, 2GB DDR2, 160GB System Disk, Asus GeForce GT 610, 24" TFT), 2 Acer Aspire Revo R3700 Nettop (Intel Atom Dual Core D525B 1.8GHz, 2GB RAM, 500GB HDD, Win7 Pro)
Reply With Quote
  #3  
Old 05-09-2007, 09:50 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,247
Yes, that's what it does and it is the whole point of the Locator ID. If your IP doesn't change, you can use the IP address to connect, or there are services like DynDNS which provide an address that you can use to keep up to date with your actual IP address. But for simplicity, SageTV provides the Locator ID service which will update itself every so often.

- Andy
__________________
SageTV v7.1.9 is available here.
- Read the SageTV FAQ and PDF User's Guides for SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Before you ask: no, I can't say "when".
Reply With Quote
  #4  
Old 05-09-2007, 11:47 PM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,353
Okay - now I fully understand the "phone home" concept. In fact, it seems relatively simple to write a simple program to tell one's file server to send information to a central website's IP address or do it other ways as well. However, there is one problem I can't seem to figure out. If one has an ActiveX control to manage TCP/IP and sockets (or maybe they do it another way) how do they get the public IP address as opposed to the computer's local IP?

Thanks,
Mike
Reply With Quote
  #5  
Old 05-10-2007, 12:04 AM
ke6guj ke6guj is offline
Sage Icon
 
Join Date: Jan 2005
Posts: 2,355
Quote:
Originally Posted by mike1961 View Post
However, there is one problem I can't seem to figure out. If one has an ActiveX control to manage TCP/IP and sockets (or maybe they do it another way) how do they get the public IP address as opposed to the computer's local IP?
I'm not sure how Sage does it, but they may be just logging the IP address of the client (router WAN address) sending the locator ID, instead of the client saying that "hey, here is my IP address and locator ID".

Something like http://www.whatismyipaddress.com/ would show you how the receiving server aquires the clients IP address through the TCP/IP connection, and lets you know what it is, instead of the client sending its IP address to the server to be displayed. Since, if the client sent its IP address, it would probably send its local IP address, unless it had some sort of programming designed to get the WAN address.
__________________
- Jack
__________________________________________
Server: AMD Phenom 9750, 2GB RAM, 2 Hauppauge PVR500, 1 Firewired DCT6200, 1 HDHomerun tuning 2 QAM channels, Vizio 37" HDTV LCD, 1 USB-UIRT

Clients: 1 MediaMVP, 1 Placeshifter Client, & 1 SageTV Client.
Reply With Quote
  #6  
Old 05-10-2007, 12:19 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,353
If they have a server with a socket and a port open then when the server connects on a daily basis or however often the central server would always read the public IP. I'm just trying to find a way of doing it without setting up a server.

Thanks,
Mike
Reply With Quote
  #7  
Old 05-10-2007, 12:24 AM
ke6guj ke6guj is offline
Sage Icon
 
Join Date: Jan 2005
Posts: 2,355
You lost me there..

Your trying to do what without setting up a server? A sage server that reports to the central locator server?

Or are you trying to find your WAN IP address for something else?
__________________
- Jack
__________________________________________
Server: AMD Phenom 9750, 2GB RAM, 2 Hauppauge PVR500, 1 Firewired DCT6200, 1 HDHomerun tuning 2 QAM channels, Vizio 37" HDTV LCD, 1 USB-UIRT

Clients: 1 MediaMVP, 1 Placeshifter Client, & 1 SageTV Client.
Reply With Quote
  #8  
Old 05-10-2007, 01:05 AM
mike1961 mike1961 is offline
Sage Icon
 
Join Date: Dec 2005
Location: California
Posts: 1,353
I'm trying to find my WAN. I have an FTP site so my application could automatically upload my client's WAN address to my ftp. I already have an ActiveX control to access my FTP site and I know how to do all that. The problem was finding a way that my application could get the WAN address.

I searched google and found a really easy way to do it. One way is to simply have my business application (or anyone's app) go to a webpage that reports the IP. Then the app saves the webpage in a variable and scans for the IP. It's a lot easier than setting up a socket on a remote server. I could then easily put a starting and ending string to search for so as to parse the webpage data with the IP. I tried this and it worked.

Thanks,
Mike
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mac Placeshifter Question - Customize Deadbolt SageTV Placeshifter 12 04-08-2007 07:09 PM
Two placeshifter clients on one PC? Fountainhead SageTV Placeshifter 2 01-08-2007 03:08 PM
Placeshifter version question walter scott SageTV Placeshifter 2 12-21-2006 07:09 PM
A Couple Placeshifter Questions zubblwump SageTV Placeshifter 0 09-24-2006 08:42 AM
SageTV V4.1.11 Beta Is Available - Better Placeshifting! Narflex SageTV Beta Test Software 81 04-04-2006 09:39 PM


All times are GMT -6. The time now is 08:59 PM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2003-2005 SageTV, LLC. All rights reserved.