[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1335-g672c469

Git Repo Owner noreply at mythtv.org
Sun May 11 11:27:53 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  672c46994d23b4717ae184b8b84e9a911c5d4007 (commit)
       via  8feac897642810ebfb31788a2494e37df1538677 (commit)
       via  8c2631a591375081561c360ab4a58269b7876682 (commit)
      from  da49bf7a64b0e3adc9c38d360c9fd45af52927cd (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 672c46994d23b4717ae184b8b84e9a911c5d4007
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 11 May 2014 20:54:28 +0930
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 11 May 2014 20:56:13 +0930
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=672c46994d23b4717ae184b8b84e9a911c5d4007

Rework IPTV and RTSP recorders
Lots of issues fixed and addition of missing (but required) features

- Add IPv6 support
- Handle RTCP channel (not 100% sure it’s the right information sent, but it allows to keep alive the connection with some server, and doesn’t impact playback)
- Handle Keep Alive and maintain the RTSP TCP connection life so the rtsp server doesn’t drop us (seen with VLC rtsp server and FreeBox IPTV stream)
- Can use hostnames in URL instead of only IP addresses
- Proper support of rtsp’s SDP

Fixes #11949



commit 8feac897642810ebfb31788a2494e37df1538677
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 5 May 2014 11:55:45 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 11 May 2014 20:56:13 +0930
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8feac897642810ebfb31788a2494e37df1538677

Allow playing url of type udp://, tcp:// and rtp://



commit 8c2631a591375081561c360ab4a58269b7876682
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 4 May 2014 16:20:34 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 11 May 2014 20:56:13 +0930
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8c2631a591375081561c360ab4a58269b7876682

Update doxygen documentation for RingBuffer::Create



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

Summary of changes:
 mythtv/libs/libmythtv/libmythtv.pro                |    1 +
 mythtv/libs/libmythtv/recorders/cetonrtsp.cpp      |  345 ++++++++++++++++++--
 mythtv/libs/libmythtv/recorders/cetonrtsp.h        |   40 ++-
 .../libs/libmythtv/recorders/iptvstreamhandler.cpp |  224 ++++++++++---
 .../libs/libmythtv/recorders/iptvstreamhandler.h   |   38 ++-
 mythtv/libs/libmythtv/ringbuffer.cpp               |    8 +-
 6 files changed, 549 insertions(+), 107 deletions(-)

-- 



More information about the mythtv-commits mailing list