2014-12-15, 12:50 AM
sub Wrote:If there is any errors returned by the BDA components, these are already logged, noted when starting live tv etc.
No errors just the quick Graph reports state 'Stopped'
Code:
2014-12-14 19:47:45.286 [INFO][5] DigitalRecorder.StartStream(LIVE&C:\Temp\live-CHOT-4620-2.ts)
2014-12-14 19:47:45.286 [INFO][5] Creating BDA graph
2014-12-14 19:47:45.390 [DEBUG][5] Using tuner Silicondust HDHomeRun Tuner 10528531-0 (1)
2014-12-14 19:47:45.394 [INFO][5] [00496f80-44d8-0048-cc993e00f4e91506]-70eb1e94-003e99cc
2014-12-14 19:47:45.401 [DEBUG][5] About to auto detect capture filter...
2014-12-14 19:47:45.401 [DEBUG][5] Skipping capture filter detection
2014-12-14 19:47:45.401 [DEBUG][5] No BDA capture filter for this device
2014-12-14 19:47:45.411 [DEBUG][5] Activating time machine
2014-12-14 19:47:45.411 [DEBUG][5] Time machine activated...
2014-12-14 19:47:45.732 [DEBUG][5] EIT collection started
2014-12-14 19:47:45.737 [DEBUG][5] Graph filter list:
2014-12-14 19:47:45.737 [DEBUG][5] - MPEG-2 Sections and Tables
2014-12-14 19:47:45.737 [DEBUG][5] - BDA MPEG2 Transport Information Filter
2014-12-14 19:47:45.737 [DEBUG][5] - MPEG-2 Demultiplexer
2014-12-14 19:47:45.738 [DEBUG][5] - NPVR TS Mon
2014-12-14 19:47:45.738 [DEBUG][5] - Tuner
2014-12-14 19:47:45.738 [DEBUG][5] - Network Provider
2014-12-14 19:47:45.738 [INFO][5] About to start BDA graph
2014-12-14 19:47:45.738 [DEBUG][5] Starting graph...
2014-12-14 19:47:45.741 [DEBUG][5] About to tune BDA graph:
<tuning>
<type>ATSC</type>
<locator>
<physical_channel>40</physical_channel>
</locator>
<service_id>1</service_id>
<tsid>1</tsid>
<service_type>1</service_type>
</tuning>
2014-12-14 19:47:46.560 [DEBUG][5] whoosh whoosh
2014-12-14 19:47:46.564 [DEBUG][5] Calling LockChannel()
2014-12-14 19:47:46.815 [DEBUG][5] locked=0, present=0, strength=0, quality=0 (took 249ms to check)
2014-12-14 19:47:46.862 [DEBUG][5] File size is 0
2014-12-14 19:47:46.862 [INFO][5] DigitalRecorder.StartStream() allocated handle: 0x1
2014-12-14 19:47:46.863 [DEBUG][5] Temp at 14/12/2014 7:47:56 PM
2014-12-14 19:47:58.105 [INFO][5] DigitalRecorder.StopStream() handle: 1
2014-12-14 19:47:58.109 [INFO][5] No more streams active. Stopping device.
2014-12-14 19:47:58.110 [DEBUG][5] About to request async graph stop
2014-12-14 19:47:58.115 [DEBUG][9] Graph stopping... (async)
2014-12-14 19:47:58.131 [DEBUG][9] Graph reports state 'Stopped'
2014-12-14 19:47:58.131 [DEBUG][9] Graph stopped (async)
2014-12-14 19:47:58.131 [DEBUG][5] Async stop completed successfully
2014-12-14 19:47:58.142 [DEBUG][5] Removing filter MPEG-2 Sections and Tables
2014-12-14 19:47:58.143 [DEBUG][5] Removing filter BDA MPEG2 Transport Information Filter
2014-12-14 19:47:58.146 [DEBUG][5] Removing filter MPEG-2 Demultiplexer
2014-12-14 19:47:58.146 [DEBUG][5] Removing filter NPVR TS Mon
2014-12-14 19:47:58.147 [DEBUG][5] Removing filter Tuner
2014-12-14 19:47:58.147 [DEBUG][5] Removing filter Network Provider
Martin