catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
328 stars 81 forks source link

Optional pids=all filtering encypted packets (v2) #928

Closed lars18th closed 2 years ago

lars18th commented 2 years ago

This patch incorporates a new parameter in the oscam option to disable the default behaviour of filter out all packets when pids=all is requested. With this option on (disabled by default) when pids=all is running, then instead of filter out all encrypted packets they are passed. Without this patch, when not using the -E parameter (disabled by default too) you receive all encrypted packets converted to NULL stuff. This new optional parameter solves this problem, and when you request the full transport stream (pids=all) then encrypted packets will pass untouched.

lars18th commented 2 years ago

Supersedes #821.

lars18th commented 2 years ago

Hi @catalinii ,

Ready to merge! 😉