SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Placeshifter
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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-04-2010, 11:37 AM
Narflex's Avatar
Narflex Narflex is online now
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
Cool Locator HTTP Redirect Service

Howdy all,

We added a new PHP script to our server (thanks for the help KJake) which removes the need for doing DynDNS setup in order to access your home SageTV system if you have a webserver installed on it.

The syntax is as follows:
Code:
http://locator.sagetv.com/locator.php?p=8080&id=d814-66bc-a6c1-11de&r=/sage
This will then send back an HTTP redirect to the following address:

Code:
http://206.193.125.55:8080/sage
(the locator ID and IP are just for example purposes; they don't match any existing one)

The 'p' parameter indicates the port for the redirect. The 'id' parameter is the locator ID who's IP should be looked up (the one in the example is just a random one from the server). The 'r' parameter is the relative path that should be in the URL. There can also be an 'ssl' parameter (no value needed for it) which will then do an https:// redirect instead of http://

The script is already live. Feel free to use it.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #2  
Old 05-04-2010, 01:57 PM
bastafidli bastafidli is offline
Sage Expert
 
Join Date: Dec 2007
Location: Charlottesville, VA
Posts: 728
With the REST craze going on these days, the following may make it simpler to use

http://locator.sagetv.com/locator/d8...11de/8080/sage
__________________

TV: Samsung UN46D8000
Server: Intel Core i3 540, 4G RAM, Matrox G450, 70GB EXT3 encrypted software RAID1 system drive, 1TB XFS tv recording drive, 2TB EXT3 encrypted data drive mirror across 2 machines, 2TB EXT3 encrypted media drive mirror across 2 machines, CentOS 6 64 bit, Experimenting with DNLA servers
1Gb wired network
Disconnected after G day[HD 100 Media Extender, Placeshifter 7.x, SageTV 7.x, HDHomeRun]
Reply With Quote
  #3  
Old 05-05-2010, 07:14 AM
mmanville mmanville is offline
Sage User
 
Join Date: Apr 2010
Posts: 54
Quote:
Originally Posted by bastafidli View Post
With the REST craze going on these days, the following may make it simpler to use

http://locator.sagetv.com/locator/d8...11de/8080/sage
FYI, your link does not work.
Reply With Quote
  #4  
Old 05-05-2010, 04:40 PM
bastafidli bastafidli is offline
Sage Expert
 
Join Date: Dec 2007
Location: Charlottesville, VA
Posts: 728
Quote:
Originally Posted by mmanville View Post
FYI, your link does not work.
Sorry for not being clear. This was suppose to be a suggestion to Sage to make it little bit more user fiendly
__________________

TV: Samsung UN46D8000
Server: Intel Core i3 540, 4G RAM, Matrox G450, 70GB EXT3 encrypted software RAID1 system drive, 1TB XFS tv recording drive, 2TB EXT3 encrypted data drive mirror across 2 machines, 2TB EXT3 encrypted media drive mirror across 2 machines, CentOS 6 64 bit, Experimenting with DNLA servers
1Gb wired network
Disconnected after G day[HD 100 Media Extender, Placeshifter 7.x, SageTV 7.x, HDHomeRun]
Reply With Quote
  #5  
Old 06-12-2010, 06:22 PM
Podmodder Podmodder is offline
Sage User
 
Join Date: Mar 2010
Location: Canada Eh?
Posts: 62
I am feeling pretty dumb right now, how exactly is this set up?
Reply With Quote
  #6  
Old 06-12-2010, 07:00 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
He pretty much spelled it out in the first post. If you know your Locator ID, plugin that in after the id= in his example URL. If you know the port number your webserver is running on, plug that in after the p=.

If you don't already have a webserver plugin set up in Sage, this won't do anything useful. You'll also need to have your router configured to forward inbound traffic on that port to your Sage server, but again, if you're running a webserver, you probably have this set up already.

All this script does is let you access your existing Sage webserver by Locator ID instead of by static IP. If you're asking how to set up a webserver in the first place, that will depend on which version of Sage you're running and which web-based plugins you want to use. Specific instructions can most likely be found in the support/announcement threads for those plugins.
__________________
-- Greg
Reply With Quote
  #7  
Old 06-12-2010, 07:18 PM
Podmodder Podmodder is offline
Sage User
 
Join Date: Mar 2010
Location: Canada Eh?
Posts: 62
That's what I'm saying, what is my locator id and where do i find it?
Reply With Quote
  #8  
Old 06-12-2010, 07:29 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Detailed Setup > Server > Placeshifter Locator ID (p. 191 of the V6 manual).
__________________
-- Greg
Reply With Quote
  #9  
Old 06-12-2010, 07:51 PM
Podmodder Podmodder is offline
Sage User
 
Join Date: Mar 2010
Location: Canada Eh?
Posts: 62
Oh ok, thanks. I haven't been known for using a manual, lol.

Last edited by Podmodder; 06-12-2010 at 09:34 PM. Reason: Spelling
Reply With Quote
  #10  
Old 06-12-2010, 09:35 PM
Podmodder Podmodder is offline
Sage User
 
Join Date: Mar 2010
Location: Canada Eh?
Posts: 62
Ok, so I did all that and it says it can't work because it isn't connected to the server and puts localhost:8080/sage in my address bar


EDIT got it now

Last edited by Podmodder; 06-12-2010 at 09:41 PM.
Reply With Quote
  #11  
Old 06-12-2010, 10:50 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by GKusnick View Post
You'll also need to have your router configured to forward inbound traffic on that port to your Sage server, but again, if you're running a webserver, you probably have this set up already.
For the sake of those who haven't tried Jetty on Sage v7 yet, one of the Jetty configuration options in the plugin manager is to enable UPnP. When it's enabled it will configure your router's mappings for you. Between that and the locator service, it takes very little work to set up Jetty and access the web applications remotely. (You can always do something more advanced like dyndns.org so you can have a URL that's easier to remember).
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #12  
Old 06-13-2010, 07:34 AM
computer33 computer33 is offline
Sage Advanced User
 
Join Date: Mar 2005
Location: Toronto
Posts: 109
This is great. I was tired of having ot renew my free dyn dns service all the time.
__________________
Server: AMD Barton 2500+, WinXP, 1Gig RAM, HD Homerun

Clients: HP dm1(E350), HD-100
Reply With Quote
  #13  
Old 07-21-2010, 04:26 PM
can3gxw can3gxw is offline
Sage Advanced User
 
Join Date: Sep 2008
Location: NB, Canada
Posts: 219
I've had my DynDNS address for about two years now - never had to renew anything... I have the updater service running on my HTPC so it's always up to date, and I can access all of my Sage stuff remotely - WebUI, BMT, even my uTorrent... :-) LOVE DynDNS!
__________________
Gregg
Reply With Quote
  #14  
Old 03-21-2012, 09:42 AM
NetworkGuy NetworkGuy is offline
Sage Fanatic
 
Join Date: Dec 2009
Location: Central NJ
Posts: 869
Is this script still working?
__________________
Hardware: Intel Core i5-3330 CPU; 8GB (2 x 4GB); 2-4TB WD Blue SATA 6.0Gb/s HDD; Windows 7
Servers: ChannelsDVR, Plex, AnyStream, PlayOn,
Tuner: HDHomeRun Connect Quatro
Tuner: HDHomeRun Connect Duo
Sources: OTA, Sling Blue, Prime, Disney+,
Clients: ShieldTV (2), Fire TV Stick 4K (4)
Reply With Quote
  #15  
Old 03-21-2012, 11:42 AM
Narflex's Avatar
Narflex Narflex is online now
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
Yes, it should still be working.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #16  
Old 04-08-2014, 12:39 AM
VCRUser VCRUser is offline
Sage Aficionado
 
Join Date: Jan 2008
Posts: 444
Yes - still working

After fixing a couple of copy/paste errors, and replacing the 8080 with my external port number, it works! This is important since DYNDNS just sent out an email to its free-service users that we now have to cough up some $ to keep the service. Granted, it's not a large cost, but still, since I'm only using it to give myself access to my Sage server, not set up a batch of host names, I'd be buying far more capability than I need.
__________________
Server: Windows 8.1 4gb RAM; 4TB SATA + others. Homebrew quad core AMD. Inputs: Haup. 980, 850 & 950Q on ATSC; Haup 1600 on ATSC & Comcast 2 DTAs with USBUIRT for NTSC. Haup 1800 on ATSC. HDHR Dual (ATSC). Sage 9.22 64 bit.
Reply With Quote
  #17  
Old 06-03-2017, 12:59 AM
VCRUser VCRUser is offline
Sage Aficionado
 
Join Date: Jan 2008
Posts: 444
In the past couple of days, it stopped working - is this a glitch or was it turned off?
__________________
Server: Windows 8.1 4gb RAM; 4TB SATA + others. Homebrew quad core AMD. Inputs: Haup. 980, 850 & 950Q on ATSC; Haup 1600 on ATSC & Comcast 2 DTAs with USBUIRT for NTSC. Haup 1800 on ATSC. HDHR Dual (ATSC). Sage 9.22 64 bit.
Reply With Quote
  #18  
Old 06-03-2017, 05:32 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Quote:
Originally Posted by VCRUser View Post
In the past couple of days, it stopped working - is this a glitch or was it turned off?
I can't get it to work either.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #19  
Old 06-05-2017, 04:44 AM
NetworkGuy NetworkGuy is offline
Sage Fanatic
 
Join Date: Dec 2009
Location: Central NJ
Posts: 869
Mine is also not working.
__________________
Hardware: Intel Core i5-3330 CPU; 8GB (2 x 4GB); 2-4TB WD Blue SATA 6.0Gb/s HDD; Windows 7
Servers: ChannelsDVR, Plex, AnyStream, PlayOn,
Tuner: HDHomeRun Connect Quatro
Tuner: HDHomeRun Connect Duo
Sources: OTA, Sling Blue, Prime, Disney+,
Clients: ShieldTV (2), Fire TV Stick 4K (4)
Reply With Quote
  #20  
Old 06-05-2017, 06:47 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
I believe there is an issue that should get fixed today.

Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: 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.
Reply With Quote
Reply


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

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
Passworded http webcam srcurtis SageTV Studio 1 06-30-2008 08:30 AM
Hangs at service initializing-Locator Error Flips SageTV Software 3 03-08-2008 01:33 PM
Locator server did not have an IP address registered for this locator ID kelleyga SageTV Media Extender 6 11-12-2006 10:13 PM
http://www.sage.tv NOT WORKING? Sunkman General Discussion 6 09-06-2005 07:50 AM


All times are GMT -6. The time now is 11:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.