Hi folks,
I need help finding out how to fix a Continuity counter error when tuning IPTV, see an extract of the log and config files below.
I am using at this moment HTS Tvheadend 3.9.689~g236ebc9~trusty (latest unstable from Ubuntu repository for Ubuntu 14.04 Trusty). This error was always there with any previous version of Tvheadend and under Ubuntu 13.04 and 13.10 as well.
I can watch these channels, and the problem are visible artefacts in form of pixelated presentation of a small part of the picture at the bottom of the screen when watching IPTV channels. I have also DVB-T, DVB-S and DVB-S2 channels and they are ok. The problem only happens with IPTV channels and this is the only error visible in the logs.
Thank you very much in advance for helping with this problem.
Manuel D.
Log example:
2014-05-23 16:51:13.204 mpegts: udp://@239.0.5.87:8208 - tuning on IPTV
2014-05-23 16:51:13.204 subscription: "HTTP" subscribing on "TNT HD (IP)", weight: 100, adapter: "IPTV", network: "IPTV Movistar", mux: "udp://@239.0.5.87:8208", provider: "", service: "TNT HD (IP)"
2014-05-23 16:51:13.357 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error
2014-05-23 16:51:14.020 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 10 duplicate log lines suppressed
2014-05-23 16:51:15.040 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 25 duplicate log lines suppressed
2014-05-23 16:51:16.010 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 46 duplicate log lines suppressed
2014-05-23 16:51:17.043 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 60 duplicate log lines suppressed
2014-05-23 16:51:18.198 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 77 duplicate log lines suppressed
2014-05-23 16:51:19.086 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 94 duplicate log lines suppressed
2014-05-23 16:51:20.058 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 112 duplicate log lines suppressed
2014-05-23 16:51:21.065 TS: udp://@239.0.5.87:8208/TNT HD (IP): H264 @ #101: Continuity counter error, 125 duplicate log lines suppressed
2014-05-23 16:51:21.987 mkv: Live stream: Write failed -- Broken pipe
2014-05-23 16:51:21.987 webui: Stop streaming /stream/channel/74e1c503f0f6a1e2d7ed8d2ea1fc8390, muxer reported errors
2014-05-23 16:51:21.987 subscription: "HTTP" unsubscribing from "TNT HD (IP)"
Corresponding Mux and config:
{
"sid": 601,
"lcn": 0,
"svcname": "TNT HD (IP)",
"dvb_servicetype": 0,
"prefcapid": 0,
"enabled": true,
"pcr": 101,
"pmt": 100,
"stream": [
{
"pid": 101,
"type": "H264",
"position": 0,
"width": 1920,
"height": 1080,
"duration": 3600
},
{
"pid": 201,
"type": "MPEG2AUDIO",
"position": 0,
"language": "und",
"audio_type": 1
},
{
"pid": 202,
"type": "MPEG2AUDIO",
"position": 0,
"language": "vol",
"audio_type": 1
},
{
"pid": 401,
"type": "DVBSUB",
"position": 0,
"language": "und",
"compositionid": 1,
"ancillartyid": 0
}
]
}
{
"iptv_url": "udp://@239.0.5.87:8208",
"iptv_interface": "p72p1",
"iptv_atsc": false,
"iptv_svcname": "TNT HD (IP)",
"enabled": true,
"onid": 65535,
"tsid": 1,
"initscan": true
}
Corresponding network setting:
{
"max_streams": 0,
"max_bandwidth": 0,
"networkname": "IPTV Movistar",
"nid": 0,
"autodiscovery": true,
"skipinitscan": true
}
Corresponding channel config:
{
"name": "TNT HD (IP)",
"number": 51,
"dvr_pre_time": 0,
"dvr_pst_time": 0,
"services": [
"bea17e542824cf86e371d859ef296bde"
],
"tags": [
5,
1,
2
]
}