- July 12, 2011
- 392
- 206
- Home Country
- Germany
I can do that, just tell me where to upload...Could somebody please be so kind as to upload the first 50 MB of a "failed" recording to our FTP server?
I can do that, just tell me where to upload...Could somebody please be so kind as to upload the first 50 MB of a "failed" recording to our FTP server?
Connection details are at the bottom of this page in the wiki:I can do that, just tell me where to upload...
doneupload the first 50 MB of a "failed" recording
if (!isChannelAlreadyDecoding)
{
SetChannel(currentChannel, channelInfo, update);
}
if (!isChannelAlreadyDecoding || update)
{
SetChannel(currentChannel, channelInfo, update);
}
I know... but @Zoidberg77 is, and other people may be also.Thx, but I am not using any (in)famous plugins of this kind. I have a standard CI/CAM setup as addressed in your PPPS.
Me too.Hence I wonder why I have observed similar issues.
It looked the same as the logs from @Brette provided on the first page. As per my PPS, I can't see why the stream is not decrypted.Did my log contain anything of interest?
Heh, yes - sometimes it feels like I never sleep.I am wondering if you ever sleep
There were no PMT changes, and both audio streams were present when the recording started. I think that is probably why it succeeded.But seriously, I did a recording this morning a 7:43-8:19 that includes ads between two movies on Sky. THis time I did not wach any other chanel in parallel. The recording is fully OK, no issues with 2nd audio stream, but I don't know if any PMT change took actually place.
[2014-01-05 07:43:11,185] [Log ] [scheduler thread] [DEBUG] - Digital Devices:--> Setting service id 131 for decrypting returned 0
[2014-01-05 07:43:11,186] [Log ] [scheduler thread] [INFO ] - subch:0 cam flags:True
[2014-01-05 07:43:11,191] [Log ] [scheduler thread] [INFO ] - subch:0 SetMpegPidMapping
[2014-01-05 07:43:11,191] [Log ] [scheduler thread] [INFO ] - subch:0 pid:4FF pcr
[2014-01-05 07:43:11,191] [Log ] [scheduler thread] [INFO ] - subch:0 pid:64 pmt
[2014-01-05 07:43:11,193] [Log ] [scheduler thread] [INFO ] - subch:0 pid:20 teletext type:6
[2014-01-05 07:43:11,193] [Log ] [scheduler thread] [INFO ] - subch:0 map pid:20 teletext type:6
[2014-01-05 07:43:11,193] [Log ] [scheduler thread] [INFO ] - subch:0 pid:4FF video type:H.264
[2014-01-05 07:43:11,193] [Log ] [scheduler thread] [INFO ] - subch:0 map pid:4FF video type:H.264
[2014-01-05 07:43:11,194] [Log ] [scheduler thread] [INFO ] - subch:0 pid:503 audio lang:deu type:AC3
[2014-01-05 07:43:11,194] [Log ] [scheduler thread] [INFO ] - subch:0 map pid:503 audio lang:deu type:AC3
[2014-01-05 07:43:11,194] [Log ] [scheduler thread] [INFO ] - subch:0 pid:504 audio lang:eng type:AC3
[2014-01-05 07:43:11,194] [Log ] [scheduler thread] [INFO ] - subch:0 map pid:504 audio lang:eng type:AC3
Maybe. Every test you can think of to narrow the problem would be helpful. Currently we only know that the pre-record time makes a difference...Maybe the issue is linked to the CAM. This would also explain why I never experienced the problem so far since I usually record Sky movies during the night or at times when nobody watches TV.
Yes, it would be nice to have a method to reproduce, apply the patch and see the problem go away.How can we track this down now? I would prefer to identify conditions where the second stream is never decrypted before testing your patch. Otherwise there is no way to tell if there really was a problem that has been solved.