NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 7 8 9 10 11 … 125 Next »
graphRecorder: capture source disappears after setup

 
  • 0 Vote(s) - 0 Average
graphRecorder: capture source disappears after setup
Jay D. Carter
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2007
#1
2009-01-18, 04:46 PM
Hello!
I hope this is the correct forum for this issue..

I am trying to set up a capture source for a Motorola DC62xx cable box using firewire. I have created graphs which appear to work. I setup all the settings on the Graph recorder tab (A), configure the EPG, and all the settings are accepted without any errors. I close Config, then re-open config and the new capture source is missing!

A .ZIP of my logs folder is attached... the config log shows this:

2009-01-18 11:23:12.031 ERROR [1] Error creating: ExternalRecorder.ExternalRecorderConfig
2009-01-18 11:23:12.031 ERROR [1] Value cannot be null.
Parameter name: type
2009-01-18 11:23:12.031 ERROR [1] at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb18f2a6855a29bd8(String xa17d71c8507c19de)
2009-01-18 11:23:12.031 ERROR [1] Failed to locate requested recording source: ExternalRecorder.ExternalRecorderConfig
2009-01-18 11:23:12.031 ERROR [1] Error int SourceConfigurationContainer::LoadAll(): System.NullReferenceException: Object reference not set to an instance of an object.
at GBPVR.Backend.Common.xda34526142ca690b.x1f966edc637a8924(Boolean x81c765f11f40b327)
2009-01-18 11:23:12.265 INFO [1] loadNewStylePlugins()...
2009-01-18 11:23:12.265 INFO [1] About to check 'C:\Program Files\Devnz\GBPVR\plugins\graphRecorder' for plugins
2009-01-18 11:24:02.390 ERROR [1] Unexpected error in getRecordingPluginList(): Item has already been added. Key in dictionary: 'Graph Recorder Plugin' Key being added: 'Graph Recorder Plugin'

...I did install the ExternalRecorder plugin before, but decided to switch to the GraphRecorder plug in. I tried removing all the External recorder files, and also tried adding them back to the proper folders. In both cases I still get this error in the log.

Any suggestions would be appreciated!

Thanks,
JDC
Jay D. Carter
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2007
#2
2009-01-19, 02:13 AM
Tried renaming the gbpvr.db3 and built a new one with just the Graphrecorder capture source - it is staying put, so I must have had a corrupt .db3.

Preview graph is not working reliably - it stops working and will not start again for a while. Capture graph works in Graphedit but not in the plugin...still researchign this, but any suggestion onthat problem will be appreciated!

JDC
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#3
2009-01-20, 03:59 AM (This post was last modified: 2009-01-20, 10:22 PM by mikeh49.)
I have also not been able to get the preview to work reliably. It starts once, and can channel change OK, but if stopped, cannot restart without restarting PVRX2. There's a thread here where I asked about it, and Carpe suggested perhaps the filter graph wasn't tearing down when preview is stopped. Also, I'm using FSE which might also be a factor. I think he's right. I gave up because it's not important to me - if I want to surf, I use the TV!

My capture to mpg file graph uses:

AV/C tuner device -> Nvidia TS info parser -> MPEG2 demux -> ATI mux -> GBPVR file writer with mpg extension

I don't know if the info parser is needed, but this works for me- converts TS to PS. I find that GBPVR cannot play the TS files reliably.
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#4
2009-01-20, 04:22 PM
Quote:AV/C panel device -> Nvidia TS info parser -> MPEG2 demux -> ATI mux -> GBPVR file writer with mpg extension
This graph is good for timeshift but not live preview - live preview needs to render.
[AV/C panel device -> TS Parser->Demux->Decoders->Renderers] Also now that .ts support much better for timeshift and record I am using [AV/C panel device -> TS Parser->GBPVR file writer with .ts extension] with good luck. This cuts down on the cpu usage. I believe the Nvidia TS Info Parser is cutting the transport stream into one program and that is why its necessary.

CV
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#5
2009-01-20, 10:16 PM
CV: I'm hijacking this thread, but your comment about recording TS caught my eye. Since upgrading to 1.3.11, 3 of 4 TS files I recorded will not play; the MPEG2 demux does not connect to any downstream filters. According to MSDN, the MPEG2 demux will not work in "pull" mode from a TS file. Does Sub add a pull-push filter in front of the demux to make it work? These files play fine in WMP or Graphedit using the Nvidia transport demux (which can only connect to Nvidia decoders). Any thoughts?
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#6
2009-01-21, 01:45 AM
mikeh49 Wrote:CV: Since upgrading to 1.3.11, 3 of 4 TS files I recorded will not play; the MPEG2 demux does not connect to any downstream filters. According to MSDN, the MPEG2 demux will not work in "pull" mode from a TS file. Does Sub add a pull-push filter in front of the demux to make it work? These files play fine in WMP or Graphedit using the Nvidia transport demux (which can only connect to Nvidia decoders). Any thoughts?

Not sure what sub does - but I have specified a different demux's (has to be done by hand in the config.xml file) and I am using "MPEG splitter" filter which i think is from the MPC Home Cinema filterset, I have had good luck with the gpbvr parser as well for playback,
Jay D. Carter
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2007
#7
2009-01-21, 04:46 AM
OK, now I cannot get either my preview or capture graphs to work in GBPVR, even though they work fine in GraphEdit. Channel change takes place, then I get a black screen on preview. on capture, the folder and file is created but never grows beyond about 2k. This is the only clue in the recordingservice log:

2009-01-20 23:31:56.940 INFO [5] Found new programme requiring recording: Sports LateNight with Chris Collins (11)
2009-01-20 23:32:10.940 INFO [15] Parallel Processing thread starting...
2009-01-20 23:32:22.158 ERROR [5] Unexpected error with second chance processing: System.IO.IOException: The process cannot access the file 'D:\Video\Sports LateNight with Chris Collins\Sports LateNight with Chris Collins_20090120_23300000.mpg' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at GBPVR.RecordingService.x93f60a55016d55c4.xcba1f05fb5a46d5f()

Preview graph is Moto AV/C Tuner --> NVIDIA TS Parser --> MPEG-2 demux -> (ffdshow audio and video decoders) --> (Default waveout device and video renderer)

capture is :
Moto AV/C Tuner --> NVIDIA TS Parser -->GBPVR Writer (tried with both a .mpg and .ts extension on the output file)

What else can I do t troubleshoot this?? The preview was working a day or two ago, but not reliably (would work several times, then stop until I rebooted).
Thanks!
JDC
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#8
2009-01-21, 02:39 PM
I'd really need to see the whole log - I don't even see graphRecorder being invoked in that snippet.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  GraphRecorder and NPVR carpeVideo 3 3,618 2010-07-29, 09:54 PM
Last Post: mvallevand
  new Hybrid card setup in direct.in and bda.ini cyyang 1 2,614 2009-12-30, 05:10 AM
Last Post: whurlston
  Cannot use GraphRecorder's "Live Preview" commandline keith_leitch 5 2,365 2009-06-14, 04:57 AM
Last Post: keith_leitch
  GraphRecorder External via Executables Tab Ignored observer_11 0 1,674 2009-05-02, 09:44 PM
Last Post: observer_11
  Graphrecorder Config Exception observer_11 0 1,288 2009-04-20, 11:48 PM
Last Post: observer_11
  STB, Graphrecorder, and GBPVR observer_11 0 1,524 2009-04-18, 08:35 PM
Last Post: observer_11
  GraphRecorder Initialization JimmyA 0 1,748 2009-04-06, 09:18 PM
Last Post: JimmyA
  Graphrecorder will not stop after 5 minutes keith_leitch 3 1,906 2009-04-06, 12:29 AM
Last Post: keith_leitch
  GraphRecorder - dvr-ms mux mikeh49 0 1,728 2009-02-25, 12:50 AM
Last Post: mikeh49
  GraphRecorder - Full program not recorded mikeh49 5 2,144 2009-02-24, 04:58 PM
Last Post: mikeh49

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

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

Linear Mode
Threaded Mode