Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#10952 closed Patch - Bug Fix (fixed)

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 (1)

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

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by Ronald Frazier <ron@…>

Attachment: ceton.patch added

comment:1 Changed 12 years ago by danielk

Milestone: unknown0.26
Status: newaccepted
Type: Patch - FeaturePatch - Bug Fix

comment:2 Changed 12 years ago by Ronald Frazier <ron@…>

Resolution: fixed
Status: acceptedclosed

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

comment:3 Changed 10 years ago by jkan11@…

This fix seems to have disappeared in 0.27. The Ceton USB device driver's video packets come from a different IP address and are not received.

Note: See TracTickets for help on using tickets.