Jump to content

Unable to change default port in ServerWMC configuration


Chuck

Recommended Posts

Chuck

When attempting to change the default 9080 port to 9084 in order to adjust for a conflict, I get a spinning donut but the configuration never saves.  Help?

Link to comment
Share on other sites

krustyreturns

Did you change it in both the addon and serverwmc?  Are either program indicating connection success?

Link to comment
Share on other sites

Chuck

I've successfully changed the port in serverwmc service.  The MBC plugin is the part that won't save the port change.

Link to comment
Share on other sites

Chuck

OK ... Not sure what I did ... But I was able to change the port in Server WMC to 9070 and the same in the PlugIn.
 
The Live TV tab in the MB Server configurator is showing Status OK, as well as the four Ceton InfiniTV tuners available.
 
The conflict with Port 9080 was with RemotePotato using that port.
 
When I go to the MB Dashboard, click the Live TV tab, I get the Suggested, Guide Channels, etc.  The Guide works, as does the Recordings.
 
However, attempting to play a live channel fails with the error ...
 
Video Error
There was an error playing the video. Please ensure there is an open tuner available.
 
ServerWMC shows the attempt at processing the request, and this is the only TV activity being used during this testing, so all four tuners are available.
 

Link to comment
Share on other sites

Chuck

Config.xml

 

<?xml version="1.0" encoding="utf-8"?>
<Settings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>63</Version>
  <TraceLogOn>true</TraceLogOn>
  <TraceAllDataOnFirstSync>true</TraceAllDataOnFirstSync>
  <TraceAllSyncData>false</TraceAllSyncData>
  <sepG>------------------------- General --------------------------------------</sepG>
  <isAutoStart>false</isAutoStart>
  <isMinToSystemTray>true</isMinToSystemTray>
  <StartupMinimized>false</StartupMinimized>
  <IsCloseToSysTray>false</IsCloseToSysTray>
  <RunAsService>false</RunAsService>
  <isNetworked>true</isNetworked>
  <ListenPort>9070</ListenPort>
  <LastLocalRecFolder>E:\Recorded TV\</LastLocalRecFolder>
  <NetworkRecFolder>smb://MEDIA/Recorded TV</NetworkRecFolder>
  <UseCredentialsInNetworkPath>false</UseCredentialsInNetworkPath>
  <Credentials_Lgn />
  <Credentials_Pwd />
  <MaintenanceTimerPeriodMIN>8</MaintenanceTimerPeriodMIN>
  <ClientInactiveIntervalMIN>10</ClientInactiveIntervalMIN>
  <IsDisablingSleepWhenClientsActive>false</IsDisablingSleepWhenClientsActive>
  <IsDisablingSleepForMB3Client>false</IsDisablingSleepForMB3Client>
  <IsShowingRecTVErrorDialogAtStartup>true</IsShowingRecTVErrorDialogAtStartup>
  <IsShowingRecTVErrorDialogAtTab>true</IsShowingRecTVErrorDialogAtTab>
  <sepD>------------------------- Display --------------------------------------</sepD>
  <AddSeriesTimerString>true</AddSeriesTimerString>
  <isSeriesTimerPrefix>true</isSeriesTimerPrefix>
  <SeriesTimerString>series:</SeriesTimerString>
  <useRepeatStringInDescription>true</useRepeatStringInDescription>
  <RepeatDescriptionString> (repeat)</RepeatDescriptionString>
  <useEpisodeInTitleString>false</useEpisodeInTitleString>
  <EpisodeInTitleString> - </EpisodeInTitleString>
  <useRepeatInTitleString>true</useRepeatInTitleString>
  <RepeatInTitleString> ®</RepeatInTitleString>
  <HideContentProtectedRec>true</HideContentProtectedRec>
  <ChannelDisplayFormatString>{1}/{0}</ChannelDisplayFormatString>
  <useEncryptedChannelString>true</useEncryptedChannelString>
  <EncryptedChannelString>-e</EncryptedChannelString>
  <useDRMChannelString>true</useDRMChannelString>
  <DRMChannelString>-drm</DRMChannelString>
  <UseHierarchicalRecordings>true</UseHierarchicalRecordings>
  <GroupRecMovies>true</GroupRecMovies>
  <RecMoviesDirName>Movies</RecMoviesDirName>
  <UseCurrentRecordingDir>true</UseCurrentRecordingDir>
  <CurrentRecordDirName>* Recording now</CurrentRecordDirName>
  <GroupRecSports>false</GroupRecSports>
  <RecSportsDirName>Sports</RecSportsDirName>
  <Sports_EpisodeInTitle>true</Sports_EpisodeInTitle>
  <IsIgnoringRecordingImages>false</IsIgnoringRecordingImages>
  <IsIgnoringEpgImages>false</IsIgnoringEpgImages>
  <UseImageList>true</UseImageList>
  <IsAppendingEpisodeCount>true</IsAppendingEpisodeCount>
  <AppendEpisodeCountFormat> ({0})</AppendEpisodeCountFormat>
  <sepC>------------------------- Channels --------------------------------------</sepC>
  <HideEncryptedChannel>false</HideEncryptedChannel>
  <HideAllDRMChannels>true</HideAllDRMChannels>
  <HideNullSpaceChannels>false</HideNullSpaceChannels>
  <HideOutOfRangeChannels>true</HideOutOfRangeChannels>
  <ChannelOutOfRangeMAX>9000</ChannelOutOfRangeMAX>
  <TreatRadioChannelsAsTV>false</TreatRadioChannelsAsTV>
  <ForcedRadioChannels />
  <UseServiceName>false</UseServiceName>
  <SortChannelsByNumber>false</SortChannelsByNumber>
  <UseWMCChannelIcons>true</UseWMCChannelIcons>
  <HideAllChannels>false</HideAllChannels>
  <HideChannelGroups />
  <DisplayChannelsWithNoDataInGuide>true</DisplayChannelsWithNoDataInGuide>
  <NoGuideDataAvailableStr>No guide data available</NoGuideDataAvailableStr>
  <LogChannelsWithNoEntries>true</LogChannelsWithNoEntries>
  <sepL>------------------------- LiveTV --------------------------------------</sepL>
  <isDeletingTempStreamFiles>true</isDeletingTempStreamFiles>
  <Delay_WTV2TS_MS>0</Delay_WTV2TS_MS>
  <IsStreamingWTV>false</IsStreamingWTV>
  <Timeout_WaitForTS_MS>10000</Timeout_WaitForTS_MS>
  <doTunerPriming>false</doTunerPriming>
  <RemuxParseMinHeadersForAudio>500</RemuxParseMinHeadersForAudio>
  <RemuxParseMaxHeadersForAudio>2000</RemuxParseMaxHeadersForAudio>
  <RemuxParseMinHeadersRadioForAudio>10</RemuxParseMinHeadersRadioForAudio>
  <RemuxParseMaxHeadersRadioForAudio>250</RemuxParseMaxHeadersRadioForAudio>
  <AnalyzePacketsForDescriptors>true</AnalyzePacketsForDescriptors>
  <UseHeadersForAudioFileExt>true</UseHeadersForAudioFileExt>
  <UseHeadersForVideoFileExt>true</UseHeadersForVideoFileExt>
  <RemuxThreadPriority>AboveNormal</RemuxThreadPriority>
  <RemuxOnlyOneLanguage>false</RemuxOnlyOneLanguage>
  <RemuxOutputLanguage>eng</RemuxOutputLanguage>
  <RemuxIncludeHearingImpaired>false</RemuxIncludeHearingImpaired>
  <LiveTVMaxTime>0</LiveTVMaxTime>
  <RemoveTruncatedStreams>true</RemoveTruncatedStreams>
  <IsFlagAllTruncatedStreams>true</IsFlagAllTruncatedStreams>
  <UseAsyncRecorder>true</UseAsyncRecorder>
  <EachRemuxClientGetsOwnTS>true</EachRemuxClientGetsOwnTS>
  <OnlyCopyFreeTuner>false</OnlyCopyFreeTuner>
  <OnlyNoDetectedDRMTuners>false</OnlyNoDetectedDRMTuners>
  <RemuxCaptionsCC>false</RemuxCaptionsCC>
  <RemuxCaptionsDVB>false</RemuxCaptionsDVB>
  <sepR>------------------------- Record --------------------------------------</sepR>
  <UseRecLibraryWatcher>true</UseRecLibraryWatcher>
  <PrePaddingServer>5</PrePaddingServer>
  <PostPaddingServer>10</PostPaddingServer>
  <RequirePrePadding>false</RequirePrePadding>
  <RequirePostPadding>false</RequirePostPadding>
  <UseSportsPadding>false</UseSportsPadding>
  <PreSportsPadding>5</PreSportsPadding>
  <PostSportsPadding>120</PostSportsPadding>
  <PaddingType>wmc</PaddingType>
  <InstantRecordEndIncrease_Mn>15</InstantRecordEndIncrease_Mn>
  <MinInstantRecTime_Mn>2</MinInstantRecTime_Mn>
  <UseMetaDataForRecordings>false</UseMetaDataForRecordings>
  <UseTimerRequestedTimes>false</UseTimerRequestedTimes>
  <ManualRecordFileHeader>Channel </ManualRecordFileHeader>
  <sepP>------------------------- PlayBack --------------------------------------</sepP>
  <IsPrimeViewTimeEnabled>false</IsPrimeViewTimeEnabled>
  <PrimeViewTimeStart>6</PrimeViewTimeStart>
  <PrimeViewTimeEnd>23</PrimeViewTimeEnd>
  <RemuxActiveRecordings>true</RemuxActiveRecordings>
  <UseDurationHeader>true</UseDurationHeader>
  <IsRemuxToRecordingEnd>true</IsRemuxToRecordingEnd>
  <BufferDelayActiveRecMS>0</BufferDelayActiveRecMS>
  <BufferDelayLiveMS>0</BufferDelayLiveMS>
  <sepDB>------------------------- Debug --------------------------------------</sepDB>
  <Debug_RemuxAllRecordings>false</Debug_RemuxAllRecordings>
  <Debug_RequestAllRecordings>false</Debug_RequestAllRecordings>
  <Debug_TempWTVfromRemuxCrash>true</Debug_TempWTVfromRemuxCrash>
  <DontLogRequests>GetServiceStatus,StreamFileSize,SignalStatus</DontLogRequests>
  <Debug_OutputHeaders>false</Debug_OutputHeaders>
  <LogReplyMessages>false</LogReplyMessages>
  <Debug_LogChannelIconErrors>false</Debug_LogChannelIconErrors>
  <Debug_ChannelDetail>false</Debug_ChannelDetail>
  <Debug_AllChannelDetail>false</Debug_AllChannelDetail>
  <Debug_CheckSeriesIds>false</Debug_CheckSeriesIds>
  <Debug_LogRecordingsWithoutRequests>false</Debug_LogRecordingsWithoutRequests>
  <Debug_LogRecordingStatusChanges>false</Debug_LogRecordingStatusChanges>
  <Debug_LogSleepMode>false</Debug_LogSleepMode>
  <Debug_LogGuideImageDetail>false</Debug_LogGuideImageDetail>
  <Debug_LogDRMWarnings>true</Debug_LogDRMWarnings>
  <Debug_ListTunerClients>false</Debug_ListTunerClients>
  <sepLs>------------------------- Lists ----------------------------------------</sepLs>
  <RecordingExternalActionEnabled>false</RecordingExternalActionEnabled>
  <ClientRestrictionEnabled>false</ClientRestrictionEnabled>
  <RecordingExternalActionDateFormat>YYYY-MM-dd HH:mm:ss</RecordingExternalActionDateFormat>
  <RecordingExternalActions>
    <ExternalAction>
      <RecordingState>HasOccurred</RecordingState>
      <Program>c:\path\dummyprogram.bat</Program>
      <Arguments>/FileName="%FileName%" /Channel=%ChannelID% /Title="%Title%"</Arguments>
    </ExternalAction>
  </RecordingExternalActions>
  <ClientRestrictions>
    <ClientRestriction>
      <Client>DummyClient</Client>
      <RestrictChannels>RestrictToGroups</RestrictChannels>
      <RestrictRecordings>Unrestricted</RestrictRecordings>
      <Groups>DummyGroup1,DummyGroup2</Groups>
    </ClientRestriction>
  </ClientRestrictions>
</Settings>

Link to comment
Share on other sites

Chuck

Server WMC

 

2014/05/17 00:27:19.207 ServerWMC started at 5/17/2014 12:27:19 AM
2014/05/17 00:27:19.207 Assembly version: 1.0.0.29, build: 1135
2014/05/17 00:27:19.207 Config file version: 63
2014/05/17 00:27:19.207 Click-once deployment: False
2014/05/17 00:27:19.207 Server MachineName: MEDIA
2014/05/17 00:27:19.209 OS: Windows 8 64-bit
2014/05/17 00:27:19.209 OS Version: 6.2.9200.0
2014/05/17 00:27:20.347 Processor: Intel® Core i7 CPU       X 980  @ 3.33GHz
2014/05/17 00:27:20.354 Graphics: NVIDIA GeForce GTX 650 Ti
2014/05/17 00:27:20.354 -----------------------------------------
2014/05/17 00:27:20.354 Non-default Config Settings -------------
2014/05/17 00:27:20.364 ForcedRadioChannelRanges: System.Collections.Generic.Dictionary`2[system.Double,System.Double] >>Default: -null-
2014/05/17 00:27:20.364 ListenPort: 9070 >>Default: 9080
2014/05/17 00:27:20.364 IsDisablingSleepWhenClientsActive: False >>Default: True
2014/05/17 00:27:20.364 SortChannelsByNumber: False >>Default: True
2014/05/17 00:27:20.364 -----------------------------------------
2014/05/17 00:27:20.368 MainWindow> Starting InitializeWorker
2014/05/17 00:27:20.383 RecService> Starting ------------------
2014/05/17 00:27:20.385 EPG> loading...
2014/05/17 00:27:20.386 EPG> opening store
2014/05/17 00:27:20.467 EPG> TV store opened OK
2014/05/17 00:27:20.471 EnumerateRecorders> Tuner Devices and TuningSpaces found:
2014/05/17 00:27:20.474 EnumerateRecorders> 0 Content Recorder HardwareBaseId:
2014/05/17 00:27:20.474 EnumerateRecorders>                          HardwareId: aa00c74f-4abc-4cfa-8bc9-e131ec03fd48
2014/05/17 00:27:20.502 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 1 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:27:20.502 EnumerateRecorders> 1 Content Recorder HardwareBaseId:
2014/05/17 00:27:20.502 EnumerateRecorders>                          HardwareId: 0fd8b1c3-aab9-46f2-a212-619609846f36
2014/05/17 00:27:20.503 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 2 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:27:20.503 EnumerateRecorders> 2 Content Recorder HardwareBaseId:
2014/05/17 00:27:20.503 EnumerateRecorders>                          HardwareId: e41976ee-6103-4758-acc8-00b51126f77a
2014/05/17 00:27:20.503 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:27:20.503 EnumerateRecorders> 3 Content Recorder HardwareBaseId:
2014/05/17 00:27:20.503 EnumerateRecorders>                          HardwareId: 8b1152a6-8368-42a5-92cd-4b9b021093f9
2014/05/17 00:27:20.503 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 4 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:27:20.503 EnumerateRecorders> done
2014/05/17 00:27:20.515 GetLineUpsAndChannels> started
2014/05/17 00:27:21.163 GetLineUpsAndChannels> Total LineUps: 1, Total channels imported: 92
2014/05/17 00:27:21.163 GetLineUpsAndChannels>    Channels found in database: 588
2014/05/17 00:27:21.163 GetLineUpsAndChannels>    Ignored Channels> Blocked in WMC: 489, User hidden: 0
2014/05/17 00:27:21.163 GetLineUpsAndChannels>    Strange Channels> Null space: 0, Out-of-range(ignored): 7, Radio: 0
2014/05/17 00:27:21.163 GetLineUpsAndChannels>    Protected Channels>  encrypted: 0,  DRM: 0
2014/05/17 00:27:21.163 GetLineUpsAndChannels>    Edited Channels> Callsigns: 0,   Numbers: 0
2014/05/17 00:27:21.163 GetLineUpsAndChannels>    Channel Groups found: 1
2014/05/17 00:27:21.163 GetLineUpsAndChannels>    Ignored Channel Groups> Blocked in WMC: 0, Empty groups: 0
2014/05/17 00:27:21.163 GetLineUpsAndChannels> done
2014/05/17 00:27:21.163 EPG> loading done
2014/05/17 00:27:21.329 StartRecordingLibraryWatcher> recording library watcher started
2014/05/17 00:27:21.484 RecService> EventScheduler started
2014/05/17 00:27:21.484 RecService> tuner priming turned off
2014/05/17 00:27:21.485 LoadGenreDict> 'GenreDict.xml' loaded OK
2014/05/17 00:27:21.492 CheckChannelIcons> Channel icons processed: 92
2014/05/17 00:27:21.492 RecService> -------------(DONE)----------------
2014/05/17 00:27:21.497 HandleFolders ------------------------------------
2014/05/17 00:27:21.499 --- Share detail for 'E:\Recorded TV\':
2014/05/17 00:27:21.505 >  shared with: NT AUTHORITY\Authenticated Users | DeleteSubdirectoriesAndFiles, Modify, Synchronize | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: NT AUTHORITY\SYSTEM | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: NT AUTHORITY\SYSTEM | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: BUILTIN\Administrators | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Chuck | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: S-1-5-21-666271628-3260869005-442266640-1007 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: S-1-5-21-666271628-3260869005-442266640-1010 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: S-1-5-21-666271628-3260869005-442266640-1011 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: S-1-5-21-666271628-3260869005-442266640-1012 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\HomeUsers | ReadAndExecute, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: S-1-5-21-666271628-3260869005-442266640-1019 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 270467583 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.505 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: S-1-5-21-666271628-3260869005-442266640-1021 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx3-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx3-MEDIA | 270467583 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx3-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx3-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx3-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.506 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | 270467583 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: S-1-5-80-2913099195-3001839937-1914692661-1563395363-459793767 | DeleteSubdirectoriesAndFiles, Modify, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.507 >  shared with: NT SERVICE\ehSched | DeleteSubdirectoriesAndFiles, Modify, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.507 >  shared with: NT SERVICE\ehRecvr | DeleteSubdirectoriesAndFiles, Modify, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:27:21.507 >  shared with: BUILTIN\Administrators | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: BUILTIN\Administrators | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: NT AUTHORITY\SYSTEM | FullControl | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: NT AUTHORITY\SYSTEM | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: NT AUTHORITY\Authenticated Users | Modify, Synchronize | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: NT AUTHORITY\Authenticated Users | -536805376 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 >  shared with: BUILTIN\Users | ReadAndExecute, Synchronize | None | None | Allow
2014/05/17 00:27:21.507 >  shared with: BUILTIN\Users | -1610612736 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:27:21.507 ----
2014/05/17 00:27:21.512 Local WMC 'RecTV' folder: 'E:\Recorded TV\',   ShareStatus: OK
2014/05/17 00:27:21.512 Format: NTFS
2014/05/17 00:27:21.512 Stored Network 'Recorded tv' path:
2014/05/17 00:27:21.512 >  Samba: smb://MEDIA/Recorded TV
2014/05/17 00:27:21.539 >    UNC: \\MEDIA\Recorded TV,   ShareStatus: OK
2014/05/17 00:27:21.540 -----
2014/05/17 00:27:21.540 Additional watched 'Recorded TV' folders:
2014/05/17 00:27:21.541   'C:\Users\Public\Recorded TV'  ShareStatus: Warning, local paths are not accessible by remote clients.
2014/05/17 00:27:21.541   'G:\Recorded TV'  Error: folder not found
2014/05/17 00:27:21.542 HandleFolders -------------(DONE)----------------
2014/05/17 00:27:21.563 SocketServer> starting up SocketServer
2014/05/17 00:27:21.563 SocketServer> permission to access sockets granted
2014/05/17 00:27:21.566 SocketServer> socket object created
2014/05/17 00:27:21.567 SocketServer> started on port: 9070
2014/05/17 00:27:21.567 Worker::Init>  MaintenanceTimer created
2014/05/17 00:27:21.567 InitializeWorker> successfully started: True
2014/05/17 00:27:21.568 MaintenanceTimer> callback at 12:27 AM
2014/05/17 00:27:21.617 MaintenanceTimer> callback - complete
2014/05/17 00:27:21.698 MainWindow::Window_Loaded> not running as service, checking folder status.
2014/05/17 00:27:21.698 MainWindow::Window_Loaded> Done
2014/05/17 00:27:26.576 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:27:26.600 Finished request GetTimers in 0.03s
2014/05/17 00:27:29.350 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:27:29.353 Finished request GetTimers in 0.00s
2014/05/17 00:27:29.545 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:27:29.547 Finished request GetTimers in 0.00s
2014/05/17 00:28:48.642 Client: 'MediaBrowser^' addon Version: 1.0.0.29, Client OS: windows 6.2.9200.0
2014/05/17 00:28:48.642 Client: 'MediaBrowser^' running remotely: False
2014/05/17 00:28:48.643 Client: 'MediaBrowser^' path to Rec Folder: 'E:\Recorded TV\'

Link to comment
Share on other sites

Chuck

ServerWMC_lastRun

 

2014/05/17 00:18:21.004 ServerWMC started at 5/17/2014 12:18:21 AM
2014/05/17 00:18:21.004 Assembly version: 1.0.0.29, build: 1135
2014/05/17 00:18:21.004 Config file version: 63
2014/05/17 00:18:21.004 Click-once deployment: False
2014/05/17 00:18:21.004 Server MachineName: MEDIA
2014/05/17 00:18:21.004 OS: Windows 8 64-bit
2014/05/17 00:18:21.004 OS Version: 6.2.9200.0
2014/05/17 00:18:22.082 Processor: Intel® Core i7 CPU       X 980  @ 3.33GHz
2014/05/17 00:18:22.082 Graphics: NVIDIA GeForce GTX 650 Ti
2014/05/17 00:18:22.082 -----------------------------------------
2014/05/17 00:18:22.082 Non-default Config Settings -------------
2014/05/17 00:18:22.098 ForcedRadioChannelRanges: System.Collections.Generic.Dictionary`2[system.Double,System.Double] >>Default: -null-
2014/05/17 00:18:22.098 ListenPort: 9070 >>Default: 9080
2014/05/17 00:18:22.098 IsDisablingSleepWhenClientsActive: False >>Default: True
2014/05/17 00:18:22.098 -----------------------------------------
2014/05/17 00:18:22.098 MainWindow> Starting InitializeWorker
2014/05/17 00:18:22.113 RecService> Starting ------------------
2014/05/17 00:18:22.113 EPG> loading...
2014/05/17 00:18:22.113 EPG> opening store
2014/05/17 00:18:22.270 EPG> TV store opened OK
2014/05/17 00:18:22.270 EnumerateRecorders> Tuner Devices and TuningSpaces found:
2014/05/17 00:18:22.270 EnumerateRecorders> 0 Content Recorder HardwareBaseId:
2014/05/17 00:18:22.270 EnumerateRecorders>                          HardwareId: aa00c74f-4abc-4cfa-8bc9-e131ec03fd48
2014/05/17 00:18:22.301 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 1 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:18:22.301 EnumerateRecorders> 1 Content Recorder HardwareBaseId:
2014/05/17 00:18:22.301 EnumerateRecorders>                          HardwareId: 0fd8b1c3-aab9-46f2-a212-619609846f36
2014/05/17 00:18:22.301 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 2 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:18:22.301 EnumerateRecorders> 2 Content Recorder HardwareBaseId:
2014/05/17 00:18:22.301 EnumerateRecorders>                          HardwareId: e41976ee-6103-4758-acc8-00b51126f77a
2014/05/17 00:18:22.301 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:18:22.301 EnumerateRecorders> 3 Content Recorder HardwareBaseId:
2014/05/17 00:18:22.301 EnumerateRecorders>                          HardwareId: 8b1152a6-8368-42a5-92cd-4b9b021093f9
2014/05/17 00:18:22.301 EnumerateRecorders>  count: 0 Device name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 4 (00-00-22-00-00-80-5e-71),  TuningSpace: Digital Cable
2014/05/17 00:18:22.301 EnumerateRecorders> done
2014/05/17 00:18:22.317 GetLineUpsAndChannels> started
2014/05/17 00:18:22.956 GetLineUpsAndChannels> Total LineUps: 1, Total channels imported: 92
2014/05/17 00:18:22.960 GetLineUpsAndChannels>    Channels found in database: 588
2014/05/17 00:18:22.960 GetLineUpsAndChannels>    Ignored Channels> Blocked in WMC: 489, User hidden: 0
2014/05/17 00:18:22.960 GetLineUpsAndChannels>    Strange Channels> Null space: 0, Out-of-range(ignored): 7, Radio: 0
2014/05/17 00:18:22.960 GetLineUpsAndChannels>    Protected Channels>  encrypted: 0,  DRM: 0
2014/05/17 00:18:22.960 GetLineUpsAndChannels>    Edited Channels> Callsigns: 0,   Numbers: 0
2014/05/17 00:18:22.960 GetLineUpsAndChannels>    Channel Groups found: 1
2014/05/17 00:18:22.960 GetLineUpsAndChannels>    Ignored Channel Groups> Blocked in WMC: 0, Empty groups: 0
2014/05/17 00:18:22.960 GetLineUpsAndChannels> done
2014/05/17 00:18:22.960 EPG> loading done
2014/05/17 00:18:23.104 StartRecordingLibraryWatcher> recording library watcher started
2014/05/17 00:18:23.283 RecService> EventScheduler started
2014/05/17 00:18:23.283 RecService> tuner priming turned off
2014/05/17 00:18:23.283 LoadGenreDict> 'GenreDict.xml' loaded OK
2014/05/17 00:18:23.283 CheckChannelIcons> Channel icons processed: 92
2014/05/17 00:18:23.283 RecService> -------------(DONE)----------------
2014/05/17 00:18:23.283 HandleFolders ------------------------------------
2014/05/17 00:18:23.299 --- Share detail for 'E:\Recorded TV\':
2014/05/17 00:18:23.299 >  shared with: NT AUTHORITY\Authenticated Users | DeleteSubdirectoriesAndFiles, Modify, Synchronize | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: NT AUTHORITY\SYSTEM | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: NT AUTHORITY\SYSTEM | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: BUILTIN\Administrators | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Chuck | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: S-1-5-21-666271628-3260869005-442266640-1007 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: S-1-5-21-666271628-3260869005-442266640-1010 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: S-1-5-21-666271628-3260869005-442266640-1011 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: S-1-5-21-666271628-3260869005-442266640-1012 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\HomeUsers | ReadAndExecute, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: S-1-5-21-666271628-3260869005-442266640-1019 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 270467583 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx1-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: S-1-5-21-666271628-3260869005-442266640-1021 | FullControl | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx3-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx3-MEDIA | 270467583 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx3-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx3-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx3-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | 270467583 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: MEDIA\Mcx4-MEDIA | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: S-1-5-80-2913099195-3001839937-1914692661-1563395363-459793767 | DeleteSubdirectoriesAndFiles, Modify, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: NT SERVICE\ehSched | DeleteSubdirectoriesAndFiles, Modify, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: NT SERVICE\ehRecvr | DeleteSubdirectoriesAndFiles, Modify, Synchronize | ContainerInherit, ObjectInherit | None | Allow
2014/05/17 00:18:23.299 >  shared with: BUILTIN\Administrators | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: BUILTIN\Administrators | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: NT AUTHORITY\SYSTEM | FullControl | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: NT AUTHORITY\SYSTEM | 268435456 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: NT AUTHORITY\Authenticated Users | Modify, Synchronize | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: NT AUTHORITY\Authenticated Users | -536805376 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 >  shared with: BUILTIN\Users | ReadAndExecute, Synchronize | None | None | Allow
2014/05/17 00:18:23.299 >  shared with: BUILTIN\Users | -1610612736 | ContainerInherit, ObjectInherit | InheritOnly | Allow
2014/05/17 00:18:23.299 ----
2014/05/17 00:18:23.299 Local WMC 'RecTV' folder: 'E:\Recorded TV\',   ShareStatus: OK
2014/05/17 00:18:23.299 Format: NTFS
2014/05/17 00:18:23.299 Stored Network 'Recorded tv' path:
2014/05/17 00:18:23.299 >  Samba: smb://MEDIA/Recorded TV
2014/05/17 00:18:23.330 >    UNC: \\MEDIA\Recorded TV,   ShareStatus: OK
2014/05/17 00:18:23.330 -----
2014/05/17 00:18:23.330 Additional watched 'Recorded TV' folders:
2014/05/17 00:18:23.346   'C:\Users\Public\Recorded TV'  ShareStatus: Warning, local paths are not accessible by remote clients.
2014/05/17 00:18:23.346   'G:\Recorded TV'  Error: folder not found
2014/05/17 00:18:23.346 HandleFolders -------------(DONE)----------------
2014/05/17 00:18:23.362 SocketServer> starting up SocketServer
2014/05/17 00:18:23.362 SocketServer> permission to access sockets granted
2014/05/17 00:18:23.362 SocketServer> socket object created
2014/05/17 00:18:23.362 SocketServer> started on port: 9070
2014/05/17 00:18:23.362 Worker::Init>  MaintenanceTimer created
2014/05/17 00:18:23.362 InitializeWorker> successfully started: True
2014/05/17 00:18:23.362 MaintenanceTimer> callback at 12:18 AM
2014/05/17 00:18:23.424 MaintenanceTimer> callback - complete
2014/05/17 00:18:23.487 MainWindow::Window_Loaded> not running as service, checking folder status.
2014/05/17 00:18:23.487 MainWindow::Window_Loaded> Done
2014/05/17 00:18:33.878 Received client request: MediaBrowser^@MEDIA@|GetTestInt
2014/05/17 00:18:33.878 Finished request GetTestInt in 0.02s
2014/05/17 00:18:33.878 Received client request: MediaBrowser^@MEDIA@|ClientGoingDown
2014/05/17 00:18:33.878 ClientGoingDown> Client 'MediaBrowser^' disconnecting
2014/05/17 00:18:33.878 Finished request ClientGoingDown in 0.00s
2014/05/17 00:18:33.894 Client: 'MediaBrowser^' addon Version: 1.0.0.29, Client OS: windows 6.2.9200.0
2014/05/17 00:18:33.894 Client: 'MediaBrowser^' running remotely: False
2014/05/17 00:18:33.894 Client: 'MediaBrowser^' path to Rec Folder: 'E:\Recorded TV\'
2014/05/17 00:18:33.894 Received client request: MediaBrowser^@MEDIA@|GetChannels
2014/05/17 00:18:34.363 Finished request GetChannels in 0.47s
2014/05/17 00:18:34.425 Received client request: MediaBrowser^@MEDIA@|GetEntries|35005|1400296714|1400728714
2014/05/17 00:18:34.472 Finished request GetEntries in 0.05s
2014/05/17 00:18:34.488 Received client request: MediaBrowser^@MEDIA@|GetEntries|34760|1400296714|1400728714
2014/05/17 00:18:34.503 Finished request GetEntries in 0.02s
2014/05/17 00:18:34.503 Received client request: MediaBrowser^@MEDIA@|GetEntries|34852|1400296714|1400728714
2014/05/17 00:18:34.503 Finished request GetEntries in 0.00s
2014/05/17 00:18:34.519 Received client request: MediaBrowser^@MEDIA@|GetEntries|34876|1400296714|1400728714
2014/05/17 00:18:34.519 Finished request GetEntries in 0.00s
2014/05/17 00:18:34.519 Received client request: MediaBrowser^@MEDIA@|GetEntries|34814|1400296714|1400728714
2014/05/17 00:18:34.566 Finished request GetEntries in 0.05s
2014/05/17 00:18:34.581 Received client request: MediaBrowser^@MEDIA@|GetEntries|34576|1400296714|1400728714
2014/05/17 00:18:34.628 Finished request GetEntries in 0.05s
2014/05/17 00:18:34.644 Received client request: MediaBrowser^@MEDIA@|GetEntries|34969|1400296714|1400728714
2014/05/17 00:18:34.675 Finished request GetEntries in 0.03s
2014/05/17 00:18:34.691 Received client request: MediaBrowser^@MEDIA@|GetEntries|34528|1400296714|1400728714
2014/05/17 00:18:34.706 Finished request GetEntries in 0.02s
2014/05/17 00:18:34.706 Received client request: MediaBrowser^@MEDIA@|GetEntries|34451|1400296714|1400728714
2014/05/17 00:18:34.769 Finished request GetEntries in 0.06s
2014/05/17 00:18:34.784 Received client request: MediaBrowser^@MEDIA@|GetEntries|34940|1400296714|1400728714
2014/05/17 00:18:34.800 Finished request GetEntries in 0.02s
2014/05/17 00:18:34.816 Received client request: MediaBrowser^@MEDIA@|GetEntries|34291|1400296714|1400728714
2014/05/17 00:18:34.847 Finished request GetEntries in 0.03s
2014/05/17 00:18:34.863 Received client request: MediaBrowser^@MEDIA@|GetEntries|34966|1400296714|1400728714
2014/05/17 00:18:34.894 Finished request GetEntries in 0.03s
2014/05/17 00:18:34.894 Received client request: MediaBrowser^@MEDIA@|GetEntries|34593|1400296714|1400728714
2014/05/17 00:18:34.957 Finished request GetEntries in 0.06s
2014/05/17 00:18:34.972 Received client request: MediaBrowser^@MEDIA@|GetEntries|34694|1400296714|1400728714
2014/05/17 00:18:35.003 Finished request GetEntries in 0.03s
2014/05/17 00:18:35.035 Received client request: MediaBrowser^@MEDIA@|GetEntries|34429|1400296715|1400728715
2014/05/17 00:18:35.035 Finished request GetEntries in 0.00s
2014/05/17 00:18:35.035 Received client request: MediaBrowser^@MEDIA@|GetEntries|34582|1400296715|1400728715
2014/05/17 00:18:35.097 Finished request GetEntries in 0.06s
2014/05/17 00:18:35.113 Received client request: MediaBrowser^@MEDIA@|GetEntries|34500|1400296715|1400728715
2014/05/17 00:18:35.160 Finished request GetEntries in 0.05s
2014/05/17 00:18:35.175 Received client request: MediaBrowser^@MEDIA@|GetEntries|34272|1400296715|1400728715
2014/05/17 00:18:35.207 Finished request GetEntries in 0.03s
2014/05/17 00:18:35.222 Received client request: MediaBrowser^@MEDIA@|GetEntries|34250|1400296715|1400728715
2014/05/17 00:18:35.238 Finished request GetEntries in 0.02s
2014/05/17 00:18:35.269 Received client request: MediaBrowser^@MEDIA@|GetEntries|34560|1400296715|1400728715
2014/05/17 00:18:35.316 Finished request GetEntries in 0.05s
2014/05/17 00:18:35.332 Received client request: MediaBrowser^@MEDIA@|GetEntries|34316|1400296715|1400728715
2014/05/17 00:18:35.347 Finished request GetEntries in 0.02s
2014/05/17 00:18:35.363 Received client request: MediaBrowser^@MEDIA@|GetEntries|34356|1400296715|1400728715
2014/05/17 00:18:35.410 Finished request GetEntries in 0.05s
2014/05/17 00:18:35.425 Received client request: MediaBrowser^@MEDIA@|GetEntries|34505|1400296715|1400728715
2014/05/17 00:18:35.457 Finished request GetEntries in 0.03s
2014/05/17 00:18:35.488 Received client request: MediaBrowser^@MEDIA@|GetEntries|35151|1400296715|1400728715
2014/05/17 00:18:35.535 Finished request GetEntries in 0.05s
2014/05/17 00:18:35.550 Received client request: MediaBrowser^@MEDIA@|GetEntries|34244|1400296715|1400728715
2014/05/17 00:18:35.566 Finished request GetEntries in 0.02s
2014/05/17 00:18:35.582 Received client request: MediaBrowser^@MEDIA@|GetEntries|35122|1400296715|1400728715
2014/05/17 00:18:35.628 Finished request GetEntries in 0.05s
2014/05/17 00:18:35.644 Received client request: MediaBrowser^@MEDIA@|GetEntries|34754|1400296715|1400728715
2014/05/17 00:18:35.660 Finished request GetEntries in 0.02s
2014/05/17 00:18:35.675 Received client request: MediaBrowser^@MEDIA@|GetEntries|34432|1400296715|1400728715
2014/05/17 00:18:35.691 Finished request GetEntries in 0.02s
2014/05/17 00:18:35.707 Received client request: MediaBrowser^@MEDIA@|GetEntries|34602|1400296715|1400728715
2014/05/17 00:18:35.738 Finished request GetEntries in 0.03s
2014/05/17 00:18:35.738 Received client request: MediaBrowser^@MEDIA@|GetEntries|35229|1400296715|1400728715
2014/05/17 00:18:35.785 Finished request GetEntries in 0.05s
2014/05/17 00:18:35.800 Received client request: MediaBrowser^@MEDIA@|GetEntries|34234|1400296715|1400728715
2014/05/17 00:18:35.816 Finished request GetEntries in 0.02s
2014/05/17 00:18:35.832 Received client request: MediaBrowser^@MEDIA@|GetEntries|34492|1400296715|1400728715
2014/05/17 00:18:35.878 Finished request GetEntries in 0.05s
2014/05/17 00:18:35.878 Received client request: MediaBrowser^@MEDIA@|GetEntries|34255|1400296715|1400728715
2014/05/17 00:18:35.910 Finished request GetEntries in 0.03s
2014/05/17 00:18:35.925 Received client request: MediaBrowser^@MEDIA@|GetEntries|34442|1400296715|1400728715
2014/05/17 00:18:35.957 Finished request GetEntries in 0.03s
2014/05/17 00:18:35.972 Received client request: MediaBrowser^@MEDIA@|GetEntries|34547|1400296715|1400728715
2014/05/17 00:18:36.019 Finished request GetEntries in 0.05s
2014/05/17 00:18:36.035 Received client request: MediaBrowser^@MEDIA@|GetEntries|35195|1400296716|1400728716
2014/05/17 00:18:36.082 Finished request GetEntries in 0.05s
2014/05/17 00:18:36.097 Received client request: MediaBrowser^@MEDIA@|GetEntries|34949|1400296716|1400728716
2014/05/17 00:18:36.113 Finished request GetEntries in 0.02s
2014/05/17 00:18:36.128 Received client request: MediaBrowser^@MEDIA@|GetEntries|35100|1400296716|1400728716
2014/05/17 00:18:36.175 Finished request GetEntries in 0.05s
2014/05/17 00:18:36.175 Received client request: MediaBrowser^@MEDIA@|GetEntries|35255|1400296716|1400728716
2014/05/17 00:18:36.207 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.207 Received client request: MediaBrowser^@MEDIA@|GetEntries|34330|1400296716|1400728716
2014/05/17 00:18:36.238 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.269 Received client request: MediaBrowser^@MEDIA@|GetEntries|34846|1400296716|1400728716
2014/05/17 00:18:36.300 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.316 Received client request: MediaBrowser^@MEDIA@|GetEntries|34699|1400296716|1400728716
2014/05/17 00:18:36.347 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.363 Received client request: MediaBrowser^@MEDIA@|GetEntries|35310|1400296716|1400728716
2014/05/17 00:18:36.394 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.394 Received client request: MediaBrowser^@MEDIA@|GetEntries|34309|1400296716|1400728716
2014/05/17 00:18:36.457 Finished request GetEntries in 0.06s
2014/05/17 00:18:36.488 Received client request: MediaBrowser^@MEDIA@|GetEntries|34265|1400296716|1400728716
2014/05/17 00:18:36.519 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.519 Received client request: MediaBrowser^@MEDIA@|GetEntries|35128|1400296716|1400728716
2014/05/17 00:18:36.550 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.566 Received client request: MediaBrowser^@MEDIA@|GetEntries|34619|1400296716|1400728716
2014/05/17 00:18:36.582 Finished request GetEntries in 0.02s
2014/05/17 00:18:36.613 Received client request: MediaBrowser^@MEDIA@|GetEntries|34887|1400296716|1400728716
2014/05/17 00:18:36.628 Finished request GetEntries in 0.02s
2014/05/17 00:18:36.628 Received client request: MediaBrowser^@MEDIA@|GetEntries|34386|1400296716|1400728716
2014/05/17 00:18:36.660 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.675 Received client request: MediaBrowser^@MEDIA@|GetEntries|34452|1400296716|1400728716
2014/05/17 00:18:36.691 Finished request GetEntries in 0.02s
2014/05/17 00:18:36.707 Received client request: MediaBrowser^@MEDIA@|GetEntries|34324|1400296716|1400728716
2014/05/17 00:18:36.722 Finished request GetEntries in 0.02s
2014/05/17 00:18:36.722 Received client request: MediaBrowser^@MEDIA@|GetEntries|34928|1400296716|1400728716
2014/05/17 00:18:36.738 Finished request GetEntries in 0.02s
2014/05/17 00:18:36.753 Received client request: MediaBrowser^@MEDIA@|GetEntries|34927|1400296716|1400728716
2014/05/17 00:18:36.800 Finished request GetEntries in 0.05s
2014/05/17 00:18:36.832 Received client request: MediaBrowser^@MEDIA@|GetEntries|34351|1400296716|1400728716
2014/05/17 00:18:36.863 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.879 Received client request: MediaBrowser^@MEDIA@|GetEntries|34502|1400296716|1400728716
2014/05/17 00:18:36.925 Finished request GetEntries in 0.05s
2014/05/17 00:18:36.941 Received client request: MediaBrowser^@MEDIA@|GetEntries|35029|1400296716|1400728716
2014/05/17 00:18:36.972 Finished request GetEntries in 0.03s
2014/05/17 00:18:36.988 Received client request: MediaBrowser^@MEDIA@|GetEntries|34892|1400296716|1400728716
2014/05/17 00:18:37.035 Finished request GetEntries in 0.05s
2014/05/17 00:18:37.051 Received client request: MediaBrowser^@MEDIA@|GetEntries|34870|1400296717|1400728717
2014/05/17 00:18:37.097 Finished request GetEntries in 0.05s
2014/05/17 00:18:37.113 Received client request: MediaBrowser^@MEDIA@|GetEntries|34769|1400296717|1400728717
2014/05/17 00:18:37.129 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.144 Received client request: MediaBrowser^@MEDIA@|GetEntries|34868|1400296717|1400728717
2014/05/17 00:18:37.176 Finished request GetEntries in 0.03s
2014/05/17 00:18:37.191 Received client request: MediaBrowser^@MEDIA@|GetEntries|35142|1400296717|1400728717
2014/05/17 00:18:37.238 Finished request GetEntries in 0.05s
2014/05/17 00:18:37.238 Received client request: MediaBrowser^@MEDIA@|GetEntries|34869|1400296717|1400728717
2014/05/17 00:18:37.269 Finished request GetEntries in 0.03s
2014/05/17 00:18:37.285 Received client request: MediaBrowser^@MEDIA@|GetEntries|35070|1400296717|1400728717
2014/05/17 00:18:37.301 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.301 Received client request: MediaBrowser^@MEDIA@|GetEntries|34422|1400296717|1400728717
2014/05/17 00:18:37.332 Finished request GetEntries in 0.03s
2014/05/17 00:18:37.347 Received client request: MediaBrowser^@MEDIA@|GetEntries|34921|1400296717|1400728717
2014/05/17 00:18:37.363 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.394 Received client request: MediaBrowser^@MEDIA@|GetEntries|34854|1400296717|1400728717
2014/05/17 00:18:37.410 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.426 Received client request: MediaBrowser^@MEDIA@|GetEntries|34595|1400296717|1400728717
2014/05/17 00:18:37.472 Finished request GetEntries in 0.05s
2014/05/17 00:18:37.472 Received client request: MediaBrowser^@MEDIA@|GetEntries|34294|1400296717|1400728717
2014/05/17 00:18:37.519 Finished request GetEntries in 0.05s
2014/05/17 00:18:37.519 Received client request: MediaBrowser^@MEDIA@|GetEntries|34348|1400296717|1400728717
2014/05/17 00:18:37.566 Finished request GetEntries in 0.05s
2014/05/17 00:18:37.582 Received client request: MediaBrowser^@MEDIA@|GetEntries|35111|1400296717|1400728717
2014/05/17 00:18:37.597 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.613 Received client request: MediaBrowser^@MEDIA@|GetEntries|34527|1400296717|1400728717
2014/05/17 00:18:37.644 Finished request GetEntries in 0.03s
2014/05/17 00:18:37.644 Received client request: MediaBrowser^@MEDIA@|GetEntries|34793|1400296717|1400728717
2014/05/17 00:18:37.676 Finished request GetEntries in 0.03s
2014/05/17 00:18:37.691 Received client request: MediaBrowser^@MEDIA@|GetEntries|35282|1400296717|1400728717
2014/05/17 00:18:37.722 Finished request GetEntries in 0.03s
2014/05/17 00:18:37.738 Received client request: MediaBrowser^@MEDIA@|GetEntries|34678|1400296717|1400728717
2014/05/17 00:18:37.785 Finished request GetEntries in 0.05s
2014/05/17 00:18:37.801 Received client request: MediaBrowser^@MEDIA@|GetEntries|34638|1400296717|1400728717
2014/05/17 00:18:37.816 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.832 Received client request: MediaBrowser^@MEDIA@|GetEntries|35143|1400296717|1400728717
2014/05/17 00:18:37.847 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.863 Received client request: MediaBrowser^@MEDIA@|GetEntries|34515|1400296717|1400728717
2014/05/17 00:18:37.894 Finished request GetEntries in 0.03s
2014/05/17 00:18:37.910 Received client request: MediaBrowser^@MEDIA@|GetEntries|34251|1400296717|1400728717
2014/05/17 00:18:37.926 Finished request GetEntries in 0.02s
2014/05/17 00:18:37.941 Received client request: MediaBrowser^@MEDIA@|GetEntries|34905|1400296717|1400728717
2014/05/17 00:18:38.004 Finished request GetEntries in 0.06s
2014/05/17 00:18:38.035 Received client request: MediaBrowser^@MEDIA@|GetEntries|34447|1400296718|1400728718
2014/05/17 00:18:38.082 Finished request GetEntries in 0.05s
2014/05/17 00:18:38.097 Received client request: MediaBrowser^@MEDIA@|GetEntries|34705|1400296718|1400728718
2014/05/17 00:18:38.144 Finished request GetEntries in 0.05s
2014/05/17 00:18:38.144 Received client request: MediaBrowser^@MEDIA@|GetEntries|34382|1400296718|1400728718
2014/05/17 00:18:38.176 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.176 Received client request: MediaBrowser^@MEDIA@|GetEntries|34252|1400296718|1400728718
2014/05/17 00:18:38.207 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.222 Received client request: MediaBrowser^@MEDIA@|GetEntries|34467|1400296718|1400728718
2014/05/17 00:18:38.254 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.254 Received client request: MediaBrowser^@MEDIA@|GetEntries|35268|1400296718|1400728718
2014/05/17 00:18:38.285 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.285 Received client request: MediaBrowser^@MEDIA@|GetEntries|34640|1400296718|1400728718
2014/05/17 00:18:38.316 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.332 Received client request: MediaBrowser^@MEDIA@|GetEntries|34457|1400296718|1400728718
2014/05/17 00:18:38.363 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.363 Received client request: MediaBrowser^@MEDIA@|GetEntries|34639|1400296718|1400728718
2014/05/17 00:18:38.394 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.394 Received client request: MediaBrowser^@MEDIA@|GetEntries|35247|1400296718|1400728718
2014/05/17 00:18:38.426 Finished request GetEntries in 0.03s
2014/05/17 00:18:38.426 Received client request: MediaBrowser^@MEDIA@|GetEntries|34768|1400296718|1400728718
2014/05/17 00:18:38.488 Finished request GetEntries in 0.06s
2014/05/17 00:18:38.535 Received client request: MediaBrowser^@MEDIA@|GetEntries|34466|1400296718|1400728718
2014/05/17 00:18:38.551 Finished request GetEntries in 0.02s
2014/05/17 00:18:38.551 Received client request: MediaBrowser^@MEDIA@|GetEntries|34674|1400296718|1400728718
2014/05/17 00:18:38.566 Finished request GetEntries in 0.02s
2014/05/17 00:18:38.566 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:18:38.644 GetRecordings> Completed for client MediaBrowser^,  results:
2014/05/17 00:18:38.644 GetRecordings>    Transfered: RecTV folder files: 67,  watched files: 0
2014/05/17 00:18:38.644 GetRecordings>    Ignored:  local files: 0, temp files: 0
2014/05/17 00:18:38.644 GetRecordings>    Weird files:  no program: 0, no channel: 1, orphaned: 0
2014/05/17 00:18:38.644 GetRecordings>    Misc:  content protected: 0, icons: 36, instantRec: 0, metaDataReads: 0
2014/05/17 00:18:38.644 Finished request GetRecordings in 0.08s
2014/05/17 00:18:43.828 Received client request: MediaBrowser^@MEDIA@|GetServerVersion
2014/05/17 00:18:43.828 Finished request GetServerVersion in 0.00s
2014/05/17 00:18:43.828 Received client request: MediaBrowser^@MEDIA@|GetTunerStatus
2014/05/17 00:18:43.859 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 1 (00-00-22-00-00-80-5e-71), Id: aa00c74f-4abc-4cfa-8bc9-e131ec03fd48, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:18:43.859 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 2 (00-00-22-00-00-80-5e-71), Id: 0fd8b1c3-aab9-46f2-a212-619609846f36, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:18:43.859 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71), Id: e41976ee-6103-4758-acc8-00b51126f77a, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:18:43.859 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 4 (00-00-22-00-00-80-5e-71), Id: 8b1152a6-8368-42a5-92cd-4b9b021093f9, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:18:43.859 Finished request GetTunerStatus in 0.03s
2014/05/17 00:18:55.501 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:18:55.516 Finished request GetTimers in 0.02s
2014/05/17 00:18:55.688 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:18:55.704 Finished request GetTimers in 0.02s
2014/05/17 00:18:59.423 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:18:59.423 Finished request GetTimers in 0.00s
2014/05/17 00:19:03.395 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:19:03.395 Finished request GetTimers in 0.00s
2014/05/17 00:19:04.895 Received client request: MediaBrowser^@MEDIA@6|OpenLiveStream|34316|IncludeStreamInfo
2014/05/17 00:19:04.895 OpenLiveStream> -----------------start------------------------
2014/05/17 00:19:04.895 OpenLiveStream> client: MediaBrowser^ requesting live stream
2014/05/17 00:19:04.895 StreamProc> live-tv started
2014/05/17 00:19:04.926 SetChannel> Attempt: 0,  Tuner: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71) / e41976ee-6103-4758-acc8-00b51126f77a
2014/05/17 00:19:04.926 SetChannel> > Digital: True
2014/05/17 00:19:04.926 SetChannel> > Encrypted: False
2014/05/17 00:19:04.926 SetChannel> > RecorderInfo found: True
2014/05/17 00:19:04.926 SetChannel> > Recorder Content Protection: PROT_COPY_FREE
2014/05/17 00:19:04.926 SetChannel > busy: False, client: none
2014/05/17 00:19:04.926 SetChannel> > tuner is available  => stopping search
2014/05/17 00:19:04.926 SetChannel> Recorder acquired: True
2014/05/17 00:19:04.926 SetChannel> TuneRequest set
2014/05/17 00:19:05.082 StreamProc> wtv recording started in 0.19 sec
2014/05/17 00:19:05.082 StreamProc> stream output file: LiveTV_MediaBrowser^6_Digital Cable_211_2014_05_17_00_19_04.ts
2014/05/17 00:19:05.082 StreamProc> started remux thread: 'WRCDT-211: 34316'
2014/05/17 00:19:05.114 Remux::FindDescriptors> Scanning wtv for streams...
2014/05/17 00:19:07.328 Parse> Guid: 0 took 2.17 sec, it was attempted 200 times
2014/05/17 00:19:07.338 Parse> Next 4 Guids: 0.01 sec, 0.00 sec, 0.00 sec, 0.00 sec,
2014/05/17 00:19:08.999 Parse> Descriptor pass done, using 1080 guids in 1.66 sec
2014/05/17 00:19:08.999 Parse> Total Descriptor parse time: 3.84 sec
2014/05/17 00:19:08.999 Pass 'Descriptor':
2014/05/17 00:19:08.999  >  WtvToPesDemuxer::Parse> total guid headers processed: 1,080
2014/05/17 00:19:08.999  >  WtvToPesDemuxer::Parse> total data packets processed: 244
2014/05/17 00:19:08.999 Remux::FindDescriptors> wtv scanned (3.90 sec), Streams found:
2014/05/17 00:19:09.009  >  Audio: ID:26 ac3 5.1 48000 Hz 384 kb/s
2014/05/17 00:19:09.009  >  Audio: ID:27 ac3 2.0 48000 Hz 96 kb/s
2014/05/17 00:19:09.009  >  Video: ID:28 mpeg2video MP-HL 1920x1080i fps: 30000/1001 AR: 16:9
2014/05/17 00:19:09.009  >  SubTitle: ID:29 MSCaption
2014/05/17 00:19:09.009 Remux::FindDescriptors> Output streams:
2014/05/17 00:19:09.009  >  Audio: ID:26 ac3 5.1 48000 Hz 384 kb/s
2014/05/17 00:19:09.009  >  Audio: ID:27 ac3 2.0 48000 Hz 96 kb/s
2014/05/17 00:19:09.009  >  Video: ID:28 mpeg2video MP-HL 1920x1080i fps: 30000/1001 AR: 16:9
2014/05/17 00:19:09.099 StreamProc> 'ts' file created, size: 1,212,416 in 4.02 sec
2014/05/17 00:19:09.099 StreamProc> total time: 4.20 sec
2014/05/17 00:19:09.099 OpenLiveStream> stream path returned to client: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^6_Digital Cable_211_2014_05_17_00_19_04.ts
2014/05/17 00:19:09.109 OpenLiveStream> -----------------done-------------------------
2014/05/17 00:19:09.109 Finished request OpenLiveStream in 4.21s
2014/05/17 00:19:12.429 Received client request: MediaBrowser^@MEDIA@7|OpenLiveStream|34316|IncludeStreamInfo
2014/05/17 00:19:12.429 OpenLiveStream> -----------------start------------------------
2014/05/17 00:19:12.429 OpenLiveStream> client: MediaBrowser^ requesting live stream
2014/05/17 00:19:12.969 AddStreamToRemux> MuxOutput filter added for: MediaBrowser^7, file: LiveTV_MediaBrowser^7_Digital Cable_211_2014_05_17_00_19_12.ts
2014/05/17 00:19:12.969 AddStreamToRemux> ts file size: 65,536
2014/05/17 00:19:12.969 OpenLiveStream> stream path returned to client: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^7_Digital Cable_211_2014_05_17_00_19_12.ts
2014/05/17 00:19:12.969 OpenLiveStream> -----------------done-------------------------
2014/05/17 00:19:12.969 Finished request OpenLiveStream in 0.54s
2014/05/17 00:19:13.409 Received client request: MediaBrowser^@MEDIA@6|CloseLiveStream
2014/05/17 00:19:13.409 CloseStream> -----------------start------------------------
2014/05/17 00:19:13.479 DeleteTS> ts file size: 9,437,184
2014/05/17 00:19:13.479 RemoveMuxOutput> ts file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^6_Digital Cable_211_2014_05_17_00_19_04.ts
2014/05/17 00:19:13.479 RemoveStreamFromRemux> MuxFilter output removed for MediaBrowser^6
2014/05/17 00:19:13.479 Close> closed stream for client: MediaBrowser^6
2014/05/17 00:19:13.479 CloseStream> -----------------done-------------------------
2014/05/17 00:19:13.479 Finished request CloseLiveStream in 0.07s
2014/05/17 00:19:18.689 Received client request: MediaBrowser^@MEDIA@7|CloseLiveStream
2014/05/17 00:19:18.689 CloseStream> -----------------start------------------------
2014/05/17 00:19:18.699 Remux::Stop> stop remux requested
2014/05/17 00:19:18.709 WtvToPesDemuxer::Parse> Guid header detects stream end
2014/05/17 00:19:18.709 Pass 'mux2ts':
2014/05/17 00:19:18.709  >  WtvToPesDemuxer::Parse> total guid headers processed: 8,376
2014/05/17 00:19:18.709  >  WtvToPesDemuxer::Parse> total data packets processed: 1,355
2014/05/17 00:19:18.729 Remux> ENDED, >>>>>>>>>> Run Time: 0.16 min <<<<<<<<<<
2014/05/17 00:19:18.759 StreamProc::Close> remux stopped successfully
2014/05/17 00:19:18.819 DeleteTS> ts file size: 13,205,504
2014/05/17 00:19:18.819 StreamProc::Close> ts file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^7_Digital Cable_211_2014_05_17_00_19_12.ts
2014/05/17 00:19:18.819 RecordToWTV::Close> isPassive is False => COM recorder will be stopped
2014/05/17 00:19:19.644 StreamProc::Close> wtv closed successfully
2014/05/17 00:19:19.706 StreamProc::Close> wtv file size: 22,806,528
2014/05/17 00:19:19.706 StreamProc::Close> wtv file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^6_Digital Cable_211_2014_05_17_00_19_04.wtv
2014/05/17 00:19:19.706 StreamProc::Close> closed in 1.01 sec
2014/05/17 00:19:19.706 Close> closed stream for client: MediaBrowser^7
2014/05/17 00:19:19.706 CloseStream> -----------------done-------------------------
2014/05/17 00:19:19.706 Finished request CloseLiveStream in 1.02s
2014/05/17 00:20:45.991 Received client request: MediaBrowser^@MEDIA@|GetServerVersion
2014/05/17 00:20:45.991 Finished request GetServerVersion in 0.00s
2014/05/17 00:20:45.991 Received client request: MediaBrowser^@MEDIA@|GetTunerStatus
2014/05/17 00:20:46.007 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 1 (00-00-22-00-00-80-5e-71), Id: aa00c74f-4abc-4cfa-8bc9-e131ec03fd48, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:20:46.007 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 2 (00-00-22-00-00-80-5e-71), Id: 0fd8b1c3-aab9-46f2-a212-619609846f36, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:20:46.007 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71), Id: e41976ee-6103-4758-acc8-00b51126f77a, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:20:46.007 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 4 (00-00-22-00-00-80-5e-71), Id: 8b1152a6-8368-42a5-92cd-4b9b021093f9, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:20:46.007 Finished request GetTunerStatus in 0.02s
2014/05/17 00:21:19.309 Received client request: MediaBrowser^@MEDIA@|GetServerVersion
2014/05/17 00:21:19.309 Finished request GetServerVersion in 0.00s
2014/05/17 00:21:19.309 Received client request: MediaBrowser^@MEDIA@|GetTunerStatus
2014/05/17 00:21:19.320 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 1 (00-00-22-00-00-80-5e-71), Id: aa00c74f-4abc-4cfa-8bc9-e131ec03fd48, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:19.320 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 2 (00-00-22-00-00-80-5e-71), Id: 0fd8b1c3-aab9-46f2-a212-619609846f36, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:19.320 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71), Id: e41976ee-6103-4758-acc8-00b51126f77a, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:19.320 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 4 (00-00-22-00-00-80-5e-71), Id: 8b1152a6-8368-42a5-92cd-4b9b021093f9, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:19.320 Finished request GetTunerStatus in 0.01s
2014/05/17 00:21:25.412 Received client request: MediaBrowser^@MEDIA@|GetServerVersion
2014/05/17 00:21:25.412 Finished request GetServerVersion in 0.00s
2014/05/17 00:21:25.412 Received client request: MediaBrowser^@MEDIA@|GetTunerStatus
2014/05/17 00:21:25.412 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 1 (00-00-22-00-00-80-5e-71), Id: aa00c74f-4abc-4cfa-8bc9-e131ec03fd48, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:25.412 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 2 (00-00-22-00-00-80-5e-71), Id: 0fd8b1c3-aab9-46f2-a212-619609846f36, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:25.412 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71), Id: e41976ee-6103-4758-acc8-00b51126f77a, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:25.412 GetTunerStatus> Name: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 4 (00-00-22-00-00-80-5e-71), Id: 8b1152a6-8368-42a5-92cd-4b9b021093f9, SourceType: Digital Cable, Status: Available, ProgramName: , RecordId: , ChannelId: , Clients:
2014/05/17 00:21:25.412 Finished request GetTunerStatus in 0.00s
2014/05/17 00:22:55.682 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:22:55.687 Finished request GetTimers in 0.01s
2014/05/17 00:22:55.902 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:22:55.904 Finished request GetTimers in 0.00s
2014/05/17 00:23:39.251 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:39.274 Finished request GetRecordings in 0.02s
2014/05/17 00:23:39.276 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:39.293 Finished request GetRecordings in 0.02s
2014/05/17 00:23:39.295 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:39.310 Finished request GetRecordings in 0.02s
2014/05/17 00:23:45.792 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:45.807 Finished request GetRecordings in 0.02s
2014/05/17 00:23:47.569 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:47.587 Finished request GetRecordings in 0.02s
2014/05/17 00:23:58.183 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:58.197 Finished request GetRecordings in 0.01s
2014/05/17 00:23:58.200 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:58.216 Finished request GetRecordings in 0.02s
2014/05/17 00:23:58.218 Received client request: MediaBrowser^@MEDIA@|GetRecordings
2014/05/17 00:23:58.241 Finished request GetRecordings in 0.02s
2014/05/17 00:24:03.580 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:24:03.584 Finished request GetTimers in 0.00s
2014/05/17 00:24:07.759 Received client request: MediaBrowser^@MEDIA@|GetSeriesTimers
2014/05/17 00:24:07.775 Finished request GetSeriesTimers in 0.02s
2014/05/17 00:24:13.901 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:24:13.903 Finished request GetTimers in 0.00s
2014/05/17 00:24:50.435 Received client request: MediaBrowser^@MEDIA@|GetTimers
2014/05/17 00:24:50.437 Finished request GetTimers in 0.00s
2014/05/17 00:24:51.939 Received client request: MediaBrowser^@MEDIA@8|OpenLiveStream|34316|IncludeStreamInfo
2014/05/17 00:24:51.939 OpenLiveStream> -----------------start------------------------
2014/05/17 00:24:51.940 OpenLiveStream> client: MediaBrowser^ requesting live stream
2014/05/17 00:24:51.943 StreamProc> live-tv started
2014/05/17 00:24:51.949 SetChannel> Attempt: 0,  Tuner: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71) / e41976ee-6103-4758-acc8-00b51126f77a
2014/05/17 00:24:51.949 SetChannel> > Digital: True
2014/05/17 00:24:51.949 SetChannel> > Encrypted: False
2014/05/17 00:24:51.950 SetChannel> > RecorderInfo found: True
2014/05/17 00:24:51.951 SetChannel> > Recorder Content Protection: PROT_COPY_FREE
2014/05/17 00:24:51.952 SetChannel > busy: False, client: none
2014/05/17 00:24:51.952 SetChannel> > tuner is available  => stopping search
2014/05/17 00:24:51.953 SetChannel> Recorder acquired: True
2014/05/17 00:24:51.954 SetChannel> TuneRequest set
2014/05/17 00:24:51.963 StreamProc> wtv recording started in 0.02 sec
2014/05/17 00:24:51.963 StreamProc> stream output file: LiveTV_MediaBrowser^8_Digital Cable_211_2014_05_17_00_24_51.ts
2014/05/17 00:24:51.964 StreamProc> started remux thread: 'WRCDT-211: 34316'
2014/05/17 00:24:52.178 Remux::FindDescriptors> Scanning wtv for streams...
2014/05/17 00:24:53.983 Parse> Guid: 0 took 1.81 sec, it was attempted 600 times
2014/05/17 00:24:53.983 Parse> Next 4 Guids: 0.00 sec, 0.00 sec, 0.00 sec, 0.00 sec,
2014/05/17 00:24:55.216 Parse> Descriptor pass done, using 883 guids in 1.23 sec
2014/05/17 00:24:55.216 Parse> Total Descriptor parse time: 3.04 sec
2014/05/17 00:24:55.216 Pass 'Descriptor':
2014/05/17 00:24:55.216  >  WtvToPesDemuxer::Parse> total guid headers processed: 883
2014/05/17 00:24:55.216  >  WtvToPesDemuxer::Parse> total data packets processed: 185
2014/05/17 00:24:55.228 Remux::FindDescriptors> wtv scanned (3.05 sec), Streams found:
2014/05/17 00:24:55.228  >  Audio: ID:30 ac3 5.1 48000 Hz 384 kb/s
2014/05/17 00:24:55.228  >  Audio: ID:31 ac3 2.0 48000 Hz 96 kb/s
2014/05/17 00:24:55.228  >  Video: ID:32 mpeg2video MP-HL 1920x1080i fps: 30000/1001 AR: 16:9
2014/05/17 00:24:55.228  >  SubTitle: ID:33 MSCaption
2014/05/17 00:24:55.228 Remux::FindDescriptors> Output streams:
2014/05/17 00:24:55.228  >  Audio: ID:30 ac3 5.1 48000 Hz 384 kb/s
2014/05/17 00:24:55.228  >  Audio: ID:31 ac3 2.0 48000 Hz 96 kb/s
2014/05/17 00:24:55.228  >  Video: ID:32 mpeg2video MP-HL 1920x1080i fps: 30000/1001 AR: 16:9
2014/05/17 00:24:55.294 StreamProc> 'ts' file created, size: 1,507,328 in 3.33 sec
2014/05/17 00:24:55.294 StreamProc> total time: 3.35 sec
2014/05/17 00:24:55.294 OpenLiveStream> stream path returned to client: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^8_Digital Cable_211_2014_05_17_00_24_51.ts
2014/05/17 00:24:55.294 OpenLiveStream> -----------------done-------------------------
2014/05/17 00:24:55.294 Finished request OpenLiveStream in 3.36s
2014/05/17 00:24:58.595 Received client request: MediaBrowser^@MEDIA@9|OpenLiveStream|34316|IncludeStreamInfo
2014/05/17 00:24:58.595 OpenLiveStream> -----------------start------------------------
2014/05/17 00:24:58.595 OpenLiveStream> client: MediaBrowser^ requesting live stream
2014/05/17 00:24:59.136 AddStreamToRemux> MuxOutput filter added for: MediaBrowser^9, file: LiveTV_MediaBrowser^9_Digital Cable_211_2014_05_17_00_24_58.ts
2014/05/17 00:24:59.136 AddStreamToRemux> ts file size: 163,840
2014/05/17 00:24:59.136 OpenLiveStream> stream path returned to client: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^9_Digital Cable_211_2014_05_17_00_24_58.ts
2014/05/17 00:24:59.139 OpenLiveStream> -----------------done-------------------------
2014/05/17 00:24:59.139 Finished request OpenLiveStream in 0.54s
2014/05/17 00:24:59.596 Received client request: MediaBrowser^@MEDIA@8|CloseLiveStream
2014/05/17 00:24:59.596 CloseStream> -----------------start------------------------
2014/05/17 00:24:59.648 DeleteTS> ts file size: 9,371,648
2014/05/17 00:24:59.648 RemoveMuxOutput> ts file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^8_Digital Cable_211_2014_05_17_00_24_51.ts
2014/05/17 00:24:59.648 RemoveStreamFromRemux> MuxFilter output removed for MediaBrowser^8
2014/05/17 00:24:59.648 Close> closed stream for client: MediaBrowser^8
2014/05/17 00:24:59.649 CloseStream> -----------------done-------------------------
2014/05/17 00:24:59.649 Finished request CloseLiveStream in 0.05s
2014/05/17 00:25:04.536 Received client request: MediaBrowser^@MEDIA@9|CloseLiveStream
2014/05/17 00:25:04.536 CloseStream> -----------------start------------------------
2014/05/17 00:25:04.536 Remux::Stop> stop remux requested
2014/05/17 00:25:04.539 WtvToPesDemuxer::Parse> Guid header detects stream end
2014/05/17 00:25:04.539 Pass 'mux2ts':
2014/05/17 00:25:04.539  >  WtvToPesDemuxer::Parse> total guid headers processed: 7,650
2014/05/17 00:25:04.539  >  WtvToPesDemuxer::Parse> total data packets processed: 1,285
2014/05/17 00:25:04.566 Remux> ENDED, >>>>>>>>>> Run Time: 0.16 min <<<<<<<<<<
2014/05/17 00:25:04.578 StreamProc::Close> remux stopped successfully
2014/05/17 00:25:04.629 DeleteTS> ts file size: 13,402,112
2014/05/17 00:25:04.630 StreamProc::Close> ts file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^9_Digital Cable_211_2014_05_17_00_24_58.ts
2014/05/17 00:25:04.630 RecordToWTV::Close> isPassive is False => COM recorder will be stopped
2014/05/17 00:25:05.079 StreamProc::Close> wtv closed successfully
2014/05/17 00:25:05.130 StreamProc::Close> wtv file size: 22,282,240
2014/05/17 00:25:05.130 StreamProc::Close> wtv file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^8_Digital Cable_211_2014_05_17_00_24_51.wtv
2014/05/17 00:25:05.130 StreamProc::Close> closed in 0.59 sec
2014/05/17 00:25:05.130 Close> closed stream for client: MediaBrowser^9
2014/05/17 00:25:05.130 CloseStream> -----------------done-------------------------
2014/05/17 00:25:05.130 Finished request CloseLiveStream in 0.59s
2014/05/17 00:25:40.781 Received client request: MediaBrowser^@MEDIA@10|OpenLiveStream|34316|IncludeStreamInfo
2014/05/17 00:25:40.781 OpenLiveStream> -----------------start------------------------
2014/05/17 00:25:40.781 OpenLiveStream> client: MediaBrowser^ requesting live stream
2014/05/17 00:25:40.784 StreamProc> live-tv started
2014/05/17 00:25:40.790 SetChannel> Attempt: 0,  Tuner: Ceton InfiniTV PCIe (00-80-5e-71) Tuner 3 (00-00-22-00-00-80-5e-71) / e41976ee-6103-4758-acc8-00b51126f77a
2014/05/17 00:25:40.790 SetChannel> > Digital: True
2014/05/17 00:25:40.790 SetChannel> > Encrypted: False
2014/05/17 00:25:40.791 SetChannel> > RecorderInfo found: True
2014/05/17 00:25:40.791 SetChannel> > Recorder Content Protection: PROT_COPY_FREE
2014/05/17 00:25:40.792 SetChannel > busy: False, client: none
2014/05/17 00:25:40.792 SetChannel> > tuner is available  => stopping search
2014/05/17 00:25:40.793 SetChannel> Recorder acquired: True
2014/05/17 00:25:40.794 SetChannel> TuneRequest set
2014/05/17 00:25:40.803 StreamProc> wtv recording started in 0.02 sec
2014/05/17 00:25:40.803 StreamProc> stream output file: LiveTV_MediaBrowser^10_Digital Cable_211_2014_05_17_00_25_40.ts
2014/05/17 00:25:40.803 StreamProc> started remux thread: 'WRCDT-211: 34316'
2014/05/17 00:25:40.822 Remux::FindDescriptors> Scanning wtv for streams...
2014/05/17 00:25:43.464 Parse> Guid: 0 took 2.64 sec, it was attempted 879 times
2014/05/17 00:25:43.464 Parse> Next 4 Guids: 0.00 sec, 0.00 sec, 0.00 sec, 0.00 sec,
2014/05/17 00:25:44.507 Parse> Descriptor pass done, using 500 guids in 1.04 sec
2014/05/17 00:25:44.507 Parse> Total Descriptor parse time: 3.69 sec
2014/05/17 00:25:44.507 Pass 'Descriptor':
2014/05/17 00:25:44.507  >  WtvToPesDemuxer::Parse> total guid headers processed: 500
2014/05/17 00:25:44.507  >  WtvToPesDemuxer::Parse> total data packets processed: 98
2014/05/17 00:25:44.527 Remux::FindDescriptors> wtv scanned (3.71 sec), Streams found:
2014/05/17 00:25:44.527  >  Audio: ID:38 ac3 5.1 48000 Hz 384 kb/s
2014/05/17 00:25:44.527  >  Audio: ID:39 ac3 2.0 48000 Hz 96 kb/s
2014/05/17 00:25:44.527  >  Video: ID:40 mpeg2video MP-HL 1920x1080i fps: 30000/1001 AR: 16:9
2014/05/17 00:25:44.527  >  SubTitle: ID:41 MSCaption
2014/05/17 00:25:44.527 Remux::FindDescriptors> Output streams:
2014/05/17 00:25:44.528  >  Audio: ID:38 ac3 5.1 48000 Hz 384 kb/s
2014/05/17 00:25:44.528  >  Audio: ID:39 ac3 2.0 48000 Hz 96 kb/s
2014/05/17 00:25:44.528  >  Video: ID:40 mpeg2video MP-HL 1920x1080i fps: 30000/1001 AR: 16:9
2014/05/17 00:25:44.550 StreamProc> 'ts' file created, size: 163,840 in 3.75 sec
2014/05/17 00:25:44.550 StreamProc> total time: 3.77 sec
2014/05/17 00:25:44.550 OpenLiveStream> stream path returned to client: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^10_Digital Cable_211_2014_05_17_00_25_40.ts
2014/05/17 00:25:44.550 OpenLiveStream> -----------------done-------------------------
2014/05/17 00:25:44.550 Finished request OpenLiveStream in 3.77s
2014/05/17 00:25:49.045 Received client request: MediaBrowser^@MEDIA@11|OpenLiveStream|34316|IncludeStreamInfo
2014/05/17 00:25:49.045 OpenLiveStream> -----------------start------------------------
2014/05/17 00:25:49.045 OpenLiveStream> client: MediaBrowser^ requesting live stream
2014/05/17 00:25:49.560 AddStreamToRemux> MuxOutput filter added for: MediaBrowser^11, file: LiveTV_MediaBrowser^11_Digital Cable_211_2014_05_17_00_25_49.ts
2014/05/17 00:25:49.560 AddStreamToRemux> ts file size: 196,608
2014/05/17 00:25:49.560 OpenLiveStream> stream path returned to client: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^11_Digital Cable_211_2014_05_17_00_25_49.ts
2014/05/17 00:25:49.560 OpenLiveStream> -----------------done-------------------------
2014/05/17 00:25:49.560 Finished request OpenLiveStream in 0.51s
2014/05/17 00:25:50.046 Received client request: MediaBrowser^@MEDIA@10|CloseLiveStream
2014/05/17 00:25:50.046 CloseStream> -----------------start------------------------
2014/05/17 00:25:50.099 DeleteTS> ts file size: 11,468,800
2014/05/17 00:25:50.099 RemoveMuxOutput> ts file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^10_Digital Cable_211_2014_05_17_00_25_40.ts
2014/05/17 00:25:50.100 RemoveStreamFromRemux> MuxFilter output removed for MediaBrowser^10
2014/05/17 00:25:50.100 Close> closed stream for client: MediaBrowser^10
2014/05/17 00:25:50.100 CloseStream> -----------------done-------------------------
2014/05/17 00:25:50.100 Finished request CloseLiveStream in 0.05s
2014/05/17 00:25:53.833 Received client request: MediaBrowser^@MEDIA@11|CloseLiveStream
2014/05/17 00:25:53.833 CloseStream> -----------------start------------------------
2014/05/17 00:25:53.833 Remux::Stop> stop remux requested
2014/05/17 00:25:53.836 WtvToPesDemuxer::Parse> Guid header detects stream end
2014/05/17 00:25:53.836 Pass 'mux2ts':
2014/05/17 00:25:53.836  >  WtvToPesDemuxer::Parse> total guid headers processed: 7,243
2014/05/17 00:25:53.836  >  WtvToPesDemuxer::Parse> total data packets processed: 1,213
2014/05/17 00:25:53.856 Remux> ENDED, >>>>>>>>>> Run Time: 0.16 min <<<<<<<<<<
2014/05/17 00:25:53.875 StreamProc::Close> remux stopped successfully
2014/05/17 00:25:53.926 DeleteTS> ts file size: 10,747,904
2014/05/17 00:25:53.926 StreamProc::Close> ts file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^11_Digital Cable_211_2014_05_17_00_25_49.ts
2014/05/17 00:25:53.927 RecordToWTV::Close> isPassive is False => COM recorder will be stopped
2014/05/17 00:25:54.368 StreamProc::Close> wtv closed successfully
2014/05/17 00:25:54.419 StreamProc::Close> wtv file size: 21,757,952
2014/05/17 00:25:54.419 StreamProc::Close> wtv file deleted: E:\Recorded TV\TempSWMC\LiveTV_MediaBrowser^10_Digital Cable_211_2014_05_17_00_25_40.wtv
2014/05/17 00:25:54.419 StreamProc::Close> closed in 0.59 sec
2014/05/17 00:25:54.419 Close> closed stream for client: MediaBrowser^11
2014/05/17 00:25:54.419 CloseStream> -----------------done-------------------------
2014/05/17 00:25:54.419 Finished request CloseLiveStream in 0.59s
2014/05/17 00:26:23.374 MaintenanceTimer> callback at 12:26 AM
2014/05/17 00:26:23.374 MaintenanceTimer> callback - complete
2014/05/17 00:26:42.935 OnClosing> shutting down Worker
2014/05/17 00:26:42.935 WorkerClose> closing client socket
2014/05/17 00:26:42.936 WorkerClose> closing any running streams
2014/05/17 00:26:42.936 WorkerClose> stopping maintenance timer
2014/05/17 00:26:42.936 WorkerClose> stopping RecServce/EPG
2014/05/17 00:26:42.938 ListMissingGenres> Total count of genre look-ups: 14,094
2014/05/17 00:26:42.938 ListMissingGenres> No missing genres found
2014/05/17 00:26:42.940 TV Objectstore closed
2014/05/17 00:26:42.941 CloseTraceLog: -- exited normally

Link to comment
Share on other sites

If it's internet explorer, live tv currently doesn't play very well in IE. we're working oni t.

Link to comment
Share on other sites

Chuck

Yep ... Tried it in Chrome and it works fine.  IE 11 is not a happy camper.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...