Project

General

Profile

Actions

Bug #5866

open

Multicast from multiple sources

Added by Daniel Kucera about 5 years ago. Updated over 2 years ago.

Status:
Accepted
Priority:
Normal
Assignee:
-
Category:
IPTV
Target version:
Start date:
2020-03-31
Due date:
% Done:

0%

Estimated time:
Found in version:
4.3-1857~g221c29b
Affected Versions:

Description

Some networks may provide two sources for the same multicast address, see here:
```
21:41:26.577351 IP 194.160.9.5.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.577930 IP 147.213.198.54.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.577960 IP 147.213.198.54.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.577975 IP 194.160.9.5.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.578745 IP 194.160.9.5.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.579667 IP 194.160.9.5.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.579702 IP 147.213.198.54.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.579708 IP 147.213.198.54.48724 > 233.10.47.97.1234: UDP, length 1328
21:41:26.580487 IP 194.160.9.5.48724 > 233.10.47.97.1234: UDP, length 1328
```
This currently results in continuity counter errors and inability to watch the channel:
```
Mar 31 21:33:15 speedy tvheadend31043: TS: ...: H264 #256 Continuity counter error (total 88744)
Mar 31 21:33:15 speedy tvheadend[31043]: TS: ...: MPEG2AUDIO
#257 Continuity counter error (total 7560)
Mar 31 21:33:15 speedy tvheadend31043: TS: ...: MPEG2AUDIO #258 Continuity counter error (total 7565)
Mar 31 21:33:16 speedy tvheadend[31043]: TS: ...: TELETEXT
#400 Continuity counter error (total 11127)
```
I'd like tvheadend to correctly distinguish this and receive data only from one source and filter out the other ones.

Actions

Also available in: Atom PDF