I'm sure this is documented... but I'm not finding it.
I have a 1600 that is connect with an IR blaster to the STB DCH70. I'm able to change channels on the STB using HaupBlaxt.exe.
Here is the quesiton... I'm only able to watch channel 3, when I use the TV Guide to watch anything else it goes to static. I'm guessing its not tunning channel 3 anymore from the STB so its not working.
I have had a couple of files lately that are missing the audio when played on my PCH with mvpmcx2. If I play these files with the native PCH player using the myihome server to stream the file, the audio is fine. I can also play the file locally on my computer with several different tools and the hear the audio.
The files originally started out as ts files with of QAM HD broadcasts. Using comskip and video redo, the file has been changed to a file with MPG extension. Video Redo just chops out the commericals and remuxes.
I am using the version of mvpmcx2 from august.
Could the codecs on my server have any impact on mvpmcx2's ability to play a file? I recently installed the SAF codec pack, so I don't know if that could be related to the problem.
I also have question regarding the NMT remote key for launching the PCH native player. I thought I use to use the USB-eject key for doing this. If I hit this key now, it exits the application and goes back to the PCH menu screen. Since mvpmcx2 has been playing files so well lately, I haven't used this feature in long time. Now that I am missing the audio on some files, I wanted to force the native player for these problematic files.
Instead of having to run a scan all over again, is there a way to run this when you go into the "map digital channels" part? It would be really cool to be able to do this with your existing cache file.
This is a weird one, recently I have lost Channel 59 from my GBPVR setup. I get a Schedules Direct feed in which 59 is enabled, and I have looked in config and chan 59 is checked both under my capture source tab and the channels tab. Symptoms:
Web TV guide (the only interface I use to schedule) skips from chan 58 to chan 60 (no row displayed for Chan 59)
Episode Search can find shows broadcast on chan 59
When I try to record shows that Episode Search finds, they fail
Upgraded to gbpvr 1.4.7 about 3 weeks ago... since that time I get the error shown below. No problems with gbpvr through the PVRX2 interface... only when I do a search via EWA. Tried to upgrade to latest EWA from wiki with same results; Tried to clean IE6 cache with same results;
Note in code snip below, line 316 is highlighted in RED....
Code:
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 314: // schedule recordings
Line 315: Schedule.Quality quality = 0;
Line 316: switch (Request.Params["quality"].ToLower())
Line 317: {
Line 318: case "high":
Source File: c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs Line: 316
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
gbweb.SearchResults2.hlRecord_Click(Object sender, EventArgs e) in c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs:316
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.3082; ASP.NET Version:2.0.50727.3082
I'm thinking of rolling back NMTInstall to support 1.3.11 with patches because of ongoing issues with 1.4.7 many people are experiencing. I know this goes against sub's philosophy of not supporting old versions but I am sensing the WAF with 1.4.7 is lower than normal.