home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
recording tv just stopped :( HELP!!!
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JJDoherty" data-source="post: 1078323" data-attributes="member: 142679"><p>I have been investigating this further and I believe that I may have resolved the issue having taken into account what [USER=82144]@mm1352000[/USER] mentioned regarding what TV Server plugins are enabled.</p><p></p><p><em>StartRecordingNotification(recDetail)</em> calls the following code:</p><p>[code]_tvController.Fire(this,</p><p> new TvServerEventArgs(TvServerEventType.StartRecording, new VirtualCard(user), (User)user,</p><p> recDetail.Schedule, null));[/code]</p><p></p><p>Subsequently <em>RecordingStartedNotification(recDetail)</em> makes the following call:</p><p>[code]_tvController.Fire(this,</p><p> new TvServerEventArgs(TvServerEventType.RecordingStarted, new VirtualCard(user), (User)user,</p><p> recDetail.Schedule, recDetail.Recording));[/code]</p><p></p><p>It is this second call which appears to hang the scheduler thread.</p><p></p><p>I inserted some breakpoints, recompiled and attached to the process to debug. I traced the <em>TvServerEventType.RecordingStarted</em> parameter to two different locations, in ComSkipLauncher.cs file, <em>ComSkipLauncher_OnTvServerEvent</em> method and in the PowerScheduler ControllerActiveStandbyHandler.cs file, <em>OnTvServerEvent</em> method.</p><p></p><p>It was on the <em>ComSkiLauncher_OnTvServerEvent</em> that the code failed, when attempting to launch the ComSkip.exe program. I subsequently disabled the ComSkip plugin and low and behold the recording worked, stopping as expected.</p><p></p><p>I was able to remove the issue and re-enabled ComSkip plugin when I installed the latest ComSkip donator version, 81_061. The conclusion I'm coming to is that the default ComSkip executable being installed by MP is not compatible with Windows 8.1.</p><p></p><p>Can anyone else who is experiencing this issue please confirm?</p></blockquote><p></p>
[QUOTE="JJDoherty, post: 1078323, member: 142679"] I have been investigating this further and I believe that I may have resolved the issue having taken into account what [USER=82144]@mm1352000[/USER] mentioned regarding what TV Server plugins are enabled. [I]StartRecordingNotification(recDetail)[/I] calls the following code: [code]_tvController.Fire(this, new TvServerEventArgs(TvServerEventType.StartRecording, new VirtualCard(user), (User)user, recDetail.Schedule, null));[/code] Subsequently [I]RecordingStartedNotification(recDetail)[/I] makes the following call: [code]_tvController.Fire(this, new TvServerEventArgs(TvServerEventType.RecordingStarted, new VirtualCard(user), (User)user, recDetail.Schedule, recDetail.Recording));[/code] It is this second call which appears to hang the scheduler thread. I inserted some breakpoints, recompiled and attached to the process to debug. I traced the [I]TvServerEventType.RecordingStarted[/I] parameter to two different locations, in ComSkipLauncher.cs file, [I]ComSkipLauncher_OnTvServerEvent[/I] method and in the PowerScheduler ControllerActiveStandbyHandler.cs file, [I]OnTvServerEvent[/I] method. It was on the [I]ComSkiLauncher_OnTvServerEvent[/I] that the code failed, when attempting to launch the ComSkip.exe program. I subsequently disabled the ComSkip plugin and low and behold the recording worked, stopping as expected. I was able to remove the issue and re-enabled ComSkip plugin when I installed the latest ComSkip donator version, 81_061. The conclusion I'm coming to is that the default ComSkip executable being installed by MP is not compatible with Windows 8.1. Can anyone else who is experiencing this issue please confirm? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
recording tv just stopped :( HELP!!!
Contact us
RSS
Top
Bottom