SageTV Community  

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

Notices

SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-30-2008, 09:39 PM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
Would I need a copy of client if I bought two copys of server?

Is the Sagetv client built into Server? I am wondering how I would program one server from the other server?
Reply With Quote
  #2  
Old 10-30-2008, 11:06 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
I think you can run the full product as a client using the -client command line switch. The question is why would you want to buy a second full license just so you can use it as a client?

I'm not sure what you mean by "program one server from the other server". If you set up two separate servers, they're independent and won't communicate with each other. You could, I suppose, run Placeshifter on one server in order to connect to and administer the other. But again, what are you trying to accomplish that requires two separate servers?
__________________
-- Greg
Reply With Quote
  #3  
Old 10-30-2008, 11:14 PM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
I have two servers now, one in the garage recording OTA and the other in the living room recording from the HDPVR. I wanted to make sure I would be able to configure the garage one from the living room without having to purchase another license. It kind of sucks having to get out of one to watch something from the other box but I guess that is all that possible.
Reply With Quote
  #4  
Old 10-31-2008, 12:54 AM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
If they're on the same LAN you can set one of them up as a network encoder (per Appendix G of the manual) so that all of your recordings appear in one list on the primary server and all of your clients can access them through that server without having to worry about which machine did the actual recording.
__________________
-- Greg
Reply With Quote
  #5  
Old 10-31-2008, 07:35 AM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
Wow, I saw that but breezed over it as it didn't register that is what I was looking for. I set encoder property to true on the STV in the garage and started the service again, and set the discovery property true from the living room. edited the firewall on the encoder to allow 8271 in but from the living room and started that service again.
I am not seeing any difference from the living room. I shared out the show folders on the encoder pc, but it doesn't say if I need to define them on the Discovery machine or not. It kind of hints I might need to reinstall in that short appendix? I found an article on sage recorder but that seemed obselete. Thanks for pointing out network encoding, I completely missed that. I guess I will have to do some trial and error tonight to figure out how this works.
Reply With Quote
  #6  
Old 10-31-2008, 11:24 AM
Polypro Polypro is offline
Sage Icon
 
Join Date: Jun 2005
Posts: 1,804
The network encoding machne just hosts the tuners...you don't need to set any settings on that box at all. The main server just tells it to record a show and send the bits over the network, for local storage. I guess if you have recordings on that box, you could set the directories as recording directories on the living room PC...it should pick up the shows already there.

P
Reply With Quote
  #7  
Old 10-31-2008, 12:03 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Existing recordings on the network encoder box won't be listed in the Wiz.bin on the main box. If you want to keep those recordings, you could probably do something like this:

1. Temporarily set the network encoder box back to standalone server mode.
2. Use the webserver plugin to export recording info from the Wiz.bin on that box.
3. Set it back to network encoder mode.
4. Add its recording directories to the main server's config.
5. Use the webserver to import the recording info from the encoder box.
__________________
-- Greg
Reply With Quote
  #8  
Old 10-31-2008, 07:39 PM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
Quote:
Originally Posted by Polypro View Post
The network encoding machne just hosts the tuners...you don't need to set any settings on that box at all. The main server just tells it to record a show and send the bits over the network, for local storage. I guess if you have recordings on that box, you could set the directories as recording directories on the living room PC...it should pick up the shows already there.

P
Where is a better write up than the user guide?
How do I tell its working?
Where does it store the recorded shows?
How do I choose which box it records on or which tuner it uses?
How does the primary box decide which channels the other box can see, its not the same between my two machines, one can only see OTA and the other all Sat channels with the HDPVR? Lots of questions, is there a detailed setup manual?
Reply With Quote
  #9  
Old 10-31-2008, 08:07 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Disclaimer: I don't actually have a network encoder setup myself, but here's my understanding of how it works:

Quote:
Originally Posted by bigbill View Post
How does the primary box decide which channels the other box can see, its not the same between my two machines, one can only see OTA and the other all Sat channels with the HDPVR?
Same way as for different tuners in the same box. In the Video Source Setup screen, choose the channel lineup appropriate to each tuner, local or remote.

Quote:
Originally Posted by bigbill View Post
How do I choose which box it records on or which tuner it uses?
Same way as for local tuners. Configure the lineups to tell Sage which tuners can receive which channels, and Sage will choose an appropriate tuner for each channel. If a channel is available through more than one tuner, use encoder_merit to control which one gets used first (if you care).

Quote:
Originally Posted by bigbill View Post
How do I tell its working?
Same way you tell that any tuner is working. Go to the Program Guide and try watching a program on a channel that's available only through the tuners on your network encoder box.

Quote:
Originally Posted by bigbill View Post
Where does it store the recorded shows?
In the recording directories configured on the primary server. These can be local directories or network shares. So if you want to store some recordings on the encoder box, you can do that. You can also use forced_video_storage_path_prefix to have a specific tuner record to specific directory. But this doesn't really have anything to do with network encoding; it applies to any tuner.

Quote:
Originally Posted by bigbill View Post
Lots of questions, is there a detailed setup manual?
The basic rule of thumb is that once you get the primary server to see the encoder box, setting up the individual tuners should be just the same as setting up local tuners. So all the tuner setup instructions in the manual apply to network encoders as well.
__________________
-- Greg
Reply With Quote
  #10  
Old 10-31-2008, 08:15 PM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
Ok. Maybe my primary still can't see the encoder, I looked in the source wizard and there is nothing under "add new source". I found some old (very old) docs about sage recorder, do you think I need to copy entries from the encoders properties files (the tuners) into the primary machine from the encoder machine, sort of seems like a real kludge, but probably not that big a deal. I wonder how I tell whether the primary can see the encoder?
Reply With Quote
  #11  
Old 11-01-2008, 03:38 AM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Recorder is another older product so I would probably steer clear of that. Make sure the machines are on the same subnet. And search the forums. I think there were some posts out there when people had some issues with the network encoding setup. And always make sure to stop the Sage service before editing any .properties files.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #12  
Old 11-01-2008, 06:41 AM
Polypro Polypro is offline
Sage Icon
 
Join Date: Jun 2005
Posts: 1,804
Once you have the encoder and encoder discovery properties set respectively, on your main server (living room?) you should see the Network Encoder tuner in "Add Source". You then set it up for what it can record (OTA in your case) and the Guide data. I run no software firewalls as everything is behind my Linksys, so check that. See above for other network troubleshooting.

P
Reply With Quote
  #13  
Old 11-01-2008, 12:29 PM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
I opened 8271 as TCP instead of UDP. I can see the tuners now. So I guess its working.

The Encoder box has two OTA tuners and the Primary has 1 HDPVR recording from SAT.

I see the channels listed for the encoder are for the UHF #'s so I remapped them as "logical" numbers like 6.1 where I have a 6 on the sat and 6.1 on the two OTA tuners from the encoder. I don't think that is correct as only 15.1 is showing as an extra channel in the guide. No 6.1, 8.1,10.1 etc. And when I try to record two shows at the same time its as if those new tuners aren't seen. Maybe I should have changed the OTA channels to something else or not picked "Logical" changes.

Last edited by bigbill; 11-01-2008 at 12:57 PM.
Reply With Quote
  #14  
Old 11-02-2008, 05:07 AM
Polypro Polypro is offline
Sage Icon
 
Join Date: Jun 2005
Posts: 1,804
You can have two of the same logical number as long as they are from different source channel setups. I have a Cable 14 and an QAM 14 listed. Try a restart of Sage.

P

Also try 8-1 instead of 8.1
Reply With Quote
  #15  
Old 11-02-2008, 09:43 AM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
I am seeing the tuners from the encoder machine but nothing records. Do you think I need to reinstall Sage as I had originally set it up as a standalone server not realizing there was such a thing as an encoder? I don't remember there being a choice for being a network encoder box. I removed the defined sources from the encoder box, should they be setup on the encoder box too?
No use working on the channel line up if they won't record yet. Need to figure that out.
Reply With Quote
  #16  
Old 11-02-2008, 02:58 PM
Polypro Polypro is offline
Sage Icon
 
Join Date: Jun 2005
Posts: 1,804
Actually, yes...you do need to add the tuners on the encoder box. My bad with my "no config needed" statement. Add the tuners, add the OTA lineup, and make sure it will tune. That should be it though...sorry 'bout that.

P

The tuner should look something like "Fusion HDTV Capture on WHS:6969"

Last edited by Polypro; 11-02-2008 at 03:04 PM.
Reply With Quote
  #17  
Old 11-03-2008, 08:41 AM
bigbill's Avatar
bigbill bigbill is offline
Sage Expert
 
Join Date: Dec 2006
Location: San Diego, California
Posts: 510
I did a reinstall of the encoder box including removing and reinstalling the hvr-950 drivers (the hauppague way) and just did a setup of the tuners on the encoder. Then did a setup again on the Primary, it seems to see the encoder tuners but doesn't record anything from them, just the local tuner to it. I do see the other channels listed in the local guide so its picking them up. Maybe having a local tuner on the primary isn't supported?
I see that debug logging is available, should I turn that on? And which machine both? Is there any other logging besides debug. I've searched the forums and the sage pdf for logging. -Bill
Reply With Quote
  #18  
Old 11-03-2008, 05:48 PM
Polypro Polypro is offline
Sage Icon
 
Join Date: Jun 2005
Posts: 1,804
I don't know man. When I set mine up I added the tuner in the NE box, scanned for OTA, made sure they played, and enabled the encoding property in the settings. On my living room box, I enabled encoder discovery, found the Fusion card:6969 in my tuner setup, added the OTA lineup, scanned for channels and activated them. It all worked fine. Did you add a lineup and scan on your living room PC as well? The scan on the encoding box is just to make sure everything works...you need to do it again on the other PC.

P

Also, Sage will combine the guide...if you have a QAM WABCDT channel, and an OTA WABCDT...you will only see it once in the guide.

Last edited by Polypro; 11-04-2008 at 06:20 AM.
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
Client cannot connect to server bpjen SageTV Software 4 09-11-2007 06:29 PM
Registering client licenses / Extenders not connecting Risasi SageTV Linux 2 09-13-2006 05:36 PM
Sage Server and Client deadtoaster2 Hardware Support 3 05-31-2006 06:27 PM
Client / Server question? Steve52 SageTV Software 0 05-08-2006 06:53 AM
Linux server & Windows client: comskip kn4ppst3r SageTV Customizations 0 02-09-2006 04:32 PM


All times are GMT -6. The time now is 05:58 PM.


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