[mythtv-commits] [MythTV/mythtv] 4904cc: Read signal strength etc with DVBv3 first

kmdewaal noreply at github.com
Fri Mar 29 22:32:28 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 4904cc1b5fb8cd9e985fae921a328fee272cab8f
      https://github.com/MythTV/mythtv/commit/4904cc1b5fb8cd9e985fae921a328fee272cab8f
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-03-29 (Fri, 29 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dvbchannel.cpp

  Log Message:
  -----------
  Read signal strength etc with DVBv3 first

Read signal strength, bit error rate, signal to noise ratio
and uncorrect block count now first with the DVBv3 API calls
and if these are not supported try it with the DVBv5 API calls.
Reason is reported Linux kernel crashes caused by the
previous change to do the DVBv5 API calls first.
Also some improvements in the DVBv5 version of the code
including added debug log output.

Refs #12638




More information about the mythtv-commits mailing list