Feature #225
Last CAID
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | Descrambling | |||
| Target version: | - |
Description
Is it possible to have CAPMT pass all CAID's and not just the last one found? For instance SKY UK uses 960,961 and 963 can it check and pass all three?
History
#1
Updated by archjace - almost 3 years ago
Here's an example of what I mean :-
"stream": {
"pid": 1281,
"type": "CA",
"position": 262144,
"caidlist": [
{
"caid": 2403
},
{
"caid": 2401
},
{
"caid": 2400
}
]
The above example will not pass the correct CAID to cccam, if I edit it to thus it works correctly
"stream": {
"pid": 1281,
"type": "CA",
"position": 262144,
"caidlist": [
{
"caid": 2400
},
{
"caid": 2401
},
{
"caid": 2403
}
]#2
Updated by Andreas Öman over 2 years ago
- Category changed from General to Descrambling
#3
Updated by Adam Sutton 7 months ago
- Assignee changed from Andreas Öman to Mariusz Białończyk
Mariusz,
Could you give your thoughts on this one.
Ta
Adam
#4
Updated by Mariusz Białończyk 7 months ago
- % Done changed from 0 to 100
This is done in commit: 8191e132f83f8078d13f5e9c049c99bafb5264a7 (subcommit: capmt: fix handling multiple CAIDs on the same ECM pid)
btw: Adam, i still can't stand why you squashed all my carefuly separated and rebased commits into one!!! 