[mythtv-commits] [MythTV/mythtv] a203d4: Use transport id as service id in MPTS channels

kmdewaal noreply at github.com
Sun May 5 10:02:41 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a203d411b9fffafefe6ea0c8b0ee92a618f584e1
      https://github.com/MythTV/mythtv/commit/a203d411b9fffafefe6ea0c8b0ee92a618f584e1
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-05-05 (Sun, 05 May 2019)

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

  Log Message:
  -----------
  Use transport id as service id in MPTS channels

In mythtv-setup, it is possible to create MPTS channels that
can record the complete transport stream without any pid filtering.
In the channel list, the service ID is used as channel number when
there is no logical channel number information present.
For the MPTS channels, who do not have a service id,  this means
that the channel number must always be entered manually, both on
an initial scan and on a rescan.
This fix uses the transport stream ID as the service ID; the default
channel number of the MPTS channels is then the transport stream ID.

N.B. It is possible that the transport stream id does conflict
with either a logical channel number or a service id but when that
happens the channel number conflict resultion dialogs are still there.




More information about the mythtv-commits mailing list