![]() |
|
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 |
#1
|
||||
|
||||
Problem with IP Tuning
I was having problems because the DirecTV receiver was switching on the screensaver and the IP Tuning wasn't turning it off. I modified the file for DirecTV HTTP Tuning by defining a "Select" command in the file with a string of hex codes from the USBUIRT tuner "learning" that I had from previous use of the USBUIRT for tuning, and now the Service shuts off every time I try to use the HDPVR. I have tried uninstalling SageTV7.1.9 and reinstalling it, and have also updated the driver for the HDPVR but it just won't work. I also removed the changes I had made to the *.ir file. I have removed the HDPVR Source and tried to reinstall it, but again as soon as I indicate that the HDPVR setting uses Components Sage TV stops and says it has lost the connection to the server. Something on the system has been corrupted but I have no idea what it is. I was going to see if the Total Media program works, but it looks like they no longer have a download for the latest version, because I guess they want me to buy a new CD for it.
Oh yes, after removing SageTV using the setup program it appears that it's not really removed because after reboot I was going to reinstall it and it was already running in the system tray, so something is pretty twisted up. Any ideas what might have been corrupted? Has SageTV just faded away? I should also say that I have an HVR 2250 and it still seems to work, so it's just the HDPVR. Update: I tried to use the Hauppauge Scheduler but when it was time to start recording I got the popup message "Open registry key failed!" Last edited by freewheeling; 04-20-2014 at 05:13 AM. |
#2
|
|||
|
|||
Hopefully you can get these problems resolved. This one make me want to try a registry repair. If you haven't already I would search on internet to see what you can do to repair it. There was a Microsoft knowledge base entry that I used when permissions in the registry got messed up on me. I ran the batch file which took an hour or so and fixed all the permissions on every registry entry. But your problem sounds worse than just a permissions issue.
__________________
"Keep your goals away from the trolls" |
#3
|
||||
|
||||
Quote:
I noticed that in the Sage.properties file there are still the following references: Quote:
Quote:
Update: I just re-read the thread on installing EXEMultiTunerPlugin and discovered that: "If you're running 64 bit, the registry locations are a bit different. There will be a Wow6432Node folder under HKEY_LOCAL_MACHINE that you will have to use. i.e. if the instructions say HKEY_LOCAL_MACHINE\Software\Frey Technologies use HKEY_LOCAL_MACHINE\Software\Wow6432Node\Frey Technologies " I edited the instructions just slightly to be clearer and noted that there was no "software" subdirectory under HKEY_LOCAL_MACHINE\Wow6432\ . Now seems to be working. This was also probably the reason I ran into problems with the DirecTV HTTP Tuner. Last edited by freewheeling; 04-20-2014 at 10:05 PM. |
#4
|
||||
|
||||
Well, still doesn't work.
Can't get the EXEMultiTunerPlugin to work. I thought it was working, but the channel doesn't change. I changed the registry as per instructions, modified the DirecTVMultiChg.bat file so that it has the same device name as used in Sage.properties and the correct IP address. I've rebooted half a dozen time. What could be wrong??
|
#5
|
|||
|
|||
Since I don't use EXEMultiTuner can't really help with that. But what you can do for the tuner using both EXEMultiTuner and the DirecTV tuner DLL is delete all the mmc/encoder lines that have -431556906 in them. That will effectively remove the tuner from SageTV and you will have to set it up again. But this time you can setup EXEMultiTuner and maybe it will change channels correctly after that.
__________________
"Keep your goals away from the trolls" |
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
Quote:
__________________
"Keep your goals away from the trolls" |
#8
|
|||
|
|||
Quote:
In particular I got the following: Code:
{ "options": [ { "command": "/info/getLocations", "description": "List of available client locations. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "callback", "type": "string" } ] }, { "command": "/info/getSerialNum", "description": "STB serial number. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "callback", "type": "string" }, { "isRequired": false, "name": "clientAddr", "type": "string" } ] }, { "command": "/info/getVersion", "description": "Set-top-box and SHEF information. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "callback", "type": "string" } ] }, { "command": "/info/mode", "description": "Set-top-box mode. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "callback", "type": "string" }, { "isRequired": false, "name": "clientAddr", "type": "string" } ] }, { "command": "/remote/processKey", "description": "Process a key request from the remote control. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "callback", "type": "string" }, { "isRequired": false, "name": "clientAddr", "type": "string" }, { "isRequired": false, "name": "hold", "type": "string" }, { "isRequired": true, "name": "key", "type": "string" } ] }, { "command": "/serial/processCommand", "description": "Process a command request from remote control. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "callback", "type": "string" }, { "isRequired": true, "name": "cmd", "type": "hex" } ] }, { "command": "/tv/getProgInfo", "description": "Program information of specified channel at current or specific time. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "minor", "type": "int" }, { "isRequired": false, "name": "callback", "type": "string" }, { "isRequired": true, "name": "major", "type": "int" }, { "isRequired": false, "name": "clientAddr", "type": "string" }, { "isRequired": false, "name": "time", "type": "long" } ] }, { "command": "/tv/getTuned", "description": "Information about the currently viewed program. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "callback", "type": "string" }, { "isRequired": false, "name": "videoWindow", "type": "string" }, { "isRequired": false, "name": "clientAddr", "type": "string" } ] }, { "command": "/tv/tune", "description": "Tune to a channel. Warning: This command may change or be disabled in the future.", "formControls": [], "urlParameters": [ { "isRequired": false, "name": "wrapper", "type": "string" }, { "isRequired": false, "name": "minor", "type": "int" }, { "isRequired": false, "name": "callback", "type": "string" }, { "isRequired": true, "name": "major", "type": "int" }, { "isRequired": false, "name": "source", "type": "int" }, { "isRequired": false, "name": "clientAddr", "type": "string" } ] } ], "status": { "code": 200, "commandResult": 0, "msg": "OK.", "query": "/info/getOptions" } }
__________________
"Keep your goals away from the trolls" |
#9
|
||||
|
||||
Quote:
|
#10
|
|||
|
|||
Quote:
__________________
"Keep your goals away from the trolls" |
#11
|
||||
|
||||
Have you verified that the IP address you think it's at is still what the receiver thinks?
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#12
|
||||
|
||||
About a dozen times. It's the right address. I used both Chrome and Firefox to try the http command, so it's not the browser either. The HR44/500 can be set to either IR or RF remotes, and I can't recall which one it was on when I had http tuning working before, but it was responding to both RF and IR remotes at the same time. I don't know if that would impact the HTTP tuning at all.
|
#13
|
||||
|
||||
Interesting. Does the receiver respond to a ping?
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#14
|
||||
|
||||
Yes, pings OK.
|
#15
|
|||
|
|||
I wonder if they changed the port from 8080 to something else. I guess you could randomly try other ports but maybe there is info about the box on the internet about the port.
__________________
"Keep your goals away from the trolls" |
#16
|
||||
|
||||
Try opening up ports 8082 and 8083 on your router to see if that changes anything[1]. Also, you could try opening up all ports to the STB just to see if that resolves the issue.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#17
|
||||
|
||||
Quote:
|
#18
|
||||
|
||||
By the way, if I could figure out how to make Girder work I could probably use that since I have a full definition of the IR command set. But I've never been able to figure out how to get Girder to work and connect it to SageTV.
|
#19
|
|||
|
|||
These problems seem to be hardware-related. Do you have an Android tablet or phone? If so, download the DirecTV app and try sending commands via that route. I am able to control five STBs on four different SageTV servers using IP tuning without problems.
I'm not sure what all you've attempted, but at a minimum you should be able to invoke a command-line channel change like this: replace "192.168.1.123" with the STB's IP address. This should tune to HGTV. I f it doesn't then check the box's IP ... |
#20
|
||||
|
||||
Quote:
Quote:
I also noted that the configuration for STB services is for port 27161. The setup establishes the box with a static IP of 192.168.0.21. Do I need to change the STB services port? Update: I tried the commands using port 27161 instead of 8080 and got nothing. Also when I tried the channel change again using port 8080 it no longer "worked" and it just timed out. Last edited by freewheeling; 04-23-2014 at 03:53 AM. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tuning problem | guddis | Hardware Support | 0 | 02-25-2011 03:39 AM |
Tuning Problem | crazymateo | SageTV Linux | 0 | 01-11-2007 11:09 AM |
pvr-500 tuning problem | coolpup32 | Hardware Support | 2 | 06-24-2006 10:32 PM |
Tuning Problem | Drinyth | SageTV Beta Test Software | 0 | 09-17-2005 09:37 AM |
OTA tuning problem with 3.0.5 | wazkaren | SageTV Beta Test Software | 0 | 08-08-2005 08:08 PM |