Opened 12 years ago
Closed 12 years ago
Last modified 11 years ago
#10952 closed Patch - Bug Fix (fixed)
Add Ceton usb support
Reported by: | 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)
Change History (4)
Changed 12 years ago by
Attachment: | ceton.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | unknown → 0.26 |
---|---|
Status: | new → accepted |
Type: | Patch - Feature → Patch - Bug Fix |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 Changed 11 years ago by
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.
In 94f1eff2c39e3f642ae63a6b456c628696c8f5bf/mythtv: