Mailing List Archive

mythtv branch fixes/29 updated by jpoet. v29.1-8-g925ceea
The branch, fixes/29 has been updated on the
mythtv repository by gitolite user jpoet.
via 925ceea0fb269b005ae94381374419b1c8389f5e (commit)
via 77a0ff883d171d2e8a393b8ff9740d9b2477f4e1 (commit)
via b33705b0b4f30c5ebb88b2f25699bc16bf6b0a91 (commit)
via 21d4e9714b6765041e669ee2bea416182ae2d3ce (commit)
via 00355e29bb289532e0a592cfb04c0b08bd62541c (commit)
via 0831e888842125c315906694c092a3012a1bdfd8 (commit)
via 0f4ac3e6539a4eee70ea660c1f361d8c253b7af9 (commit)
from f25203ca1827d8997e9ea8ebf6cc06de78cad2ab (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 925ceea0fb269b005ae94381374419b1c8389f5e
Author: John Poet <jpoet@mythtv.org> at Wed, 28 Feb 2018 17:02:07 -0700
Committer: John Patrick Poet <jpoet@mythtv.org> at Wed, 28 Feb 2018 17:03:47 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=925ceea0fb269b005ae94381374419b1c8389f5e

ExternalStreamHandler::ProcessCommand: Stop looping after hitting io error limit.
(cherry picked from commit 03bc275cf9533c8fa9d767598815d720f7dc9efd)



commit 77a0ff883d171d2e8a393b8ff9740d9b2477f4e1
Author: John Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 19:28:57 -0700
Committer: John Patrick Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 19:30:29 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=77a0ff883d171d2e8a393b8ff9740d9b2477f4e1

ExternIO::KillIfRunning: Fix QString arguments.
(cherry picked from commit f9c9dd44b68c49530a7f84102483a22772b77a9c)



commit b33705b0b4f30c5ebb88b2f25699bc16bf6b0a91
Author: John Poet <jpoet@mythtv.org> at Thu, 22 Feb 2018 18:51:40 -0700
Committer: John Patrick Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 17:19:14 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=b33705b0b4f30c5ebb88b2f25699bc16bf6b0a91

Allow the SignalHandler's StreamHandler to be used by the Recorder.
Currently only supported by the External Recorder, this allows the data seen
by the Signal Monitor to be used by the recorder. This is helpful for
'slow' recorders, and the IPTV recorder would also benifit.

(cherry picked from commit ed85b14c137f88d0e1da8c1488f460cf68f5d5af)



commit 21d4e9714b6765041e669ee2bea416182ae2d3ce
Author: John Poet <jpoet@mythtv.org> at Thu, 22 Feb 2018 17:29:24 -0700
Committer: John Patrick Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 17:17:22 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=21d4e9714b6765041e669ee2bea416182ae2d3ce

ExternalStreamHandler: Kill miss-behaving external recorders.
(cherry picked from commit 002c7606372f1657fb4857ad708c055d28275cb7)



commit 00355e29bb289532e0a592cfb04c0b08bd62541c
Author: John Poet <jpoet@mythtv.org> at Sat, 17 Feb 2018 17:24:10 -0700
Committer: John Patrick Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 17:17:01 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=00355e29bb289532e0a592cfb04c0b08bd62541c

ExternalRecorder: Allow use of the "External Channel Changer".
(cherry picked from commit 23d74c719ac440e4c45bf01ae21b8cdd945af483)



commit 0831e888842125c315906694c092a3012a1bdfd8
Author: John Poet <jpoet@mythtv.org> at Sat, 17 Feb 2018 16:44:03 -0700
Committer: John Patrick Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 17:14:45 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=0831e888842125c315906694c092a3012a1bdfd8

ExternalRecorder: Allow user to specify arguments to the external recorder.
FileDevice does not (currently) support arguments to the file, so just let
the user hand-type in the path.

(cherry picked from commit dab5b5dd0cd971e82a2a50d4378a8e447cffad84)



commit 0f4ac3e6539a4eee70ea660c1f361d8c253b7af9
Author: John Poet <jpoet@mythtv.org> at Sat, 17 Feb 2018 16:32:16 -0700
Committer: John Patrick Poet <jpoet@mythtv.org> at Sun, 25 Feb 2018 17:11:36 -0700
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=0f4ac3e6539a4eee70ea660c1f361d8c253b7af9

External Recorder: Allow user to specify the tunning timeout.
(cherry picked from commit d092966109b9713d84e225da092f780d8f88c33f)



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

Summary of changes:
.../libs/libmythtv/channelscan/channelscan_sm.cpp | 2 +-
mythtv/libs/libmythtv/recorders/ExternalChannel.h | 3 +
.../libs/libmythtv/recorders/ExternalRecorder.cpp | 19 ++--
.../libmythtv/recorders/ExternalSignalMonitor.cpp | 27 ++++--
.../libmythtv/recorders/ExternalSignalMonitor.h | 2 +-
.../libmythtv/recorders/ExternalStreamHandler.cpp | 110 ++++++++++++--------
.../libmythtv/recorders/ExternalStreamHandler.h | 11 ++-
.../libmythtv/recorders/analogsignalmonitor.cpp | 12 ++-
.../libs/libmythtv/recorders/analogsignalmonitor.h | 6 +-
.../libs/libmythtv/recorders/asisignalmonitor.cpp | 10 +-
mythtv/libs/libmythtv/recorders/asisignalmonitor.h | 2 +-
.../libmythtv/recorders/cetonsignalmonitor.cpp | 10 +-
.../libs/libmythtv/recorders/cetonsignalmonitor.h | 2 +-
.../libs/libmythtv/recorders/dtvsignalmonitor.cpp | 3 +-
mythtv/libs/libmythtv/recorders/dtvsignalmonitor.h | 1 +
.../libs/libmythtv/recorders/dvbsignalmonitor.cpp | 3 +-
mythtv/libs/libmythtv/recorders/dvbsignalmonitor.h | 1 +
.../libmythtv/recorders/firewiresignalmonitor.cpp | 20 ++--
.../libmythtv/recorders/firewiresignalmonitor.h | 1 +
.../libs/libmythtv/recorders/hdhrsignalmonitor.cpp | 10 +-
.../libs/libmythtv/recorders/hdhrsignalmonitor.h | 2 +-
.../libs/libmythtv/recorders/iptvsignalmonitor.cpp | 7 +-
.../libs/libmythtv/recorders/iptvsignalmonitor.h | 2 +-
.../libs/libmythtv/recorders/scriptsignalmonitor.h | 5 +-
mythtv/libs/libmythtv/recorders/signalmonitor.cpp | 39 +++++---
mythtv/libs/libmythtv/recorders/signalmonitor.h | 6 +-
mythtv/libs/libmythtv/recorders/streamhandler.cpp | 11 +--
.../libmythtv/recorders/v4l2encsignalmonitor.cpp | 12 ++-
.../libmythtv/recorders/v4l2encsignalmonitor.h | 2 +-
mythtv/libs/libmythtv/tv_rec.cpp | 3 +-
mythtv/libs/libmythtv/videosource.cpp | 31 ++++--
31 files changed, 230 insertions(+), 145 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose