[mythtv-firehose] mythtv branch master updated by gigem. v0.26-alpha-60-g94f1eff

Git Repo Owner noreply at mythtv.org
Mon Jul 30 16:06:28 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  94f1eff2c39e3f642ae63a6b456c628696c8f5bf (commit)
      from  922b1d2be8175e7a83af7cb7de930ece7d6df4a4 (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 94f1eff2c39e3f642ae63a6b456c628696c8f5bf
Author:    Ronald Frazier <ron at ronfrazier.net> at Mon, 30 Jul 2012 11:02:32 -0500
Committer: David Engel <dengel at mythtv.org> at Mon, 30 Jul 2012 11:05:48 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=94f1eff2c39e3f642ae63a6b456c628696c8f5bf

Add Ceton usb support
The attached patch fixes an issue with the Ceton RTP code that
prevents it from working on the USB version Ceton device.  The
previous code attempted to filter out any packets originating from IPs
other than the Ceton's configured IP.  This worked fine with the PCIe
ceton device, but the USB version does not behave the same way.
Packets will be originated from another IP address.  Thus the code
will not let any packets through when using a USB Ceton.  Removing
this check will allow both the PCIe and USB Ceton devices to function
properly.  Fixes #10952 .

Signed-off-by: David Engel <dengel at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/cetonrtp.cpp |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

-- 



More information about the mythtv-firehose mailing list