
noreply at mythtv
Aug 9, 2012, 7:34 AM
Post #1 of 1
(69 views)
Permalink
|
|
mythtv branch master updated by jyavenard. v0.26-beta-9-g8c551e6
|
|
The branch, master has been updated on the mythtv repository by gitolite user jyavenard. via 8c551e600f3b993f8b5199e0f02ce79357e0d6ea (commit) from b8e7df5d42607410de65fbcf25eb33eab64a1e17 (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 8c551e600f3b993f8b5199e0f02ce79357e0d6ea Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Fri, 10 Aug 2012 00:33:05 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Fri, 10 Aug 2012 00:33:22 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=8c551e600f3b993f8b5199e0f02ce79357e0d6ea Fix LiveTV when using HLS IPTVFeederLive::Open is expected to return immediately and not to block for a long time, otherwise the Event thread isn't running and cause the frontend to disconnect prematurely. Thanks to DanielK for his hint and feedback. Fixes #10934 ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp | 17 ++++++++++++++++- mythtv/libs/libmythtv/HLS/httplivestreambuffer.h | 1 + mythtv/libs/libmythtv/iptv/iptvfeederhls.cpp | 13 ++++++++++--- mythtv/libs/libmythtv/iptv/iptvfeederhls.h | 2 ++ 4 files changed, 29 insertions(+), 4 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|