Bug #241
closed
The Pid of an encrypted subtitle stream is not added to the list sent to the CAM.
Added by Anonymous almost 15 years ago.
Updated almost 15 years ago.
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
- Assignee set to etobi
- Target version set to Version 0.2.0
- Status changed from New to Closed
- % Done changed from 0 to 100
If possible, please test the current Git version, using the included VDR patch and let me know, if it works for you.
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.
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.
- Status changed from Closed to New
- Status changed from New to Closed
Also available in: Atom
PDF