|
@@ -87,7 +87,7 @@ is cloned and run the following commands:
|
87
|
87
|
make clean all
|
88
|
88
|
|
89
|
89
|
tsdecrypt's master branch should always be useful so it is safe to
|
90
|
|
-use it isntead of official release. The master branch will always
|
|
90
|
+use it instead of official release. The master branch will always
|
91
|
91
|
be better than any released version.
|
92
|
92
|
|
93
|
93
|
Command line parameters
|
|
@@ -223,7 +223,7 @@ Examples:
|
223
|
223
|
tsdecrypt --camd-server 10.0.1.1 --emm-only --caid 0x0963 \
|
224
|
224
|
--input 239.0.50.11:5000 --output /dev/null
|
225
|
225
|
|
226
|
|
- # Decrypt stream encypted with CAID 0x0963 (Bulcrypt)
|
|
226
|
+ # Decrypt stream encypted with CAID 0x5581 (Bulcrypt)
|
227
|
227
|
tsdecrypt --camd-server 10.0.1.1 --caid 0x5581 \
|
228
|
228
|
--input 239.0.50.11:5000 --output 239.78.78.78:5000
|
229
|
229
|
|