[mythtv-firehose] mythtv branch master updated by paulh. v29-pre-330-gd4c0f13

Git Repo Owner noreply at mythtv.org
Sun Feb 19 11:14:01 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  d4c0f13aede582183aed7f13019c85846b7bfe4b (commit)
      from  57d61f7412e5caf9b91772926bdb651354205581 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d4c0f13aede582183aed7f13019c85846b7bfe4b
Author:    Mike Bibbings <mike.bibbings at gmail.com> at Sun, 19 Feb 2017 11:13:21 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Sun, 19 Feb 2017 11:13:21 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d4c0f13aede582183aed7f13019c85846b7bfe4b

VBOX: Add multi-record support to the vbox recorder
This allows the vbox recorder to record more than one channel using a single
tuner so long as they are on the same multiplex.

You need to uncheck 'Limit single channel streaming per UPnP device' setting
on the Vbox for this to work and firmware >= 2.53 is recommended.

Also Myth needs to know which channels share a multiplex so a retune of the
Vbox recorder in Myth is necessary in order to populate this information into
the database.

This patch also contains work arounds for #12856 and #12773.

Signed-off-by: Paul Harrison <pharrison at mythtv.org>



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/cardutil.cpp                 |   72 +++++++++++++++++++-
 mythtv/libs/libmythtv/cardutil.h                   |    4 +-
 .../libmythtv/channelscan/vboxchannelfetcher.cpp   |   35 +++++++--
 .../libmythtv/channelscan/vboxchannelfetcher.h     |    8 ++-
 mythtv/libs/libmythtv/iptvtuningdata.h             |   14 ++++
 mythtv/libs/libmythtv/recorders/iptvchannel.cpp    |    3 +
 mythtv/libs/libmythtv/recorders/vboxutils.cpp      |    9 ++-
 mythtv/libs/libmythtv/recorders/vboxutils.h        |    1 +
 mythtv/libs/libmythtv/tv_rec.cpp                   |   18 +++++-
 mythtv/libs/libmythtv/videosource.cpp              |   19 +++---
 10 files changed, 156 insertions(+), 27 deletions(-)

-- 



More information about the mythtv-firehose mailing list