Project

General

Profile

Actions

Bug #241

closed

The Pid of an encrypted subtitle stream is not added to the list sent to the CAM.

Added by Anonymous about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02/08/2010
Due date:
% Done:

100%

Estimated time:

Description

In locations where the teletext stream is CI encrypted (Australia, possibly others) the plugin fails to decode. Adding the requisite TPid in ci.c with something similar to:

if(Channel->Tpid()){
CaPmt.AddPid(Channel->Tpid(), STREAM_TYPE_DOLBY); //STREAM_TYPE_DOLBY should be renamed STREAM_TYPE_PRIVATE
}

works around the issue.


Files

ttxtsubs-CI-AddPid.patch (984 Bytes) ttxtsubs-CI-AddPid.patch mjl, 02/14/2010 02:49 AM
Actions #1

Updated by etobi about 14 years ago

  • Assignee set to etobi
  • Target version set to Version 0.2.0
Actions #2

Updated by Anonymous about 14 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #3

Updated by etobi about 14 years ago

If possible, please test the current Git version, using the included VDR patch and let me know, if it works for you.

Actions #4

Updated by mjl about 14 years ago

Unfortunately it doesn't seem to work for me. My CAM doesn't respond to QUERY and therefore the code adding the Pid is never run. I've attached a patch that I've been using successfully for the last few days.

Actions #5

Updated by mjl about 14 years ago

I apologise, btw, for the code I quoted in the OP. It was incomplete and misleading. BTW, Why do you have && setup.RecordTtxtSubtitles on the AddPid()? If I choose to not record teletext subs, I can't view them live, either, with this clause, which doesn't seem logical to me.

Actions #6

Updated by etobi about 14 years ago

  • Status changed from Closed to New
Actions #7

Updated by Anonymous about 14 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF