NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 313 314 315 316 317 … 433 Next »
Skip Problem

Skip Problem
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,011
Threads: 770
Joined: Nov 2003
#111
2012-02-27, 01:11 AM
mvallevand Wrote:For the HDPVR (with stuttering on crashes), on any 16x9 or 4x3 in live tv (not recordings) I never get the expected block

2012-02-26 18:41:31.206 [DEBUG][1] Aspect ratio now: 16x9
2012-02-26 18:41:31.207 [DEBUG][1] Resolution is now: 1920x1080
2012-02-26 18:41:31.207 [DEBUG][1] Source Aspect Ratio: 16x9
So is this only with the HDPVR ? I dont have one of those hooked up right now, but I wasn't able to reproduce the problem with either an analog or DVB card.
Grampz
Offline

Member

Posts: 236
Threads: 27
Joined: Sep 2011
#112
2012-02-27, 01:23 AM
Quote:I skipped forward and back, little skips and big skips and number then skip, and it was all good.

Same here! Many thanks!!!!!

Greg
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,011
Threads: 770
Joined: Nov 2003
#113
2012-02-27, 01:26 AM
Good - sounds like these updates were a step in the right direction.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,553
Threads: 964
Joined: May 2006
#114
2012-02-27, 01:34 AM
sub Wrote:So is this only with the HDPVR ? I dont have one of those hooked up right now, but I wasn't able to reproduce the problem with either an analog or DVB card.

Yes I only am having an auto aspect ratio problem with 4:3 from HDPVR in LiveTV.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,553
Threads: 964
Joined: May 2006
#115
2012-02-27, 04:58 AM
TSReader2 also doesn't allow closed captioning or audio streams to be selected.

Martin
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,303
Threads: 114
Joined: Oct 2008
#116
2012-02-27, 09:31 AM
I've been testing this for about 45 mins this morning skips are working well at last Smile There is probably a 2-3 second delay before resume is complete (sound resumes first) but that is acceptable. Had one stall on forward skip in time shift (Freeview HD) but the picture was split horizontally so may have been a corrupt frame it landed on.
As Martin said no Audio or Closed Caption selection, no big deal for me - never had the need to use either.
Not tried 4.3 content or a reboot yet.

Next test - Her who must be obeyed Big Grin told me to fix the skipping problems only this morning - about 20 mins before I checked the forum - I could be in for some bonus points Smile

Thanks for all the hard work Sub!!!
It's not an overly complicated system - it's more - overly simple operatives  Huh
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#117
2012-02-27, 03:15 PM
I can't test this on my main htpc yet, but I tried it on my dev laptop (as a client) connecting to the htpc and just got a black screen every time, with recordings and Live TV. Looking at the log, it seems like the graph isn't being built correctly, as only the MPEG-2 Demultiplexer and NPVR TS Reader2 exist in it. If I unregister the new filter it's fine again. It's possible though that I've still missed a file or an update somewhere along the line...

Iain
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,011
Threads: 770
Joined: Nov 2003
#118
2012-02-27, 04:20 PM
This patch should get subtitles working, and will hopefully also fix the remote client problem imilne had above.
Bluethunder
Offline

Member

Posts: 130
Threads: 32
Joined: Jan 2006
#119
2012-02-27, 05:40 PM
I've been having the skip problem periodically as well. I tried the 2 NPVRTSreader2.ax files (last one, and patch.zip (latest)).

I get no sound with either. as soon as i regsvr32 /u the new tsreader, I get my audio back.

I've attached my logs.

In the log, there will be a section with "tsreader2" not found, thats where i removed it, and got my sound back. Then I tried the older of the 2 TSreaders (prior to patch.zip), to see if that helped. My sound disapeared again. I loaded the graph, it all seemed to be inplace.

I am running the weird AAC recording, that is what my colussus defaults too.

Thanks.
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#120
2012-02-27, 05:40 PM
sub Wrote:This patch should get subtitles working, and will hopefully also fix the remote client problem imilne had above.

Still failing, but with an error this time:

Code:
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at Native.PlaybackNative.PlayLiveStream(IntPtr hwndIntPtr, String filename, Int32 serviceType, String& message)
   at Native.PlaybackNative.PlayVideoFileTS(IntPtr hwndIntPtr, String filename, String& message)
   at Native.PlaybackNative.PlayVideoFile(IntPtr hwndIntPtr, String filename, String& message)
   at NextPVR.Players.PlaybackProxyFactory.StartVideoPlaybackProxy(IntPtr window, String filename, String& reason)
   at NextPVR.Players.VideoPlayer.PlayFiles(List`1 playQueue, Int32 playQueueIndex, String& reason)
   at NextPVR.Players.VideoPlayer.PlayFile(String filename, String& reason)
   at NextPVR.ControllerForm.PlayVideoFile(String filename)
   at NextPVR.TV.ShowDetailsPopup.HandleCommand(String command)
   at NextPVR.TV.ShowDetailsPopup.HandleButtonCommand(String buttonName)
   at NUtility.Controls.UiButtonList.OnKeyDown(KeyEventArgs e)
   at NextPVR.TV.ShowDetailsPopup.OnKeyDown(KeyEventArgs e)
   at NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at NextPVR.ControllerForm.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
NextPVR
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NextPVR.exe
----------------------------------------
NUtility
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.DLL
----------------------------------------
NShared
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NShared.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5453 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data.SQLite
    Assembly Version: 1.0.65.0
    Win32 Version: 1.0.65.0
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Data.Entity
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5420 built by: Win7SP1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5420 built by: Win7SP1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System
    Assembly Version: 2.12.2.25
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.dll
----------------------------------------
System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.EnterpriseServices
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
SlimDX
    Assembly Version: 2.0.8.42
    Win32 Version:
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/SlimDX.DLL
----------------------------------------
msvcm90
    Assembly Version: 9.0.30729.6161
    Win32 Version: 9.00.30729.6161
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57/msvcm90.dll
----------------------------------------
taglib-sharp
    Assembly Version: 2.0.3.0
    Win32 Version: 2.0.3.0
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/taglib-sharp.DLL
----------------------------------------
System.Management
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
Unmanaged
    Assembly Version: 1.0.4441.9349
    Win32 Version:
    CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Unmanaged.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Perhaps the fact that I haven't been able to update any of the files on the server yet has something to do with it?

Iain
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (25): « Previous 1 … 10 11 12 13 14 … 25 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR4 and MPC-HC problem The Solutor 29 8,330 2021-07-27, 03:45 PM
Last Post: The Solutor
  Problem locking on to a tuner? time_lord 7 3,622 2021-01-09, 12:06 PM
Last Post: Graham
  EPG XMLTV problem DBHall 8 4,274 2021-01-01, 12:34 PM
Last Post: Graham
  Problem with Intel 4600 graphics driver pol098 1 1,624 2020-12-01, 12:44 PM
Last Post: romdl
  Problem setting up recording for some programmes LeoL 5 2,418 2020-10-21, 09:34 PM
Last Post: LeoL
  Replayed recording problem Tj.2 25 10,860 2020-09-22, 04:51 PM
Last Post: baj1
  Recurring recording problem Dave48167 18 5,087 2020-09-10, 08:26 PM
Last Post: Dave48167
  Problem with 1 device and 1 frequency lost@c 6 2,407 2020-08-21, 04:11 AM
Last Post: lost@c
  Audio Problem jrockow 11 5,305 2020-04-22, 12:07 PM
Last Post: jrockow
  Skip causes fast-forward to the end of the file madbrain 9 4,451 2020-02-27, 10:24 PM
Last Post: Esch

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode