Modify

Ticket #10952 (closed Patch - Bug Fix: fixed)

Opened 10 months ago

Last modified 10 months ago

Add Ceton usb support

Reported by: Ronald Frazier <ron@…> Owned by: danielk
Priority: minor Milestone: 0.26
Component: MythTV - Recording Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

Attachments

ceton.patch (790 bytes) - added by Ronald Frazier <ron@…> 10 months ago.

Change History

Changed 10 months ago by Ronald Frazier <ron@…>

comment:1 Changed 10 months ago by danielk

  • Status changed from new to accepted
  • Type changed from Patch - Feature to Patch - Bug Fix
  • Milestone changed from unknown to 0.26

comment:2 Changed 10 months ago by Ronald Frazier <ron@…>

  • Status changed from accepted to closed
  • Resolution set to fixed

In 94f1eff2c39e3f642ae63a6b456c628696c8f5bf/mythtv:

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@…>

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.