Bug #4361
Commit 5e47f8f did broke HTSP stream for one specific channel
100%
Description
With commit 5e47f8f or any after Kodi is not able to play one specific channel.
Playing the same channel over HTTP works okay (with VLC) - from the same adapter.
After channel is selected in Kodi, TVH tunes to the channel, zaps the input, starts descrambling, is getting input however Output rate in subscriptions is 0 kb/s -> In: 7767 kb/s Out 0 kb/s.
In Kodi no error is thrown and it looks like it is waiting for input data to fill the buffer.
No error or warning is displayed in TVH log.
This is with HTSP profile, no transcoding is involved.
Other channels are working okay.
If you need something else please let me know.
Thank you.
Service details:
Index PID Type Language Details
0x1ffe / 8190 PCR
0x095d / 2397 PMT
1 0x0217 / 535 H264
2 0x0155 / 341 MPEG2AUDIO cze
3 0x0154 / 340 MPEG2AUDIO eng
4 0x0156 / 342 MPEG2AUDIO hun
5 0x03d3 / 979 DVBSUB srp
6 0x0157 / 343 MPEG2AUDIO ger
7 0x03d5 / 981 DVBSUB alb
8 0x03dc / 988 DVBSUB slv
9 0x0703 / 1795 CA CAIDS: 0d96:000000
10 0x0aeb / 2795 CA CAIDS: 0624:000000
11 0x0ce1 / 3297 CA CAIDS: 0500:051910
-
After filtering and reordering (without PCR and PMT)
Index PID Type Language Details
1 0x0217 / 535 H264
2 0x0155 / 341 MPEG2AUDIO cze
3 0x0154 / 340 MPEG2AUDIO eng
4 0x0156 / 342 MPEG2AUDIO hun
5 0x03d3 / 979 DVBSUB srp
6 0x0157 / 343 MPEG2AUDIO ger
7 0x03d5 / 981 DVBSUB alb
8 0x03dc / 988 DVBSUB slv
9 0x0703 / 1795 CA CAIDS: 0d96:000000
10 0x0aeb / 2795 CA CAIDS: 0624:000000
11 0x0ce1 / 3297 CA CAIDS: 0500:051910
2017-05-09 12:57:56.624 mpegts: 11914H in Astra 23.5 - tuning on Montage Technology DS3000 : DVB-S #3
2017-05-09 12:57:57.130 capmt: dvbapi: Starting CAPMT server for service "Travel Channel HD CZ" on adapter 3
2017-05-09 12:57:57.130 subscription: 008D: "192.168.0.125 [ | Kodi Media Center ]" subscribing on channel "Travel Channel HD CZ", weight: 150, adapter: "Montage Technology DS3000 : DVB-S #3", network: "Astra 23.5", mux: "11914H", provider: "M7 Group", service: "Travel Channel HD CZ", profile="htsp", hostname="192.168.0.125", username="192.168.0.125", client="Kodi Media Center"
2017-05-09 12:57:58.338 tsfix: The timediff for DVBSUB is big (435196), using audio dts
2017-05-09 12:57:58.338 tsfix: The timediff for DVBSUB is big (480196), using audio dts
2017-05-09 12:58:03.013 tsfix: The timediff for DVBSUB is big (379397), using audio dts
... nothing
then stop pressed...
2017-05-09 12:58:20.441 subscription: 008D: "192.168.0.125 [ | Kodi Media Center ]" unsubscribing from "Travel Channel HD CZ", hostname="192.168.0.125", username="192.168.0.125", client="Kodi Media Center"
History
Updated by Jaroslav Kysela over 7 years ago
This is really nice. It's because PCR PID is in most cases same as for one of the elementary stream (A/V/S). But here, PCR is in on totaly different PID.
Updated by Jaroslav Kysela over 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|683309133e681828d3431cc9ae7a9591c915c41d.