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 … 412 413 414 415 416 … 433 Next »
Is the <ForcedGraphTeardown> parameter implemented in Npvr?

Is the <ForcedGraphTeardown> parameter implemented in Npvr?
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#1
2010-08-17, 05:16 PM
Sub,

Can you tell me if the <ForcedGraphTeardown> parameter is implemented in Npvr, and if so, in which section of config.xml should it be located.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2010-08-17, 05:22 PM
It always does this by default in NPVR. You'll see messages like this in your log when it tears the graph down:

Quote:2010-08-17 17:31:15.872 [DEBUG][1] Removing filter EVR Renderer
2010-08-17 17:31:15.873 [DEBUG][1] Removing filter NPVR PES Collector (Teletext)
2010-08-17 17:31:15.874 [DEBUG][1] Removing filter NPVR PES Collector (DVBSubs)
2010-08-17 17:31:15.874 [DEBUG][1] Removing filter Default DirectSound Device 0002
2010-08-17 17:31:15.875 [DEBUG][1] Removing filter Default DirectSound Device 0001
2010-08-17 17:31:15.875 [DEBUG][1] Removing filter Default DirectSound Device
2010-08-17 17:31:15.875 [DEBUG][1] Removing filter Microsoft DTV-DVD Video Decoder
2010-08-17 17:31:15.876 [DEBUG][1] Removing filter Microsoft DTV-DVD Audio Decoder
2010-08-17 17:31:15.876 [DEBUG][1] Removing filter MainConcept (HCW) Dolby Digital Audio Decoder
2010-08-17 17:31:15.878 [DEBUG][1] Removing filter MONOGRAM AAC Decoder
2010-08-17 17:31:15.879 [DEBUG][1] Removing filter MPEG-2 Demultiplexer
2010-08-17 17:31:15.879 [DEBUG][1] Removing filter NPVR TS Reader
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#3
2010-08-17, 05:24 PM
Thanks, and sorry to keep bugging you. Still trying to figure out what's going on with the HDHR.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#4
2010-08-17, 05:33 PM
It sounds to me like a reference counting problem.

We had a problem almost exactly the same as this for a short period with GBPVR and the HDHomeRun in the past. It sounds very similar. The silicon dust guys were adament it must be a GBPVR bug because it was only happening in GBPVR. To me it looked like it must be an HDHR bug because it wasnt occurring with any other manufacturer's device. They eventually spotted it was a reference counting problem in the HDHR drivers and fixed the problem. It wasnt immediately evident to them in other applications because most apps build a graph with the device and hold on to it for the entire duration the app is running. GBPVR and NPVR build a graph when it needs it, then releases the device when its no longer needed, and the second time the graph was needed was when we'd see the problem.
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#5
2010-08-17, 06:07 PM
sub Wrote:It sounds to me like a reference counting problem.

We had a problem almost exactly the same as this for a short period with GBPVR and the HDHomeRun in the past. It sounds very similar. The silicon dust guys were adament it must be a GBPVR bug because it was only happening in GBPVR. To me it looked like it must be an HDHR bug because it wasnt occurring with any other manufacturer's device. They eventually spotted it was a reference counting problem in the HDHR drivers and fixed the problem. It wasnt immediately evident to them in other applications because most apps build a graph with the device and hold on to it for the entire duration the app is running. GBPVR and NPVR build a graph when it needs it, then releases the device when its no longer needed, and the second time the graph was needed was when we'd see the problem.

Just trying to narrow things down and understand this a little better in case I need to log a problem on the SiliconDust web site. If indeed it is a problem with the HDHR similar to the reference count problem, would you expect any of the following?

1) When the system stops working on the second invocation of LiveTV, a restart of the Recording Service will allow LiveTV to work one more time.

2) Also when LiveTV fails, I can use the HDHR setup utility to view the stream from the same tuner.

3) Once an initial recording is started (and working), a second recording started on a different tuner causes a system crash.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#6
2010-08-17, 06:58 PM
tjb Wrote:Just trying to narrow things down and understand this a little better in case I need to log a problem on the SiliconDust web site. If indeed it is a problem with the HDHR similar to the reference count problem, would you expect any of the following?

1) When the system stops working on the second invocation of LiveTV, a restart of the Recording Service will allow LiveTV to work one more time.
Yes, second use of device in the same process is failing. Restarting the recording service is effectively resetting things back to the starting point.

Quote:2) Also when LiveTV fails, I can use the HDHR setup utility to view the stream from the same tuner.
I'm pretty sure the HDHR setup utility doesnt use BDA drivers, which is where I'd expect the problem to be.

Quote:3) Once an initial recording is started (and working), a second recording started on a different tuner causes a system crash.
If it's crashing, its probably case of NRecord.exe not gracefully handling the situation of the device not working on second use.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2010-08-17, 09:20 PM
tjb, try this patch to see if it helps. Its not a long term fix, but I'm curious if it helps.
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#8
2010-08-17, 10:10 PM
sub Wrote:tjb, try this patch to see if it helps. Its not a long term fix, but I'm curious if it helps.

Good news and bad news. The patch seems to have completely fixed the LiveTV issues I was having Big Grin, but when I try to record a second channel, the system still crashes.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#9
2010-08-17, 10:13 PM
tjb Wrote:Good news and bad news. The patch seems to have completely fixed the LiveTV issues I was having Big Grin, but when I try to record a second channel, the system still crashes.
Unfortunately it wasnt really long term patch. It just attempted to hold on to the device and never free it.
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#10
2010-08-17, 10:21 PM
Well, at least I had just a few moments of glorious hope. Thanks, Sub.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  npvr is not responding johndutcher 3 1,492 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 3,865 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 11,171 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,690 2022-01-03, 04:45 AM
Last Post: mvallevand
  Streaming Services with NPVR tesla1886 4 2,686 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,058 2020-12-27, 02:27 AM
Last Post: sub
  Can NPVR offset only 3 channel listings in EPG? acemib 20 6,996 2020-04-27, 01:28 PM
Last Post: mvallevand
  Import recorded tv shows to NPVR mattman1968 9 5,975 2020-03-03, 12:57 PM
Last Post: Jimixter
  Easiest way to migrate NPVR to a new machine JP23 1 1,959 2020-02-24, 04:55 PM
Last Post: sub
  NPVR Hangs when Changing Channels BorchertD 2 1,678 2020-01-11, 11:37 PM
Last Post: BorchertD

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

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

Linear Mode
Threaded Mode