
noreply at mythtv
May 5, 2012, 9:00 PM
Views: 49
Permalink
|
|
mythtv branch master updated by jyavenard. v0.26-pre-193-g1f4f89b
|
|
The branch, master has been updated on the mythtv repository by gitolite user jyavenard. via 1f4f89b2206325b6f2bdd8face7d9e2b572144b5 (commit) via 357573abd6a7757931d90f25014211044f4a87eb (commit) from 4b8b3cc86c042decead0aed1330c3f2314a08c76 (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 1f4f89b2206325b6f2bdd8face7d9e2b572144b5 Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 6 May 2012 13:59:14 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 6 May 2012 13:59:39 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=1f4f89b2206325b6f2bdd8face7d9e2b572144b5 Add AirPlay support from iTunes. iTunes doesn't send session ID when initiating a connection, we receiving content without a session id, use the IP address of the AirPlay client instead. commit 357573abd6a7757931d90f25014211044f4a87eb Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 6 May 2012 13:56:58 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Sun, 6 May 2012 13:59:39 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=357573abd6a7757931d90f25014211044f4a87eb Fix seeking with some http streamed content Do not rely on the URL to determine if we can seek in media. Instead try to seek to the start, if no error occurs: we can seek. This allows seeking in a youtube stream using AirPlay ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/mythairplayserver.cpp | 61 ++++++++++++++----------- mythtv/libs/libmythtv/mythairplayserver.h | 3 + mythtv/libs/libmythtv/streamingringbuffer.cpp | 12 ++--- 3 files changed, 43 insertions(+), 33 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|