[mythtv-firehose] mythtv branch devel/remotefile created by jyavenard. v0.28-pre-1111-ga40669c

Git Repo Owner noreply at mythtv.org
Tue Apr 29 15:12:53 UTC 2014


The branch, devel/remotefile has been created on the
mythtv repository by gitolite user jyavenard.
        at  a40669c4c09490bd2d0835a7ec727eef3e280887 (commit)

- Log -----------------------------------------------------------------
commit a40669c4c09490bd2d0835a7ec727eef3e280887
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 Wed, 30 Apr 2014 01:09:06 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a40669c4c09490bd2d0835a7ec727eef3e280887

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



commit f2345ec4766a2ee94e34376a748eb7c8333c4391
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 30 Apr 2014 01:03:18 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 30 Apr 2014 01:03:18 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f2345ec4766a2ee94e34376a748eb7c8333c4391

Don’t exit playback when reaching EOF and we aren’t connected to the backend
This allows to handle situations where the backend is temporarily unresponsive or killed. Can’t unpause at this stage, but it allows you to do things like saving a bookmark.



commit 0dfa2b3c4c6bf6a45f760f385d41fcd3975639c9
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 29 Apr 2014 23:37:42 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 29 Apr 2014 23:37:42 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0dfa2b3c4c6bf6a45f760f385d41fcd3975639c9

Prevent MythSocket::Read from returning an error, when there’s just no data available yet
If we timed out while attempting to retrieve data, we could attempt to read past the stream, which “reading past the end of the stream is considered an error, so this function returns -1 in those cases” (Qt doc)



commit 08960054d7127c1bd9a1cab1b988b6b68326ea9d
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 29 Apr 2014 23:24:50 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 29 Apr 2014 23:24:50 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=08960054d7127c1bd9a1cab1b988b6b68326ea9d

Reduce CPU usage while waiting for seek to complete



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

-- 



More information about the mythtv-firehose mailing list