mpegtscrypt: A new element to encrypt/decrypt MPEG TS stream
Hi There
I add "mpegtscrypt" as a new plugin. It works in this flow:
"video/mpegts" ---> mpegtscrypt (encrypt/decrypt) ---> "video/mpegts"
It works in two methods:
- BISS : simlpe scrambling system that used in Satellite channels.
- AES : popular symetric cryptography algorithm in CBC and ECB by 128/256 key lenght.
Best
Karim Davoodi