[mythtv-commits] [MythTV/mythtv] 7b1af4: Allow IPTV tuning from HDHomeRun video source

kmdewaal noreply at github.com
Sun May 14 15:21:19 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 7b1af4554057a6f8029fabdf3c2490aff0ffe2ee
      https://github.com/MythTV/mythtv/commit/7b1af4554057a6f8029fabdf3c2490aff0ffe2ee
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-12 (Fri, 12 May 2023)

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

  Log Message:
  -----------
  Allow IPTV tuning from HDHomeRun video source

Allow IPTV (FREEBOX) tuning even when DVB tuning data for
transport stream interfaces such as transport id is available.
A HDHomeRun video source can be populated from an XML file with
the "HDHomeRun Channel Import" function.
This loads the tuning data for the libhdhomerun interface but
also an URL that can be used for HTTP streaming.
Recording HDHomeRun channels with HTTP streaming can be done
by creating an IPTV (FREEBOX) capture card and connecting
that capture card to the video source already populated by
the HDHomeRun capture card.
The HDHomeRun capture card can then be disconnected from
that video source to insure only HTTP streaming is used.
Note that HDHomeRun HTTP streaming does not pass EIT data.


  Commit: ecd29c753244ace4494cd33ba2297a3c1a7a8f0a
      https://github.com/MythTV/mythtv/commit/ecd29c753244ace4494cd33ba2297a3c1a7a8f0a
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-14 (Sun, 14 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/iptvchannelfetcher.cpp

  Log Message:
  -----------
  IPTV import HDHomeRun M3U channel list

Capture cards of type IPTV can import M3U channel lists in
various formats; the HDHomeRun M3U format has now been added.


  Commit: cba2fb15b9649d755d439e85b7bc1872e0a0e6d9
      https://github.com/MythTV/mythtv/commit/cba2fb15b9649d755d439e85b7bc1872e0a0e6d9
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-14 (Sun, 14 May 2023)

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

  Log Message:
  -----------
  Help text for IPTV capture card configuration

Extend the help text for the IPTV capture card configuration
with examples for HDHomeRun and Freebox.


  Commit: 8a09a5551712075d47930445501ac10c84dd6508
      https://github.com/MythTV/mythtv/commit/8a09a5551712075d47930445501ac10c84dd6508
  Author: kmdewaal <kdewaal at mythtv.org>
  Date:   2023-05-14 (Sun, 14 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/iptvchannelfetcher.cpp
    M mythtv/libs/libmythtv/tv_rec.cpp
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Merge pull request #750 from kmdewaal/master

Allow IPTV tuning from HDHomeRun video source


Compare: https://github.com/MythTV/mythtv/compare/93694840a792...8a09a5551712


More information about the mythtv-commits mailing list