- Moderator
- #921
Okay,
I applied MisterD's patch and removed the wait for PMT just to see what would happen... The OnGraphStarted() method looks like this...
Interesting enough, the audio was not detected (see attached logs.)
Let me know if there is any other information I can provide.
Thanks again guys!
I applied MisterD's patch and removed the wait for PMT just to see what would happen... The OnGraphStarted() method looks like this...
Code:
public override void OnGraphStarted()
{
Log.Log.WriteFile("HDPVR: subch:{0} OnGraphStarted", _subChannelId);
_graphRunning = true;
_dateTimeShiftStarted = DateTime.MinValue;
SetupPmtGrabber(256, _serviceID);
//_pmtTimer.Enabled = true;
//while (_pmtVersion < 0)
//{
// Log.Log.Write("subch:{0} wait for pmt:{1:X}", _subChannelId, _pmtPid);
// Thread.Sleep(20);
//}
}
Interesting enough, the audio was not detected (see attached logs.)
Let me know if there is any other information I can provide.
Thanks again guys!