[mythtv-firehose] mythtv branch fixes/0.27 updated by dekarl. v0.27.5-8-gfbd5ef3

Git Repo Owner noreply at mythtv.org
Sun Sep 20 14:17:02 UTC 2015


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user dekarl.
       via  fbd5ef3122abff438d4d706b4ccc046213f47f22 (commit)
      from  ec7116540f7bca2007f3d74cbd30321d5123993d (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 fbd5ef3122abff438d4d706b4ccc046213f47f22
Author:    Karl Dietz <dekarl at mythtv.org> at Tue, 15 Sep 2015 12:00:00 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 20 Sep 2015 16:16:10 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fbd5ef3122abff438d4d706b4ccc046213f47f22

handle RTP packets with header extensions and/or less then 7 TS packets
1328 is a magic number of 12 (minimum RTP header size) plus
7 times 188 (length of a plain TS packet)

Fix handling of padding length calculation while here.
from RFC 1889, page 11:
    The last octet of the padding contains a count of how many padding
    octets should be ignored.

Refs #11852

(cherry picked from commit 90b98524e04e5a37112e038bd9c5da6958fbf4f1)



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

Summary of changes:
 .../libs/libmythtv/recorders/rtp/rtpdatapacket.h   |    8 +-------
 .../libs/libmythtv/recorders/rtp/rtptsdatapacket.h |    2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-firehose mailing list