2013-04-01, 04:19 AM
I've got a Win 2012 VM (on a quad cpu with lots of RAM using lots of raw disk maps) and an HD HomeRun Dual I would like to put together to create a sweet PVR backend solution for XBMC. I don't have cable, so going with just OTA ATSC signals - about 30 channels. I've gotten the HDHomeRun connected, and can successfully view channels via quickTV and even from XBMC with the .strm files.
Unfortunately, I'm having a heck of a time getting NextPVR to properly pick up on ANY channels. I've checked firewall rules for all executables, and even disabled the firewall so i'm "pretty" sure that's not the problem.
I duplicated the state of affairs by trying to get nextpvr working on a physical win8 machine; appears to have same issue.
Running HDHomeRun software of 20130328 - NextPVR 2.6.2.
When the HDHomeRun primary device is set to either NextPVR - Other: ATSC/QAM - I get the following error when trying to scan on the HDHR device:
When I try to scan via the ATSC device - I get the following:
At this point, not sure what to try next. Any advice appreciated.
Unfortunately, I'm having a heck of a time getting NextPVR to properly pick up on ANY channels. I've checked firewall rules for all executables, and even disabled the firewall so i'm "pretty" sure that's not the problem.
I duplicated the state of affairs by trying to get nextpvr working on a physical win8 machine; appears to have same issue.
Running HDHomeRun software of 20130328 - NextPVR 2.6.2.
When the HDHomeRun primary device is set to either NextPVR - Other: ATSC/QAM - I get the following error when trying to scan on the HDHR device:
Code:
2013-03-31 23:06:23.455 [DEBUG][1] Looking for line up at http://192.168.1.135/lineup.xml?show=unprotected
2013-03-31 23:06:23.592 [DEBUG][1] Unable to download lineup.xml: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at NShared.HDHomeRunScanningForm.HDHomeRunScanningForm_Load(Object sender1, EventArgs e)
2013-03-31 23:07:04.743 [ERROR][1] Unexpected error in timer_tick: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at NShared.HDHomeRunScanningForm.timer1_Tick(Object sender, EventArgs e)
<truncated....pattern repeats>
When I try to scan via the ATSC device - I get the following:
Code:
2013-03-31 23:13:52.599 [INFO][1] DigitalRecorder.StartStream(c:\nowhere\scan.ts)
2013-03-31 23:13:52.599 [INFO][1] Creating BDA graph
2013-03-31 23:13:52.605 [DEBUG][1] Using tuner Silicondust HDHomeRun Tuner 103A750D-0 (1)
2013-03-31 23:13:52.605 [INFO][1] [00000000-0000-0000-c8000000304f5602]-00000001-00000000
2013-03-31 23:13:52.606 [DEBUG][1] About to auto detect capture filter...
2013-03-31 23:13:52.606 [DEBUG][1] Skipping capture filter detection
2013-03-31 23:13:52.606 [DEBUG][1] No BDA capture filter for this device
2013-03-31 23:13:52.608 [DEBUG][1] Activating time machine
2013-03-31 23:13:52.613 [DEBUG][1] Time machine activated...
2013-03-31 23:13:52.625 [DEBUG][1] EIT collection started
2013-03-31 23:13:52.625 [DEBUG][1] Graph filter list:
2013-03-31 23:13:52.625 [DEBUG][1] - MPEG-2 Sections and Tables
2013-03-31 23:13:52.626 [DEBUG][1] - BDA MPEG2 Transport Information Filter
2013-03-31 23:13:52.626 [DEBUG][1] - MPEG-2 Demultiplexer
2013-03-31 23:13:52.626 [DEBUG][1] - NPVR TS Mon
2013-03-31 23:13:52.626 [DEBUG][1] - Tuner
2013-03-31 23:13:52.626 [DEBUG][1] - Network Provider
2013-03-31 23:13:52.626 [INFO][1] About to start BDA graph
2013-03-31 23:13:52.626 [DEBUG][1] Starting graph...
2013-03-31 23:13:52.626 [DEBUG][1] About to tune BDA graph:
<tuning>
<type>ATSC</type>
<locator>
<physical_channel>2</physical_channel>
</locator>
</tuning>
2013-03-31 23:13:52.627 [ERROR][1] Failed to create IATSCLocator
2013-03-31 23:14:25.620 [DEBUG][1] ActivatePopup: FixedImage
2013-03-31 23:14:25.703 [DEBUG][1] No C:\Users\Public\NPVR\Scripts\ScreenSaverStart.bat file found
At this point, not sure what to try next. Any advice appreciated.