Search found 21 matches

by KeithAbbott
Wed Oct 29, 2025 5:36 pm
Forum: HDHomeRun Setup & Troubleshooting
Topic: WDIV Signal Quality
Replies: 4
Views: 2729

Re: WDIV Signal Quality

Unfortunately, I do not live in the wedge shown on the map, I actually live about nine miles west and two miles north of the main antenna. 9.4 miles as the crow flies. I have not received a response from WDIV yet, I sure wish I knew if they were operating on the standby antenna or not. If this is a ...
by KeithAbbott
Sun Oct 26, 2025 10:08 am
Forum: HDHomeRun Setup & Troubleshooting
Topic: Channel Issues... but not all?
Replies: 11
Views: 454

Re: Channel Issues... but not all?

Thanks for the reminder why all of my antennas are in my attic. ;)
by KeithAbbott
Fri Oct 24, 2025 5:38 am
Forum: HDHomeRun Setup & Troubleshooting
Topic: WDIV Signal Quality
Replies: 4
Views: 2729

Re: WDIV Signal Quality

Thanks Jason. I've sent an email to WDIV to hopefully find out if the issue is on their end or not. I'll post their response if I receive one.
by KeithAbbott
Thu Oct 23, 2025 2:13 pm
Forum: HDHomeRun Setup & Troubleshooting
Topic: WDIV Signal Quality
Replies: 4
Views: 2729

WDIV Signal Quality

The signal quality for WDIV-DT has been what I can only describe as volatile (constant rapid fire 30% increase/decrease) at my house for the past few months. I've tried everything I can think of with all three of my antennas, including raising and lowering the gain sent to my HDHomeRuns. Nothing ...
by KeithAbbott
Thu Oct 23, 2025 5:31 am
Forum: HDHomeRun Setup & Troubleshooting
Topic: Failed: could not start stream (with Channels DVR)
Replies: 8
Views: 5848

Re: Failed: could not start stream (with Channels DVR)


NOTE: It would be nice if your Windows tuner status utility was available as an Android mobile app and had provided specifics beyond percentages. Things like the channel frequency and dB levels would be nice. Like Wifi scanner apps almost, but for TV.

SiliconDust has a $100 firmware upgrade ...
by KeithAbbott
Tue Oct 21, 2025 4:12 am
Forum: HDHomeRun Setup & Troubleshooting
Topic: signal strength
Replies: 5
Views: 1207

Re: signal strength

renewgeorgia wrote: Mon Oct 20, 2025 8:38 pm Is there still a way to see that? if not, know of a 3rd party app that works with hdhomerun that does show signal strength?
If you have an iPhone or iPad, the SignalGH app is well worth the $2.99 that they charge. There are videos on youtube that show how to use all of the features.
by KeithAbbott
Sun Oct 12, 2025 3:49 pm
Forum: HDHomeRun Setup & Troubleshooting
Topic: Were the Software and Hardware Forums Merged?
Replies: 2
Views: 405

Re: Were the Software and Hardware Forums Merged?

Bummer. I use an open source software solution to access my HDHomeRun tuners, so I don't really use the SiliconDust software very much. I liked that the hardware had it's own forum, since the software side seems to have a lot more posts to sift thru.
by KeithAbbott
Sun Oct 12, 2025 2:53 pm
Forum: HDHomeRun Setup & Troubleshooting
Topic: Were the Software and Hardware Forums Merged?
Replies: 2
Views: 405

Were the Software and Hardware Forums Merged?

Were the Software and Hardware forums merged into the HDHomeRun Setup & Troubleshooting forum? Cuz I can't find the hardware forum anymore...
by KeithAbbott
Mon Aug 18, 2025 12:27 pm
Forum: HDHomeRun Setup & Troubleshooting
Topic: HDHomeRun Prime Firmware Enhancement?
Replies: 3
Views: 2024

Re: HDHomeRun Prime Firmware Enhancement?

Yeah, I know it's a long-shot, but then again it can't hurt to ask.

The detailed dBmV / dB values are present within the current OTA tuners, they are just disabled unless you have a DEV unit. I upgraded to DEV units awhile back, it has helped me optimize my antennas immensely.

p.s. nickk was ...
by KeithAbbott
Sun Aug 17, 2025 6:55 am
Forum: HDHomeRun Setup & Troubleshooting
Topic: Background channel scan: How to deal with tropo channels overwriting locals?
Replies: 17
Views: 5704

Re: Background channel scan: How to deal with tropo channels overwriting locals?

You must still be using a tuning adapter to get channel scans to complete in 7-10 minutes. My high split converter channel scans are taking between 90 and 120 minutes to complete (https://forum.silicondust.com/forum/viewtopic.php?p=404886#p404886). I assume that a background channel scan is only ...
by KeithAbbott
Fri Aug 15, 2025 10:38 am
Forum: HDHomeRun Setup & Troubleshooting
Topic: HDHomeRun Prime Firmware Enhancement?
Replies: 3
Views: 2024

HDHomeRun Prime Firmware Enhancement?

When I view the tuner status webpage for my Primes, signal strength in dBmV and signal quality in dB are displayed alongside the percentage equivalents. However, when I send a status.json request for the tuner, only the percentages are returned. Is it possible for the firmware to be enhanced to also ...
by KeithAbbott
Wed Aug 13, 2025 10:58 am
Forum: HDHomeRun Setup & Troubleshooting
Topic: Background channel scan: How to deal with tropo channels overwriting locals?
Replies: 17
Views: 5704

Re: Background channel scan: How to deal with tropo channels overwriting locals?

Until now, I was not aware of any sort of background channel scan(s) occurring. Are these triggered internally within the HDHomeRun device, or does external software (e.g. HDHomeRun app for Windows/Mac/Linux etc.) trigger the background channel scans?
by KeithAbbott
Tue Jun 17, 2025 6:31 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 16
Views: 13415

Re: Send HTTP Recording Stream to NUL?


FYI, this seems to work in PowerShell:

(new-object Net.WebClient).DownloadFile( 'http://192.168.1.41:5004/tuner3/v20.1?duration=6000', 'NUL:')

No error and no file that I can find.
Winner winner chicken dinner!!! I wasn't sure if this would be able to multithread or not, but it works perfect ...
by KeithAbbott
Thu Jun 12, 2025 7:19 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 16
Views: 13415

Re: Send HTTP Recording Stream to NUL?

I'm filing this under the "I'm sorry I even asked" category. I already reverted the code back to capture the stream(s) to a local drive.

I have a data collection PHP script that runs 24/7, that queries all 14 tuners once per minute. If any of the tuners are actively streaming (i.e. TargetIP ...
by KeithAbbott
Wed Jun 11, 2025 7:17 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 16
Views: 13415

Re: Send HTTP Recording Stream to NUL?

Yes, I have used that before. The http api gives me the exact same functionality (including signal status from a non-streaming tuner) as the hdhomerun_config app, but includes additional information that the hdhomerun_config app cannot provide. Plus using the hdhomerun_config app will use more ...