No, you keep the cached pid c:151000 as it is (lowercase "c", without space), but you also add the caid value with C:A101 (capital "C" without space).
It should look like this:
c:151000,C:A101You do this in all T2-MI muxes that have rosscrypt channels.
===========================
astra.conf -->
NO CHANGE====================================================
In userbouquet you change the port for each channel to the stream relay prot 17999, for example:userbouquet.dbe0e.tv --> line 82
#SERVICE 1:0:1:3FC:DE6:193:0:0:0:0:http%3a//0.0.0.0%3a
9999/rtrn/3558plp1:Россия 1 / Гтрк Самара (3558L)
#DESCRIPTION Россия 1 / Гтрк Самара (3558L)
change the port to the stream relay port:
#SERVICE 1:0:1:3FC:DE6:193:0:0:0:0:http%3a//0.0.0.0%3a
17999/rtrn/3558plp1:Россия 1 / Гтрк Самара (3558L)
#DESCRIPTION Россия 1 / Гтрк Самара (3558L)
====================================================
In oscam-emu you have to make the stream server to listen to the t2-mi port 9999 instead of the enigma2 8001, so you change the source port:oscam-emu --> config --> stream relay -->
Source Stream Port: 9999oscam-emu --> config --> stream relay -->
Relay Port: 17999When you change the stream relay source port to 9999, it means that
oscam-emu's stream relay will work only for T2-MI streams that come from astra-sm! This is a limitation of the current design of stream relay in oscam-emu.
====================================================
The stream goes like this:
enigma streams at port 8001 --> astram-sm listens at port 8001 and streams at port 9999 --> oscam-emu's stream relay listens at port 9999 and streams at port 17999 --> enigma listens (through the custom user bouquet services) at port 17999.
That's a triple streaming process!