Opened 11 years ago
Closed 11 years ago
Last modified 11 years ago
#11979 closed Patch - Bug Fix (fixed)
Re-Fix #10667 for 0.27: IPTV binds to 0.0.0.0:port
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27.1 |
Component: | MythTV - Recording | Version: | 0.27-fixes |
Severity: | medium | Keywords: | iptv bind multiple recordings |
Cc: | Ticket locked: | no |
Description
This issue had already been fixed in devel/rtp, but now I noticed in 0.27 that it is again not possible to have multiple IPTV recordings when using multicast IPTV that share the same port number.
The first IPTV recording binds to 0.0.0.0:port thus preventing any other IPTV recording on "port".
I've taken the original fixe for devel/rtp and re-applied to the correct source file in 0.27 branch. But this should also go to master branch!
Attachments (1)
Change History (7)
Changed 11 years ago by
Attachment: | 0001-Fixes-10667.-Bind-to-multicast-address.patch added |
---|
comment:1 Changed 11 years ago by
With the attached patch I can again record multiple IPTV streams at the same time.
comment:2 Changed 11 years ago by
Component: | MythTV - General → MythTV - Recording |
---|---|
Owner: | set to danielk |
comment:3 Changed 11 years ago by
Thanks for posting this patch.
After upgrade to 0.27, multiple iptv streams failed, I could only get one stream at a time.
This patch fixed this issue, so I second the call for it to go to master.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 11 years ago by
Milestone: | → 0.27.1 |
---|
Bind to multicast address instead of 0.0.0.0