adamsutton / tvheadend

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
http://www.lonelycoder.com/hts/tvheadend_overview.html
Other
18 stars 5 forks source link

FOX Sports 2 HD int on Astra 3A / Astra 3B (23.5°E) #83

Closed clandmeter closed 10 years ago

clandmeter commented 10 years ago

Ive reported this issue on irc before. But because this channel is important to me ill add it here so it doesnt get lost.

XBMC doesnt want to play this channel at all. with dvb-rewrite it will error in no available tuner or something like it.

I grapped a mux dump from master here:

https://dl.dropboxusercontent.com/u/18871200/dvbissue.7z

if you need a dump from dvb-rewrite, let me know how to do so.

{
        "sid": 21045,
        "lcn": 0,
        "svcname": "FOX Sports 2 HD int",
        "provider": "CANALDIGITAAL",
        "dvb_servicetype": 25,
        "enabled": true,
        "pcr": 520,
        "stream": [
                {
                        "pid": 520,
                        "type": "H264",
                        "position": 0
                },
                {
                        "pid": 108,
                        "type": "MPEG2AUDIO",
                        "position": 1,
                        "language": "dut",
                        "audio_type": 0
                },
                {
                        "pid": 39,
                        "type": "TELETEXT",
                        "position": 2,
                        "language": "dut"
                },
                {
                        "pid": 1808,
                        "type": "CA",
                        "position": 262144,
                        "caidlist": [
                                {
                                        "caid": 6167
                                },
                                {
                                        "caid": 256,
                                        "providerid": 1
                                }
                        ]
                }
        ]
}

clandmeter commented 10 years ago

Dump from rewrite

https://dl.dropboxusercontent.com/u/18871200/2dbda3c713fa6af4a879383bc2d8476f.7z

adamsutton commented 10 years ago

Turns out this is a bug in capmt, which is present in master as well as rewrite. I haven't fully understood the issue yet, I was able to "fix" it with a hack on @clandmeter's system. I need to review capmt code.

adamsutton commented 10 years ago

I'm closing this. It turns out this channel has been migrated to a CI+ system, which is not decryptable using current technologies. It's possible there was a bug in capmt code, but its impossible to be sure now, therefore I'm going to ignore unless someone else spots something similar.