I am trying to understand how to configure the DVB-S2 tuning file. The dvb-S seems simple enough (TP frequency,Polarisation,FEC) and I have had no issues entering or editing these settings for specific needs. However I am not understanding the additional data that exists in OPTUS D1 DVB-S2 Test(160.0E) ini file. I am attempting to tune to different transponder but don't understand (or know how to source the additional data that appears to be needed.
anyone knows if there are drivers for this card for win7-64?
I've been googling lots but still no really good answer?
I need this one cos it's supported by GBPVR(if I'm not totally wrong, if so PLEASE lemme know cos I'm about to get one for a friend).
"OK, BGPVR ain't supported" you say, that I know, but I need something that I know by heart if she calls me and needs help, I still having problem getting this TV-card to work in XP with NPVR. (Lots of hacks to get it recognized and such)
please lemme know soon, cos she's "on" me to send the order... :p
UPDATE:
Oh, btw...
Or does GBPVR only work with XP? (Got 4G of memory so I kinda need a 64bit system for that machine)
Hi - A few days back I put a new Nova HD-S2 card in my PC (running windows 7 64bit) but i can't get it to work. Trying to initiate a scan in NPVR causes a message box to be displayed saying "Unable to start device: Device failed to start". Any ideas why? (Hopefully the correct log file is attached).
Also under Device Manager it looks like one of the drivers hasn't installed for some reason which is "Hauppauge WinTV 88x TS Capture (69xx)". Am i missing a driver and can anyone let me know where i can find the correct one.
How difficult would it be to remote control NPVR over the network... similar to something like Winamp which has a plugin which accepts all the normal play, stop, pause, etc. functions (beyond the present scheduling/settings web capabilities that NPVR has). Is this something on 'the list'? Love to be able to control NPVR over the network with my wireless mobile device.
I've finally installed NPVR after 3 years of happiness with GB PVR.
First, I'm impressed by NPVR. Cool and nice. I'm loving it already.
All is good, except that I have a problem with multiple recordings at the same time.
NPVR is installed on a XP PC with 2 DVB-T USB tuners (AverMedia & Emtec). If I want to record just one show with the first tuner, everything is fine. But, if I want to record in the same time a second show on a different channel with the second tuner or watch something in live tv mode, Nrecord.exe crashes or hangs.
Seems that Nrecord.exe doesn't communicate anymore with NPVR 4-5 seconds after the second recording is beginning. At this moment, NPVR hangs a little moment, then I close it with task manager.
With the tray icon of NPVR, when I select "Show status", nothing is displayed in the window. After restarting Recording service, my 2 tuners reappear in the "show status" windows, recordings seems to restart. But 10-15 seconds after, the same bug comes all over again.
I don't think that is a firewall problem, because ports 8968 and 7969, and NPVR.exe and Nrecord.exe are in the exception of my Windows' firewall.
Any idea how I can fix this problem ?... Any help would be appreciate, thanks !
I'm using the latest version which has been ok until a couple of days ago.
When I click the record button I get the following error report -
Code:
Server Error in '/' Application.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
Line 90: continue;
Line 91:
Line 92: knownRecordings[scheduledRecording.EventOID] = scheduledRecording;
Line 93: }
Line 94: return knownRecordings;
Source File: c:\Users\Public\NPVR\web\App_Code\Classes\Schedule.cs Line: 92
Stack Trace:
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7471287
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
NUtility.ScheduledRecording.get_EventOID() +117
NPVRSchedule.Schedule.LoadKnownRecordings() in c:\Users\Public\NPVR\web\App_Code\Classes\Schedule.cs:92
N_EWA.Migrated_Details.lnkRecordCancel_Click(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\Details.aspx.cs:506
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +78
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +100
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
The recording is set though.
I also get a similar error when I search for a program name -
Code:
Server Error in '/' Application.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
Line 90: continue;
Line 91:
Line 92: knownRecordings[scheduledRecording.EventOID] = scheduledRecording;
Line 93: }
Line 94: return knownRecordings;
Source File: c:\Users\Public\NPVR\web\App_Code\Classes\Schedule.cs Line: 92
Stack Trace:
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7471287
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
NUtility.ScheduledRecording.get_EventOID() +117
NPVRSchedule.Schedule.LoadKnownRecordings() in c:\Users\Public\NPVR\web\App_Code\Classes\Schedule.cs:92
N_EWA.SearchResults.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean startTitle, Boolean startDesc, Boolean startSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre, String startdate, String starttime, String enddate, String endtime) in c:\Users\Public\NPVR\web\SearchResults.aspx.cs:873
N_EWA.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults.aspx.cs:452
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +73
System.Web.UI.Control.PreRenderRecursiveInternal() +91
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3873
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
I've no idea whats going on as I haven't changed anything on my setup
With the huge number of satellite channels floating around - and more annoyingly, moving transponders, I find myself scanning fairly regularly and trying to spot moves as they happen.
However, here at least, there are vast numbers of channels that I have not the least interest in and would like to see the back of them permanently. Would it be possible to have a flag in the database that when set, would disable them from any view in setup so the wheat can be seen from the chaff.
I'm finding the recording plugin very slow to enter, and very slow to switch between what's new and ready recordings.
Could this be because it's checking the existence of video files (and there are a bunch over the network).
Here's a log anyway.
Once other place I've noticed slowness - and probably isn't just a change in when the acknowledgment is posted, is starting a recording (from tv guide). The programme used to change colour pretty instant, whereas now I assume it's waiting to find if the tuner has started. It's probably a perception thing but it's up around the 2 seconds before the colour changes.
I noticed that with VMR9 FSE selected, the settings screen can't be accessed with a right click. The reason is kind of obvious, and of course the config file can be edited manually to get out of FSE, but it's not very noob friendly if there's a fix that can be applied any other way.