Opened 19 years ago
Closed 19 years ago
#1913 closed patch (fixed)
firewire, insure unique fw channels with multiple broadcast connections
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
libeic61883 doesnt filter incoming mpeg packets based on source node, it only goes by the fw channel. This causes problems if there are multiple broadcast boxes recording at the same time. The patch makes sure each broadcast connection is using a unique fw channel.
would be good for a few folks to test this before commit. It will change the default broadcast channel from 63 to (63 - node).
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | fw_bcast.diff added |
---|
comment:1 by , 19 years ago
Owner: | changed from | to
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10151]) Fixes #1913. Extends FirewireRecorder to support multiple boxes in broadcast mode.