Search found 40 matches

by KeithAbbott
Thu Jun 12, 2025 7:19 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 14
Views: 1728

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: 14
Views: 1728

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 ...
by KeithAbbott
Wed Jun 11, 2025 6:50 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 14
Views: 1728

Re: Send HTTP Recording Stream to NUL?

As far as I know, the hdhomerun_config application shows a continuously refreshed snapshot of a moment in time, and does not have a way to export the signal information that is being displayed to another tool. So I would probably have to resort to screen-scraping the app to collect a history of ...
by KeithAbbott
Wed Jun 11, 2025 6:13 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 14
Views: 1728

Re: Send HTTP Recording Stream to NUL?

I'm not sure I understand your suggestion. I am using the SiliconDust http api for tuning channels, and for collecting stats for signal strength/quality etc. The hdhomerun_config application accesses pretty much the same information, so I don't see how that would be a better solution. Unless I'm ...
by KeithAbbott
Wed Jun 11, 2025 5:10 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 14
Views: 1728

Re: Send HTTP Recording Stream to NUL?

Well, I spoke a little too soon. Turns out, using either the Out-Null sub command or using > nul maxes out at 2 GB. Once it hits 2 GB, it stops and returns a "Stream was too long" message. Unless anyone has other suggestions, I'll need to switch back to streaming to a file, or restricting the length ...
by KeithAbbott
Tue Jun 10, 2025 7:33 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 14
Views: 1728

Re: Send HTTP Recording Stream to NUL?

Thanks for the info, Billi23 and signcarver.

I finally found the correct syntax, here's the updated code (in case anyone else has a need for this):

$WebRequestParameters = [ordered]@{ Uri = "http://192.168.1.41:5004/tuner3/v20.1?duration=300" }

# Create and initialize the $BackgroundJobs array ...
by KeithAbbott
Tue Jun 10, 2025 12:20 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 14
Views: 1728

Re: Send HTTP Recording Stream to NUL?

Billi23, your idea is heading in the right direction. I am actually using PowerShell, here is a stripped-down example of my current code:

$WebRequestParameters = [ordered]@{ Uri = "http://192.168.1.41:5004/tuner3/v20.1?duration=300"
OutFile = "C:\Users\Keith\Downloads\v20.mpeg" }

# Create and ...
by KeithAbbott
Mon Jun 09, 2025 5:34 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 14
Views: 1728

Send HTTP Recording Stream to NUL?

I know this is going to sound bizarre, but I am wondering if the "Recording using HTTP download" functionality can send the output stream to NUL instead of storing it on a local drive? Sometimes I just need to monitor the signal strength/quality of a channel, but don't have a need to actually watch ...
by KeithAbbott
Sun Jun 08, 2025 6:49 am
Forum: HDHomeRun Hardware Setup & Troubleshooting
Topic: New beta firmware issue
Replies: 22
Views: 8832

Re: New beta firmware issue


Okay if it's a problem with the TV station how do we get this problem fixed when the TV station doesn't respond to your emails or anything they ignore you and don't seem to want to fix the problem. Try filing a complaint with the Public Service Commission in your state. I've had to do that a ...
by KeithAbbott
Fri Jun 06, 2025 4:39 am
Forum: HDHomeRun Hardware Setup & Troubleshooting
Topic: Channel Master FM Filter Question
Replies: 32
Views: 33818

Re: Channel Master FM Filter Question

I just googled and found the "User Guide to HDHR DVR 2.0" on the SD forum, which states "The send diagnostics button only remains on for 10 days and only needs to be on if you want to collect data on silicondust servers to help them diagnose any issue you may be having." Since I do not use this ...
by KeithAbbott
Thu Jun 05, 2025 7:43 pm
Forum: HDHomeRun Hardware Setup & Troubleshooting
Topic: Channel Master FM Filter Question
Replies: 32
Views: 33818

Re: Channel Master FM Filter Question

Thanks for all of the information, it is very much appreciated. I am still puzzled about the purpose of resetting the Send diagnostic information option every 10 days if needed. If it doesn't do anything on your server side, is there a reason on my end that I would want to do that? I should mention ...
by KeithAbbott
Wed Jun 04, 2025 6:17 pm
Forum: HDHomeRun Hardware Setup & Troubleshooting
Topic: Channel Master FM Filter Question
Replies: 32
Views: 33818

Re: Channel Master FM Filter Question

Ahhh, I forgot all about tropo. We don't get much of that during the colder months. Are there ways to decrease signal degradation due to tropo, or do I just have to live with it?

Also, I'm assuming resetting the Send diagnostic information option every 10 days deletes the information that my ...
by KeithAbbott
Wed Jun 04, 2025 4:37 pm
Forum: HDHomeRun Hardware Setup & Troubleshooting
Topic: Channel Master FM Filter Question
Replies: 32
Views: 33818

Re: Channel Master FM Filter Question


Can you turn on the Send diagnostic information option on the System Menu page on the HDHomeRun's web page, run a channel scan, and reply back with the device ID? I'd like to see what the signals look like currently.
jasonl, sorry to resurrect an old thread. When we turn on the Send Diagnostic ...
by KeithAbbott
Mon May 26, 2025 4:44 am
Forum: HDHomeRun Hardware Setup & Troubleshooting
Topic: Optimal Attenuation for HDHomeRun FLEX 4K DEV Units
Replies: 11
Views: 6634

Re: Optimal Attenuation for HDHomeRun FLEX 4K DEV Units

nickk wrote: Sun May 25, 2025 5:31 pm It has been implemented. Beta release should be out in a little over a week.
Fantastic! Thanks so much. Sounds like it will just be a firmware upgrade, I'll keep an eye out for it.
by KeithAbbott
Mon May 26, 2025 4:42 am
Forum: HDHomeRun Hardware Setup & Troubleshooting
Topic: Just went high-split, but now no guide data - Solved
Replies: 10
Views: 3223

Re: Just went high-split, but now no guide data - Solved

nickk wrote: Sun May 25, 2025 4:24 pm High split is still SDV, not fixed frequency.
Hmmm, not sure where I got that information. Bummer. Well, hopefully Spectrum's CableCard support window is extended, at least.