[mythtv-commits] [MythTV/mythtv] 027f12: Sat>IP client -- Never close channel

kmdewaal noreply at github.com
Sat Aug 15 19:28:22 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 027f1291b486e96676c908695ca67a73155395e2
      https://github.com/MythTV/mythtv/commit/027f1291b486e96676c908695ca67a73155395e2
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-08-15 (Sat, 15 Aug 2020)

  Changed paths:
    M mythtv/libs/libmythtv/tv_rec.cpp

  Log Message:
  -----------
  Sat>IP client -- Never close channel

Keep the channel always open.
This avoids a Qt issue about opening and closing in different threads that only
happens when "Max Recordings" is set to 1 and the "Schedule as Group" is unchecked.
A more elegant solution would be to insure that opening and closing happens always
in the same thread like it is done in the ceton driver.

Refs #13121




More information about the mythtv-commits mailing list