SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 06-28-2017, 11:05 PM
jchiso jchiso is offline
Sage Expert
 
Join Date: Nov 2003
Location: Columbus, OH
Posts: 674
Quote:
Originally Posted by Steve52 View Post
I am running windows 10 64 bit on my sage server. I have three directv H23 receivers each connected to an HDPVR. I use Ericvic's network tuning method. I used it for years on sage v7 and I am using it now on V9. Works great with v9.
Can you tune "dashed" channels?
Reply With Quote
  #22  
Old 06-29-2017, 08:51 AM
Steve52 Steve52 is offline
Sage Aficionado
 
Join Date: Dec 2005
Location: Middle Tennessee
Posts: 369
Quote:
Originally Posted by jchiso View Post
Can you tune "dashed" channels?
Yes. All of my local channels are like 2-1, 2-2, 4-1, Etc.

Edit
Actually my local channels are from an internal ATSC tuner card. I looked at the locals that are on my directv lineup and they do not have -'s. Do you have -'s on your directv lineup for local channels?
__________________

Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit

Last edited by Steve52; 06-29-2017 at 09:01 AM.
Reply With Quote
  #23  
Old 06-29-2017, 06:43 PM
jchiso jchiso is offline
Sage Expert
 
Join Date: Nov 2003
Location: Columbus, OH
Posts: 674
Quote:
Originally Posted by Steve52 View Post
Yes. All of my local channels are like 2-1, 2-2, 4-1, Etc.

Edit
Actually my local channels are from an internal ATSC tuner card. I looked at the locals that are on my directv lineup and they do not have -'s. Do you have -'s on your directv lineup for local channels?
Thanks. I was really confused when I read your initial reply. I don't get locals via DirecTV, but they do not have dashes assigned to them, as I do not believe that they provide any of the sub-channel programming.

I was referring to the handful of sports channels on which the HD feed is delivered on a dash channel. Are you able to tune any of those with the HTTP tuner?
Reply With Quote
  #24  
Old 06-29-2017, 07:44 PM
Steve52 Steve52 is offline
Sage Aficionado
 
Join Date: Dec 2005
Location: Middle Tennessee
Posts: 369
Quote:
Originally Posted by jchiso View Post
Thanks. I was really confused when I read your initial reply. I don't get locals via DirecTV, but they do not have dashes assigned to them, as I do not believe that they provide any of the sub-channel programming.

I was referring to the handful of sports channels on which the HD feed is delivered on a dash channel. Are you able to tune any of those with the HTTP tuner?
I don't think I can answer your question because I don't get any Directv channels that have -'s. My OTA lineup for locals has -'s like I said, but not any of my Directv channels.
__________________

Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit
Reply With Quote
  #25  
Old 06-30-2017, 07:24 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by Steve52 View Post
I don't think I can answer your question because I don't get any Directv channels that have -'s. My OTA lineup for locals has -'s like I said, but not any of my Directv channels.
I didn't think DirecTV ever uses dashes. There are some broadcast subchannels that they do carry, but they map them to their own non-dashed channels in their lineup.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #26  
Old 06-30-2017, 10:35 PM
jchiso jchiso is offline
Sage Expert
 
Join Date: Nov 2003
Location: Columbus, OH
Posts: 674
DirecTV uses dashed channels for several HD streams of regional sports channels.
Reply With Quote
  #27  
Old 07-03-2017, 03:17 PM
PulsedPower PulsedPower is offline
Sage User
 
Join Date: Aug 2014
Location: Buffalo
Posts: 19
Well, I finally found some time to work on this. I used the HxD hex editor to create 4 copies of Ericvic's DirecTVTuner.dll, each one pointing to a unique .php url's that live on a Raspberry Pi that I have that is already running Apache. The php file then uses curl to send the command to the appropriate DirecTV Genie (HR44) boxes. It might be a bit ugly, but at least I can tune the Genie client boxes again.

Everything else with V9 on Win7-64 went perfectly!

If this would be useful to anyone else, let me know!
Reply With Quote
  #28  
Old 07-03-2017, 05:09 PM
jchiso jchiso is offline
Sage Expert
 
Join Date: Nov 2003
Location: Columbus, OH
Posts: 674
Any info you can offer on this front would be useful to me, as I am still without a functional option for tuning all channels on multiple DirecTV boxes ...
Reply With Quote
  #29  
Old 07-03-2017, 06:16 PM
PulsedPower PulsedPower is offline
Sage User
 
Join Date: Aug 2014
Location: Buffalo
Posts: 19
Okay, so with the upgrade to SageTV V9, Exemultituner.exe no longer works on my system. My setup is 4 HD PVR boxes connected to a DirecTV Genie (HR44) system. The Genie system has 1 IP address, and requires an addition to the URL tuning to specify the 12-digit MAC address of the client boxes (&client=MACADDRXXXXX), note that the primary Genie box can use a client id = 0. At BobPhoenix's suggestion, I tried Ericvic's DirecTVTuner.dll, and it works fine with Sage V9, and would be fine if I had an IP address for each of the DirecTV boxes, but it doesn't have provisions to specify the client MAC address.

Since I already have a Raspberry Pi with Apache installed on my home network, I decided to modify Ericvic's .dll files with a hex editor, and have it point to some .php files I wrote/installed on the Pi.

I've attached the modified .dll files that need to be installed on the SageTV windows machines, and the .php Linux files that are located in /var/www on my Raspberry Pi.

The .dll files are installed in the exact same way as the original Ericvic setup: the IP address of the Pi needs to be copied into the name of the .ir files, as well as copied inside the .ir files, and once selected, the IP address needs to be selected in the Sage Source Details menu under "Tuner Control" (it defaults to "StubDevice").

On the Pi, the .php files tuner002.php, tuner003.php, and tuner004.php need to have the client MAC ID's for each box entered twice (in both lines of code), and all four of the files need the DirecTV Genie IP address updated.

The voidabcdefghijklmnopqrstuvwxyz.php file must also be in /var/www, as it dummies out the original call to power on the box (now handled by the tuner00x.php file).
Attached Files
File Type: zip DirecTV_Genie_Tuning_Win.zip (515.2 KB, 105 views)
File Type: zip DirecTV_Genie_Tuning_Linux.zip (1.3 KB, 108 views)

Last edited by PulsedPower; 07-04-2017 at 07:58 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
Http tuning SteveD Hardware Support 4 12-21-2014 06:32 PM
Question about IP Tuning DirecTV freewheeling Hardware Support 14 04-19-2014 07:17 PM
Direct TV H23 and usb tuning question .. TechBill Hardware Support 14 10-28-2008 05:29 PM
Tuning timeout question NCAL SageTV Software 0 05-01-2008 06:41 AM
question about fine tuning beyond SageTV Software 1 11-13-2003 08:00 PM


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


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