Bug #5422
CC errors even when channel is seen correctly
0%
Description
I am getting errors for one of my channels, constantly, without stopping. But these errors are only shown on Stream tab not on Suscription for the same channel and time.
It looks like some kind of visual bug (?).
I have also verified that when this happens to the channel I can not disable the service in use, because the service checkbox is blocked and returns to its active state after clicking.
Increasing by steps of 2 cc erros per second on stream tab:
0 erros at Subscription tab at the same time:
And log is clean:
P.S.: Attached log (--trace tbl,tbl-base,mpegts)
Files
Associated revisions
teletext: fix the subtitle parser (wrong SCT_ type match), issue #5422
History
Updated by Pablo R. 12 months ago
- File service.gif service.gif added
Example of the fight in the attempt to disable the service when the channel is receiving constant errors without reason.
Updated by Pablo R. 12 months ago
saen acro wrote:
Pablo R. wrote:
Example of the fight in the attempt to disable the service when the channel is receiving constant errors without reason.
disable auto refresh on bottom
if other browser is logged need also to be stopped there /auto refresh/
It does not matter, the same thing happens
Updated by B C 12 months ago
i have a similar problem when using 4.3-1663~g552cea0fc as a bridge server for my iptv services, first of all, the stream starts almost always with some art effects and later there are noticeable errors in the stream. Now I'm using 4.2.7-35~g44ac78d as bridge and that just works fine.
Updated by Pablo R. 12 months ago
Jaroslav Kysela wrote:
It's for HLS streams?
No, it is a common stream! DVB-T on tvh1 and tvh2 (the one who has errors) through IPTV.
I have tried it on my PC and other devices and it always happens with that channel. Thing that had never happened before, it does not matter if restarting tvh; it is still happening.
Updated by Jaroslav Kysela 12 months ago
No, it's something different, two TELETEXT descriptors in PMT with the same page:
pmt: Service "net 2 (DVB-T)/TNT T/TNT" PMT (version 4) updated, Parent PID changed
2018-12-12 23:35:13.038 [ DEBUG]:tbl-base: pmt: pid 0420 estype 6 2018-12-12 23:35:13.038 [ TRACE]:tbl-base: 06 E4 20 F0 07 .. .. 2018-12-12 23:35:13.038 [ TRACE]:tbl-base: 56 05 73 70 61 10 01 V.spa.. 2018-12-12 23:35:13.038 [ DEBUG]:tbl-base: pmt: type TELETEXT position 0 2018-12-12 23:35:13.038 [ DEBUG]:tbl-base: pmt: pid 0801 estype 6 2018-12-12 23:35:13.038 [ TRACE]:tbl-base: 06 E8 01 F0 07 ..... 2018-12-12 23:35:13.038 [ TRACE]:tbl-base: 56 05 73 70 61 10 01 V.spa.. 2018-12-12 23:35:13.038 [ DEBUG]:tbl-base: pmt: type TELETEXT position 0
Page 001 type 2 (both) - last two bytes ....
Updated by Andreas Fornberg 12 months ago
After this commit Teletext doesn't work anymore for me.
If i reverting commit d07a12e013c8bff2e59accb9d948fddd8488389d it works again.
Updated by Jaroslav Kysela 12 months ago
Andreas, what exactly does not work ? Teletext in VLC or kodi or text subtitles ? What is your 'service info' (the info icon in the service grid) for the non-working service ?
Updated by Andreas Fornberg 12 months ago
Jaroslav Kysela wrote:
Andreas, what exactly does not work ? Teletext in VLC or kodi or text subtitles ? What is your 'service info' (the info icon in the service grid) for the non-working service ?
Didn't try in VLC but in Kodi.
It shows all Teletext streams but it doesn't show the subtitles.
Updated by Andreas Fornberg 12 months ago
With Teletext streams i Teletext subtitles.
I can recompile and check again later but i think it shows everything there because Kodi found all Teletext subtlte streams.
dvb psi pmt: change the teletext subtitle handling for multiple teletext descriptors, issue #5422