PowerVu-BISS Identified on a Channel

SatEze

Donating Member
Messages
274
"A: ::0001 2600:000000:1FFF"
assign CA_id 2600 to each SID-0001

Where do I assign it? Could you give me an example? Thanks

EDIT: Why are these (P: 2600:000000 ;BISS P: 2602:000000 ;BISS2) under PowerVU and designated P: instead of F:?
 

EnoSat

Senior Member
Messages
1,955
"A: ::0001 2600:000000:1FFF"
assign CA_id 2600 to each SID-0001

Where do I assign it? Could you give me an example? Thanks

EDIT: Why are these (P: 2600:000000 ;BISS P: 2602:000000 ;BISS2) under PowerVU and designated P: instead of F:?
if you read the wiki, you will find that P is priority
 

SatEze

Donating Member
Messages
274
### Emu_key ###
P: 2600:000000 ;BISS
P: 2602:000000 ;BISS2
P: 0E00:000000 ;PowerVu
P: 1010:000000 ;TANDBERG

#############| ADD |#############

### Altitude 1 91.°W ###

A: ::0001:0064 2600:000000:1FFF ;Altitude 1
I added the lines in red in the dvbapi file (SID=0001 and Videopid=0064) for the channel, but it didn't work. I must be missing something :(

Anyone that is able to put all the information EnoSat, has put out here together to get this to work without eliminating the dvbapi file should please, post the steps here on how to get this workng.
 

SatEze

Donating Member
Messages
274
#############| ADD |#############

### IRIB Varzesh HD - IRIB TV 3 62°E ###

#A: ::00C5:00C5 2600:000000:1FFF ;TV 3 HD
#A: ::00C7:00C7 2600:000000:1FFF ;TV VARZESH HD
#M: 8191:000000:: 2600:000000
#A: 8191:000000:: 2600:000000

### ERT 39.0°E ###

#A: ::000A 2600:000000:1FFF ;ERT 1 SD
#A: ::0014 2600:000000:1FFF ;ERT 2 SD
#A: ::0028 2600:000000:1FFF ;ERT 1 HD
#A: ::0001 2600:000000:1FFF ;ERT 2 HD
#A: ::0002 2600:000000:1FFF ;ERT 3 HD

### Digea 39.0°E ###

#A: ::044C:1BC6 2600:000000:1FFF ;ALPHA HD
#A: ::0514:1BDA 2600:000000:1FFF ;ANT1 HD
#A: ::0578:1BE4 2600:000000:1FFF ;OPEN BEYOND HD
#A: ::04B0:1BD0 2600:000000:1FFF ;SKAI HD
#A: ::05DC:1BEE 2600:000000:1FFF ;STAR HD
#A: ::0640:1BF8 2600:000000:1FFF ;MEGA HD
#A: ::06A4:1C02 2600:000000:1FFF ;m.TV HD


### BBC 27.5°W ###

-----------| HD |-----------
#A:::4484:19C9::: 2600:000000:1FFF ;BBC One HD
#A:::4440:17D5::: 2600:000000:1FFF ;BBC Two HD
#A:::4600:1B59::: 2600:000000:1FFF ;BBC Three HD
#A:::4680:1A2D::: 2600:000000:1FFF ;BBC Four HD
#A:::4500:189D::: 2600:000000:1FFF ;Channel 4 HD
#A:::4540:1901::: 2600:000000:1FFF ;Channel 5 HD
#A:::44C8:1839::: 2600:000000:1FFF ;ITV 1 Central West HD
#A:::46C0:1B59::: 2600:000000:1FFF ;CBBC HD
#A:::4700:1A2D::: 2600:000000:1FFF ;CBeebies HD

-----------| SD |-----------
#A:::1044:0065::: 2600:000000:1FFF ;BBC One England
#A:::107D:13ED::: 2600:000000:1FFF ;BBC One Northern Ireland
#A:::107C:1005::: 2600:000000:1FFF ;BBC One Scottland
#A:::107E:0C1D::: 2600:000000:1FFF ;BBC One Wales
#A:::10BF:00C9::: 2600:000000:1FFF ;BBC Two England
#A:::10C0:012D::: 2600:000000:1FFF ;BBC Three
#A:::11C0:0191::: 2600:000000:1FFF ;BBC Four
#A:::1280:0259::: 2600:000000:1FFF ;BBC Parliament
#A:::1200:012D::: 2600:000000:1FFF ;CBBC
#A:::1140:0385::: 2600:000000:1FFF ;BBC Red Button
#A:::4EC0:1EDD::: 2600:000000:1FFF ;TBN UK
#A:::4F20:1D4D::: 2600:000000:1FFF ;5SELECT
#A:::1240:0191::: 2600:000000:1FFF ;CBeebies
#A:::1100:01F5::: 2600:000000:1FFF ;BBC News
Following EnoSat's directions:
To avoid future issue, I added # before all instances of A: like this "#A: ::0001 2600:000000:1FFF ;ERT 2 HD" on the dvbpi file. I will remove them as needed.
 
Last edited:

EnoSat

Senior Member
Messages
1,955
better use A with right format - A: ::[service ID]:[video PID]:[provider ID]:[ECM PID] if you receive 39 East, otherwise it is not needed
Code:
A: ::0028:0102 2600:000000:1FFF #ERT 1 HD 39E/12224H
A: ::0001:0100 2600:000000:1FFF #ERT 2 HD 39E/12242H
A: ::0002:0101 2600:000000:1FFF #ERT 3 HD 39E/12242H
 

SatEze

Donating Member
Messages
274
better use A with right format - A: ::[service ID]:[video PID]:[provider ID]:[ECM PID] if you receive 39 East, otherwise it is not needed
Code:
A: ::0028:0102 2600:000000:1FFF #ERT 1 HD 39E/12224H
A: ::0001:0100 2600:000000:1FFF #ERT 2 HD 39E/12242H
A: ::0002:0101 2600:000000:1FFF #ERT 3 HD 39E/12242H
I'm no where close 39 East, but I understand what you mean.:)
 
Top