Comcast / gots

MPEG Transport Stream handling in Go
Other
308 stars 88 forks source link

Ignore PAT and PMT pids when filtering packets #140

Closed jheitz200 closed 4 years ago

jheitz200 commented 4 years ago

Comcast currently includes the PAT and PMT pids when calling FilterPMTPacketsToPids, updating this function to ignore PAT and PMT pids.

claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.

LimitlessEarth commented 4 years ago

Hey Jackie. Normally I would expect not to see the PAT or PMT pid contained in the PMT tables. Is this something you have been seeing?

jheitz200 commented 4 years ago

@LimitlessEarth, I have not seen the PAT or PMT pids in the PMT table but in the pids array that is passed into this function. It has been causing a lot of issues while we implement the Nielsen feature. The version of this library being used had not been updated in about a year :|