Feature #138
Support the Logical Channel Number descriptor (0x83)
| Status: | Fixed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | General | |||
| Target version: | 2.12 |
Description
in the NIT table there can be a Logical Channel Descriptor present. This descriptor has DVB descriptor tag 0x83. The syntax for this descriptor is as follows:
logical_channel_descriptor(){
descriptor_tag 8 uimsbf
descriptor_length 8 uimsbf
for (i=0; i<N;i++){
service_id 16 uimsbf
visible_service_flag 1 bslbf
reserved 5 bslbf
logical_channel_number 10 uimsbf
}
}
This descriptor gives the logical channel number for a service. This number could be used by TV Headend to populate the Channel Number based on this number.
History
#1
Updated by Hein Rigolo over 3 years ago
here are 2 pdf's on the internet describing this descriptor:
http://www.freetv.com.au/SiteMedia/w3svc087/Uploads/Documents/18efb4b4-cd30-4da4-a3ae-5fb4f4b64884.pdf
http://mumudvb.braice.net/mumudrupal/sites/default/files/Specifiche_LCN.pdf
#2
Updated by Andreas Ă–man about 3 years ago
- Status changed from New to Fixed
- Found in version set to fixed
Fixed in r4829