|
Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#401
|
||||
|
||||
Quote:
What is the error the Sage manager gives you? |
#402
|
|||
|
|||
...and are there any errors in XP's Event Viewer?
I have a direct connection and tftpd32 and the sage_hdhr manager starting from the Start folder. Sage Service starts itself. I don't know who starts first, but everything is working fine. P |
#403
|
|||
|
|||
Quote:
|
#404
|
|||
|
|||
I think if either Sage or the hdhomerun_sage app can monitor their connection status, that would do it. Just have them reconnect (or try to) if it goes away.
I'm not a programmer, so that's obviously easy for me to say, but if the problem can't be solved at the root level, at least forcing a reconnect automatically without user intervention would be acceptable to me. Robert |
#405
|
||||
|
||||
Unencrypted QAM is coming....
I finally received an answer from my cable company regarding unencrypted QAM:
Quote:
__________________
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. |
#406
|
|||
|
|||
Quote:
What's even more interesting is that cable is forced to carry the local broadcasters, either in analog or digital, but not both. In other words, the cable guys only have to carry 1 6 mhz feed from the broadcaster. If they carry both, this is done as part of a negotiated agreement. Thanks, mike |
#407
|
||||
|
||||
Quote:
Code:
option explicit const myFN = "c:\pingresult.txt" const anotherMachine = "bach" const hdhr = "c:\program files\hdhomerun\sagetv_hdhomerun.exe" const pauseSeconds = 10 Dim myShell dim success dim myFSO dim myFile dim myResult Set myShell = CreateObject("WScript.Shell") success = false do while not success myShell.Run "cmd /c ping " & anotherMachine & " > " & myFN, 0, True Set myFSO = CreateObject("Scripting.FileSystemObject") Set myFile = myFSO.OpenTextFile(myFN) myResult = myFile.ReadAll myFile.Close myFSO.DeleteFile myFN if instr(1, myResult, "Reply from") > 0 then success = true else myShell.sleep pauseSeconds * 1000 end if loop myShell.Run hdhr |
#408
|
||||
|
||||
Quote:
Quote:
__________________
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. |
#409
|
|||
|
|||
Is there anyone using this with Cablevision on Long Island?
|
#410
|
||||
|
||||
Quote:
|
#411
|
||||
|
||||
Anyone know if closed captioning is working on the HDHR? I was hoping to speed up showanalyzer on HDHR recorded programs.
|
#412
|
||||
|
||||
Quote:
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. |
#413
|
|||
|
|||
Quote:
__________________
- 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. Last edited by ke6guj; 01-22-2007 at 11:21 PM. |
#414
|
||||
|
||||
Quote:
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. |
#415
|
||||
|
||||
Quote:
|
#416
|
||||
|
||||
Couldn't say for sure. It had never seemed to be a high priority on Sage's to-do list. They have always relied on the capture/tuner driver. And Happuague had just recently updated some beta drivers I believe to get this working on the PVR150 and 500s.
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. |
#417
|
||||
|
||||
Quote:
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage Clients: HD300 x2; HD200 x2; Placeshifter Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc. |
#418
|
|||
|
|||
Quote:
__________________
- 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. |
#419
|
|||
|
|||
Finally got one of these. Until recently, I was ok with just using a MyHD 130 for QAM, mostly for watching live and an occasional recording. But now with "Heroes" and "24" on at the same time, I had to give the HdHomeRun a try.
So far, it seems to be working fine in Sage with just a p4 2.53 & ATI x1600 (running overlay + cyberlink decoder). It's a little tedious getting the physical channel numbers, but once configured in Sage, it's pretty seamless. |
#420
|
|||
|
|||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|