Tuesday, May 16, 2017

How to Enter power vu key

P F861 01 xxxxxxxxxxxx ;Comments (eg. Name channel, etc)

or

P F86100D200C8 01 xxxxxxxxxxxxxx ;Comments (eg. Name channel, etc)

Description:

P - CAID Label (always "P" for PowerVU enc)
F861 - Ident (4 digits) => ServiceID[hex]=1F86 (of channel eg. bwtv) shift hex-digits to left for one place, so that the first digit ("1" of ServiceID) goes to fourth (last) place and is obtained "F861" i.e Ident
01 - KeyIndex (can only be "00" or "01")
xxxxxxxxxxxxxx - Key (14 digits) or xxxxxxxxxxxxxx00 - Key (16 digits=14 digits+add"00")

or

P - CAID Label (always "P" for PowerVU enc)
F861 - Ident (4 digits) => ServiceID[hex]=1F86 (of channel eg. bwtv) shift hex-digits to left for one place, so that the first digit ("1" of ServiceID) goes to fourth (last) place and is obtained "F861" i.e Ident
00D2 - Video PID[hex] (4 digits) - of channel eg. bwtv
00C8 - Audio PID[hex] (4 digits) - of channel eg. bwtv
01 - KeyIndex (can only be "00" or "01")
xxxxxxxxxxxxxx - Key (14 digits) or xxxxxxxxxxxxxx00 - Key (16 digits=14 digits+add "00")

No comments:

Post a Comment