[mythtv-commits] mythtv branch master updated by jpoet. v0.28-pre-830-g7f8dd24

Git Repo Owner noreply at mythtv.org
Sun Feb 9 22:29:19 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  7f8dd24816a251d51b3cb42173d7dd19a4ba1a52 (commit)
       via  efea2ba147fc707590757855df73b265eb94e4c3 (commit)
      from  ffd38d1bba28aea710ad095c4e0844fe63381b38 (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 7f8dd24816a251d51b3cb42173d7dd19a4ba1a52
Author:    John Poet <jpoet at mythtv.org> at Sun, 9 Feb 2014 15:20:04 -0700
Committer: John Poet <jpoet at mythtv.org> at Sun, 9 Feb 2014 15:28:05 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7f8dd24816a251d51b3cb42173d7dd19a4ba1a52

Some HLS tweaks to make recording more robust when faced with unreliable feeds.



commit efea2ba147fc707590757855df73b265eb94e4c3
Author:    John Poet <jpoet at mythtv.org> at Sun, 9 Feb 2014 15:20:03 -0700
Committer: John Poet <jpoet at mythtv.org> at Sun, 9 Feb 2014 15:28:04 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=efea2ba147fc707590757855df73b265eb94e4c3

Adjust the Signal Monitor timeout to before the scheduling prep for the next show.



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

Summary of changes:
 mythtv/libs/libmythbase/mythsingledownload.cpp     |   12 +-
 mythtv/libs/libmythbase/mythsingledownload.h       |    5 +
 .../libmythtv/recorders/HLS/HLSPlaylistWorker.cpp  |   73 +++--
 mythtv/libs/libmythtv/recorders/HLS/HLSReader.cpp  |  400 ++++++++++++--------
 mythtv/libs/libmythtv/recorders/HLS/HLSReader.h    |   32 ++-
 mythtv/libs/libmythtv/recorders/HLS/HLSSegment.cpp |    6 +
 mythtv/libs/libmythtv/recorders/HLS/HLSSegment.h   |   12 +-
 mythtv/libs/libmythtv/recorders/HLS/HLSStream.cpp  |    6 +-
 mythtv/libs/libmythtv/recorders/HLS/HLSStream.h    |    5 +
 .../libmythtv/recorders/HLS/HLSStreamWorker.cpp    |   40 ++-
 .../libs/libmythtv/recorders/HLS/HLSStreamWorker.h |    1 +
 .../libs/libmythtv/recorders/hlsstreamhandler.cpp  |   21 +-
 mythtv/libs/libmythtv/tv_rec.cpp                   |    7 +-
 13 files changed, 387 insertions(+), 233 deletions(-)

-- 



More information about the mythtv-commits mailing list