Jump to content


Photo

service type 32


  • Please log in to reply
9 replies to this topic

#1 EnoSat

  • Senior Member
  • 182 posts

+4
Neutral

Posted 4 June 2021 - 20:44

Hi,

on Hispasat teste new UHD services, but in SDT defined as 32 (not 31). This regular ? Box not show this channels in list.

root@osmio4kplus:~# dvbsnoop -n 1 -nph 0x0011
dvbsnoop V1.4.56 -- https://github.com/OpenVisionE2/dvbsnoop

------------------------------------------------------------
SECT-Packet: 00000001   PID: 17 (0x0011), Length: 71 (0x0047)
Time received: Fri 2021-06-04  21:35:27.238
------------------------------------------------------------
PID:  17 (0x0011)  [= assigned for: DVB Service Description Table (SDT), Bouquet Association Table (BAT)]

Guess table from table id...
SDT-decoding....
Table_ID: 66 (0x42)  [= Service Description Table (SDT) - actual transport stream]
section_syntax_indicator: 1 (0x01)
reserved_1: 1 (0x01)
reserved_2: 3 (0x03)
Section_length: 68 (0x0044)
Transport_Stream_ID: 200 (0x00c8)
reserved_3: 3 (0x03)
Version_number: 21 (0x15)
current_next_indicator: 1 (0x01)  [= valid now]
Section_number: 0 (0x00)
Last_Section_number: 0 (0x00)
Original_network_ID:  34 (0x0022)  [= Hispasat Network 1 - 6 | Hispasat S.A .]
reserved_4: 255 (0xff)


    Service_id: 1 (0x0001)  [=  --> refers to PMT program_number]
    reserved_1: 63 (0x3f)
    EIT_schedule_flag: 0 (0x00)
    EIT_present_following_flag: 0 (0x00)
    Running_status: 4 (0x04)  [= running]
    Free_CA_mode: 0 (0x00)  [= unscrambled]
    Descriptors_loop_length: 23 (0x0017)

            DVB-DescriptorTag: 72 (0x48)  [= service_descriptor]
            descriptor_length: 21 (0x15)
            service_type: 32 (0x20)  [= reserved]
            service_provider_name_length: 5 (0x05)
            service_provider_name: "SAPEC"  -- Charset: Latin alphabet
            service_name_length: 13 (0x0d)
            Service_name: "UHD Spain HDR"  -- Charset: Latin alphabet


    Service_id: 2 (0x0002)  [=  --> refers to PMT program_number]
    reserved_1: 63 (0x3f)
    EIT_schedule_flag: 0 (0x00)
    EIT_present_following_flag: 0 (0x00)
    Running_status: 4 (0x04)  [= running]
    Free_CA_mode: 0 (0x00)  [= unscrambled]
    Descriptors_loop_length: 23 (0x0017)

            DVB-DescriptorTag: 72 (0x48)  [= service_descriptor]
            descriptor_length: 21 (0x15)
            service_type: 32 (0x20)  [= reserved]
            service_provider_name_length: 5 (0x05)
            service_provider_name: "SAPEC"  -- Charset: Latin alphabet
            service_name_length: 13 (0x0d)
            Service_name: "UHD Spain SDR"  -- Charset: Latin alphabet

CRC: 2357444680 (0x8c83c048)
==========================================================


Re: service type 32 #2 LraiZer

  • Senior Member
  • 101 posts

+19
Neutral

Posted 4 June 2021 - 21:45

Yes, this is regular 32 (0x20) for UHD HDR



Re: service type 32 #3 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 5 June 2021 - 14:53

Yes, it is.

 

ESTI EN 300 468 v1.16.1, page 85 , table 89 service type coding.

https://www.etsi.org...468v011601p.pdf

 

.....

0x1F HEVC digital television service (see note 4)

0x20 HEVC UHD digital television service with HDR and/or a frame rate of 100 Hz, 120 000/1 001 Hz, or 120 Hz, or any combination of HDR and these frame rates.


Edited by jpuigs, 5 June 2021 - 14:53.

Enigma is getting old....

 

Spoiler

Re: service type 32 #4 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 5 June 2021 - 16:16

Channel doesn't appear in channel list because channelselection python file doesn't recognise type 32.

 

 

MODE_TV = 0
MODE_RADIO = 1

# type 1 = digital television service
# type 4 = nvod reference service (NYI)
# type 17 = MPEG-2 HD digital television service
# type 22 = advanced codec SD digital television
# type 24 = advanced codec SD NVOD reference service (NYI)
# type 25 = advanced codec HD digital television
# type 27 = advanced codec HD NVOD reference service (NYI)
# type 2 = digital radio sound service
# type 10 = advanced codec digital radio sound service
# type 31 = High Efficiency Video Coing digital television

 

service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 22) || (type == 25) || (type == 31) || (type == 134) || (type == 195)'
service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2) || (type == 10)'

 

 


Edited by jpuigs, 5 June 2021 - 16:17.

Enigma is getting old....

 

Spoiler

Re: service type 32 #5 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 6 June 2021 - 15:08

Added.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: service type 32 #6 EnoSat

  • Senior Member
  • 182 posts

+4
Neutral

Posted 6 June 2021 - 18:02

thanks, when will this change be reflected in the update?



Re: service type 32 #7 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 6 June 2021 - 18:08

Tomorrow in develop?


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: service type 32 #8 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 6 June 2021 - 18:24

Yes. And in 8.1-release.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: service type 32 #9 EnoSat

  • Senior Member
  • 182 posts

+4
Neutral

Posted 21 June 2021 - 20:23

back to 31 (0x1F)



Re: service type 32 #10 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 21 June 2021 - 20:24

Not a problem, 31 was already supported.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users