2009-01-25, 03:58 PM
(This post was last modified: 2009-01-25, 04:59 PM by carpeVideo.)
sub Wrote:I've just doubled checked this. It correctly starts the SBS recording at 7:00:00 in the logs. A few seconds later it starts the GraphRecorder recording. After that, zero messages coming out of the recording management thread other than GraphRecorder messages. It makes me think control was never returned to GB-PVR, so there is no chance for GB-PVR to tell the SBS recording to 'stop'.
Sub, what do you mean control was never passed back to GBPVR? Do you mean startRecording did not return? From what I can tell GBPVR calls startRecording and a stopRecording separately and also calls the occassional get recordingStatus.
But in this post's log (( http://forums.gbpvr.com/showpost.php?p=3...tcount=218)) graphRecorder loads its config but startRecording was never called since that would evoke a message like: GraphRecorder[" + this.GetHashCode() + "]: enter startRecording(qualityLevel:="
CV