[mythtv-firehose] mythtv branch devel/027candidates updated by jyavenard. v0.27-252-g1d6e3b2

Git Repo Owner noreply at mythtv.org
Thu May 1 23:50:17 UTC 2014


The branch, devel/027candidates has been updated on the
mythtv repository by gitolite user jyavenard.
       via  1d6e3b2ee5f3b4fe47ba4b3e375293dd479969d2 (commit)
       via  b4983376efcf5a267e4a46937001a75ea80e080f (commit)
       via  7a62f01f6103eb81e8bcfb87f2bc931c4afe03e4 (commit)
      from  bb92ed446a23538ea990f04fd5db31d0aae5633f (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 1d6e3b2ee5f3b4fe47ba4b3e375293dd479969d2
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 2 May 2014 00:42:17 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 2 May 2014 09:51:40 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1d6e3b2ee5f3b4fe47ba4b3e375293dd479969d2

Don’t prevent read should we reached EOF or an error
Prevented to play the last few seconds of a recording.

(cherry picked from commit 904b65bdab15796b3b43102ef1bc0ab3215a2634)



commit b4983376efcf5a267e4a46937001a75ea80e080f
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 1 May 2014 16:29:11 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 2 May 2014 09:51:11 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b4983376efcf5a267e4a46937001a75ea80e080f

Reset failures count once a read succeed
The failure counter was for the entire playback’s duration. So should more than 5 read failures occurred, regardless of time, playback would have been interrupted.
As soon as a read succeed, reset the failure count to 0.

Ref #12113

(cherry picked from commit 305b409bf7c66287618bb74d5da2689906fc3830)



commit 7a62f01f6103eb81e8bcfb87f2bc931c4afe03e4
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 30 Apr 2014 01:09:06 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 2 May 2014 09:51:00 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7a62f01f6103eb81e8bcfb87f2bc931c4afe03e4

Allows RemoteFile to recover from connection drop or timeout
>From time to time, for some users reading from the controlSocket times out, which cause the connection to be dropped. This change allows to recover from this situation

Ref #12113

(cherry picked from commit ad1361a7e82770bfbb7f23fb297f9be8c9e941b2)



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

Summary of changes:
 mythtv/libs/libmythbase/remotefile.cpp |  160 ++++++++++++++++++++++++++++----
 mythtv/libs/libmythbase/remotefile.h   |   10 ++-
 mythtv/libs/libmythtv/ringbuffer.cpp   |   12 +--
 3 files changed, 151 insertions(+), 31 deletions(-)

-- 



More information about the mythtv-firehose mailing list