Hi
Using Linux server with the latest stable zip distribution, just downloaded today.
I'm having a problem with DVB-T subtitles not always being rendered. This is both in the Kodi client and in VLC. I noticed it was reproduceable on a certain channel so I made a quick recording of a channel that doesn't show the subtitles, and then one that does. There's some differences in the streams in the files.
This one from BBC1 HD doesn't render subtitles, even though they're present:
This one from ITV1 HD renders them fine:
I don't know if the unknown streams are confusing the players, or what. I can share these TS files if it would help, they're only a few seconds long but long enough to demonstrate the problem.
I also have the tuner log from tuning these channels, see device-adapter2.log. In this file, at 18:05:41 is tuning to a channel that doesn't show any subtitles. Then at 18:06:34 tuning to one that does.
I did notice that the subtitle pid (PID 6605 / 0x19CD, as per the first paste above) isn't mapped on the first tune, but it is on the second tune (PID 205 / 0xCD). But they both seem to end up in the output file anyway.
Anyway before I ramble on too much more, anyone any idea what might be going on? Very happy to do any debugging requested!
Using Linux server with the latest stable zip distribution, just downloaded today.
I'm having a problem with DVB-T subtitles not always being rendered. This is both in the Kodi client and in VLC. I noticed it was reproduceable on a certain channel so I made a quick recording of a channel that doesn't show the subtitles, and then one that does. There's some differences in the streams in the files.
This one from BBC1 HD doesn't render subtitles, even though they're present:
Code:
Input #0, mpegts, from 'Pointless/Pointless_20220218_17151800-1.ts':
Duration: 00:00:14.94, start: 92460.293756, bitrate: 2685 kb/s
Program 17540
Stream #0:0[0x19c9]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x19ca](eng): Audio: aac_latm (LC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp
Stream #0:2[0x19ce](eng): Unknown: none ([17][0][0][0] / 0x0011) (visual impaired) (descriptions) (dependent)
Stream #0:3[0x19cd](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
Stream #0:4[0x1c86]: Unknown: none ([11][0][0][0] / 0x000B)
Stream #0:5[0x1c97]: Unknown: none ([11][0][0][0] / 0x000B)
Stream #0:6[0x1bc4]: Unknown: none ([5][0][0][0] / 0x0005)
Stream #0:7[0x1bc6]: Unknown: none ([5][0][0][0] / 0x0005)
This one from ITV1 HD renders them fine:
Code:
Input #0, mpegts, from 'The Chase/Season 15/The.Chase.S15E09.ts':
Duration: 00:00:10.12, start: 91602.102189, bitrate: 3350 kb/s
Program 17603
Stream #0:0[0xc9]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0xca](eng): Audio: aac_latm (LC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp
Stream #0:2[0xce](eng): Unknown: none ([17][0][0][0] / 0x0011) (visual impaired) (descriptions) (dependent)
Stream #0:3[0xcd](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
I don't know if the unknown streams are confusing the players, or what. I can share these TS files if it would help, they're only a few seconds long but long enough to demonstrate the problem.
I also have the tuner log from tuning these channels, see device-adapter2.log. In this file, at 18:05:41 is tuning to a channel that doesn't show any subtitles. Then at 18:06:34 tuning to one that does.
I did notice that the subtitle pid (PID 6605 / 0x19CD, as per the first paste above) isn't mapped on the first tune, but it is on the second tune (PID 205 / 0xCD). But they both seem to end up in the output file anyway.
Anyway before I ramble on too much more, anyone any idea what might be going on? Very happy to do any debugging requested!