Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for feedbacks on tuners - Linux or Windows #24

Open
lelegard opened this issue Jan 11, 2018 · 49 comments
Open

Looking for feedbacks on tuners - Linux or Windows #24

lelegard opened this issue Jan 11, 2018 · 49 comments

Comments

@lelegard
Copy link
Member

Hello TSDuck users,

You may have noticed that the TSDuck user's guide contains a chapter on hardware device support. Specifically, there is a table of "Tested DVB receiver devices".

The number of tuners available on the market is growing every year. It is virtually impossible to test them all. And no one owns them all anyway ! But choosing a tuner is a delicate matter. The level of support depends on the availability of drivers.

  • Most tuners come with a Windows driver. But DirectShow, the framework which manipulates tuners on Windows, is complicated and there is no unique standard way to use a tuner from an application.
  • On Linux, the situation is reversed. LinuxTV, the equivalent framework, is simple and robust with a unique way to handle tuners. But very few tuners come with a Linux driver. The LinuxTV community is doing its best to develop them (usually with no information at all on the hardware!) but, like any voluntary effort, this work is incomplete. Some tuners have no driver or the provided driver does not work very well.

So it seems useful to build a list of tested devices which proved to work correctly with TSDuck. This must be a collaborative effort. This issue will remain open to allow anyone to provide feedback.

Please enter a comment in this thread if you have a tuner which works with TSDuck and which is not listed in the table from the TSDuck user's guide or if your operating system is marked as "not tested" for this device.

Please provide all required information for the table:

  • Brand
  • Model
  • Modulation support (DVB-T, DVB-S, etc.)
  • Bus (USB, PCIe, etc.)
  • Tested systems (Linux, Windows)
  • Output of tslsdvb
  • Any additional remark you may find useful

I will update the TSDuck user's guide at regular intervals with the provided information.

Thank you all in advance for your cooperation.
-Thierry Lelegard, author of TSDuck

PS: I am also interested in any DVB-T tuner which works on MacOS with a fully documented API. I could not find any for now but I do not give up hope :)

@alexander-nf
Copy link

alexander-nf commented Jan 25, 2018

I've got a few additional notes about devices in the guide (from Table 5: Tested DVB receiver devices):

  • GoTView MasterHD3 / TeVii H640 / MaxMedia HU372 with high probability are the same devices made by the one OEM manufacturer. Some users on the internet report that the devices have the same hardware, identical PCBs inside the USB sticks.

  • GoTView MasterHD3 has good support in Linux kernel releases since 4.2 up to 4.7, two frontends are available: frontend0 is DVB-T, frontend1 is DVB-T2/DVB-C.
    The support in kernels after version 4.7 is partial, something was broken. The problem was met on ARMv7 and x86_64 platforms. The device starts but only with the one (DVB-T) frontend. The second frontend (Si2168 demodulator for DVB-T2 and DVB-C) doesn't start due to i2c error.
    Therefore TSDuck works only with one available frontend. See the other and older information about the device that could help to fix the problem in LinuxTV wiki.

  • Pinnacle PCTV nanoStick T2 290e has kernel support for about seven years and the device has been successfully tested on Linux kernels 3.0+, no patches needed. TSDuck works with nanoStick fine (and also locks chosen PLP of multiple PLP DVB-T2 signal).

@lelegard
Copy link
Member Author

Thanks for the feedback. I will update the documentation accordingly.

@joolzg
Copy link

joolzg commented Nov 13, 2018

TurboSight TBS 6704 ATSC frontend under Linux

encoder@joemex3:~$ tsp -v -I dvb --adapter 0 --frequency 479000000 -P until -s 10 -P analyze -O drop

  • tsp: buffer failed to lock into physical memory (12: Cannot allocate memory), risk of real-time issue
  • dvb: using /dev/dvb/adapter0 (ATSC)
  • dvb: tuned to transponder --frequency 479000000 --modulation 8-VSB --spectral-inversion auto
  • dvb: input bitrate is 19,392,732 b/s

===============================================================================
| TRANSPORT STREAM ANALYSIS REPORT |
|=============================================================================|
| Transport Stream Id: ...... 30011 (0x753B) | Services: .............. 2 |
| Bytes: ........................ 32,569,308 | PID's: Total: ......... 13 |
| TS packets: ...................... 173,241 | Clear: ......... 13 |
| With invalid sync: .................. 0 | Scrambled: ...... 0 |
| With transport error: ............. 769 | With PCR's: ..... 2 |
| Suspect and ignored: ................ 1 | Unreferenced: ... 5 |

@joolzg
Copy link

joolzg commented Nov 13, 2018

TurboSight TBS 6904 DVBS/S2 frontend under linux

| TRANSPORT STREAM ANALYSIS REPORT |
|=============================================================================|
| Transport Stream Id: ......... 15 (0x000F) | Services: ............. 30 |
| Bytes: ........................ 48,594,428 | PID's: Total: ......... 91 |
| TS packets: ...................... 258,481 | Clear: ......... 49 |
| With invalid sync: .................. 0 | Scrambled: ..... 42 |
| With transport error: ............... 1 | With PCR's: .... 19 |
| Suspect and ignored: ................ 0 | Unreferenced: .. 10 |

Works good

@oviano
Copy link
Contributor

oviano commented Feb 2, 2019

tsp -v -I dvb -f 490000000 -P zap "BBC ONE Lon" -P until -s 20 -P analyze -O drop

  • dvb: using Hauppauge WinTV-soloHD DVBT Tuner (DVB-T)
  • dvb: tuned to transponder --frequency 490,000,000 --spectral-inversion auto --modulation 64-QAM --high-priority-fec auto --low-priority-fec auto --bandwidth 8-MHz --transmission-mode 8K --guard-interval 1/32 --hierarchy none
  • dvb: input bitrate is 23,572,386 b/s
  • zap: found service "BBC ONE Lon", service id is 0x1044
  • zap: found service id 0x1044, PMT PID is 0x0064
===============================================================================
|  TRANSPORT STREAM ANALYSIS REPORT                                           |
|=============================================================================|
|  Transport Stream Id: ....... 4164 (0x1044)  |  Services: .............. 1  |
|  Bytes: ........................ 12,241,432  |  PID's: Total: ......... 12  |
|  TS packets: ....................... 65,114  |         Clear: ......... 12  |
|     With invalid sync: .................. 0  |         Scrambled: ...... 0  |
|     With transport error: .............. 63  |         With PCR's: ..... 1  |
|     Suspect and ignored: ................ 0  |         Unreferenced: ... 0  |
|-----------------------------------------------------------------------------|
|  Transport stream bitrate, based on ....... 188 bytes/pkt    204 bytes/pkt  |
|  User-specified: ......................... 23,572,386 b/s   25,578,546 b/s  |
|  Estimated based on PCR's: ................ 4,321,132 b/s    4,688,888 b/s  |
|-----------------------------------------------------------------------------|
|  Broadcast time: ...................................... 4 sec (0 mn 4 sec)  |
|  First TDT UTC time stamp: ........................... 2019/02/02 11:20:04  |
|  Last TDT UTC time stamp: ............................ 2019/02/02 11:20:26  |
|  First TOT local time stamp: ......................... 2019/02/02 11:20:04  |
|  Last TOT local time stamp: .......................... 2019/02/02 11:20:26  |
|  TOT country code: ................................................... GBR  |
|-----------------------------------------------------------------------------|
|  Srv Id  Service Name                              Access          Bitrate  |
|  0x1044  BBC ONE Lon .................................. C   23,371,104 b/s  |
|                                                                             |
|  Note 1: C=Clear, S=Scrambled                                               |
|  Note 2: Unless specified otherwise, bitrates are based on 188 bytes/pkt    |
===============================================================================


===============================================================================
|  SERVICES ANALYSIS REPORT                                                   |
|=============================================================================|
|  Global PID's                                                               |
|  TS packets: 493, PID's: 3 (clear: 3, scrambled: 0)                         |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Global PID's ................................. C      178,474 b/s  |
|   Subt.  Global PSI/SI PID's (0x00-0x1F) .............. C      178,474 b/s  |
|  0x0000  PAT .......................................... C       82,177 b/s  |
|  0x0011  SDT/BAT ...................................... C       79,643 b/s  |
|  0x0014  TDT/TOT ...................................... C       16,652 b/s  |
|=============================================================================|
|  Service: 0x1044 (4164), TS: 0x1044 (4164), Original Netw: 0x233A (9018)    |
|  Service name: BBC ONE Lon, provider: (unknown)                             |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 64,558, PID's: 10 (clear: 10, scrambled: 0)                    |
|  PMT PID: 0x0064 (100), PCR PID: 0x0065 (101)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C   23,371,104 b/s  |
|  0x0064  PMT .......................................... C       82,177 b/s  |
|  0x0065  MPEG-2 Video (704x576i, @25 Hz, 16:9, 4:2:0) . C   15,892,191 b/s  |
|  0x0066  MPEG-1 Audio (eng, Audio layer II, 256 kb/s,   C    1,432,139 b/s  |
|  0x0069  Subtitles (eng, DVB subtitles, no aspect rati  C      168,337 b/s  |
|  0x006A  MPEG-1 Audio (eng, visual impaired commentary  C            0 b/s  |
|  0x0098  MPEG-2 PES private data (Audio layer II, 128   C      720,414 b/s  |
|  0x1BBF  MPEG-2 Private sections (AIT) ................ C        8,326 b/s  |
|  0x1BC1  MPEG-2 Private sections ...................... C        7,964 b/s  |
|  0x1C21  DSM-CC U-N (The Digital Network) ............. C    5,032,038 b/s  |
|  0x1C33  DSM-CC U-N ................................... C       27,513 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
===============================================================================


===============================================================================
|  PIDS ANALYSIS REPORT                                                       |
|=============================================================================|
|  PID: 0x0000 (0)                                                       PAT  |
|-----------------------------------------------------------------------------|
|  Global PID                Transport:                Discontinuities:       |
|  Bitrate: .... 82,177 b/s  Packets: ........... 227  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ..... 227  |
|=============================================================================|
|  PID: 0x0011 (17)                                                  SDT/BAT  |
|-----------------------------------------------------------------------------|
|  Global PID                Transport:                Discontinuities:       |
|  Bitrate: .... 79,643 b/s  Packets: ........... 220  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ..... 220  |
|=============================================================================|
|  PID: 0x0014 (20)                                                  TDT/TOT  |
|-----------------------------------------------------------------------------|
|  Global PID                Transport:                Discontinuities:       |
|  Bitrate: .... 16,652 b/s  Packets: ............ 46  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ...... 46  |
|=============================================================================|
|  PID: 0x0064 (100)                                                     PMT  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: .... 82,177 b/s  Packets: ........... 227  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ..... 227  |
|=============================================================================|
|  PID: 0x0065 (101)                                            MPEG-2 Video  |
|  PES stream id: 0xE0 (Video 0)                                              |
|  704x576i, @25 Hz, 16:9, 4:2:0                                              |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate:  15,892,191 b/s  Packets: ........ 43,899  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ........ 1,213  Unexpect: ........ 17  |
|                            Duplicated: .......... 0  PES:                   |
|                            PCR: ............... 669  Packets: ........ 560  |
|                            TSrate: .. 4,321,132 b/s  Inv.Start: ........ 0  |
|=============================================================================|
|  PID: 0x0066 (102)                                      MPEG-1 Audio (eng)  |
|  PES stream id: 0xC0 (Audio 0)                                              |
|  Audio layer II, 256 kb/s, @48,000 Hz, stereo                               |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: . 1,432,139 b/s  Packets: ......... 3,956  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: .......... 378  Unexpect: ......... 4  |
|                            Duplicated: .......... 0  PES:                   |
|                            PCR: ................. 0  Packets: ........ 189  |
|                                                      Inv.Start: ........ 0  |
|=============================================================================|
|  PID: 0x0069 (105)                                         Subtitles (eng)  |
|  PES stream id: 0xBD (Private stream 1)                                     |
|  DVB subtitles, no aspect ratio                                             |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: ... 168,337 b/s  Packets: ........... 465  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ........... 72  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  PES:                   |
|                            PCR: ................. 0  Packets: ......... 60  |
|                                                      Inv.Start: ........ 0  |
|=============================================================================|
|  PID: 0x0098 (152)                                 MPEG-2 PES private data  |
|  PES stream id: 0xC8 (Audio 8)                                              |
|  Audio layer II, 128 kb/s, @48,000 Hz, subbands 4-31 in intensity stereo    |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: ... 720,414 b/s  Packets: ......... 1,990  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: .......... 210  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  PES:                   |
|                            PCR: ................. 0  Packets: ........ 105  |
|                                                      Inv.Start: ........ 0  |
|=============================================================================|
|  PID: 0x1BBF (7103)                          MPEG-2 Private sections (AIT)  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: ..... 8,326 b/s  Packets: ............ 23  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ...... 23  |
|=============================================================================|
|  PID: 0x1BC1 (7105)                                MPEG-2 Private sections  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: ..... 7,964 b/s  Packets: ............ 22  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ...... 22  |
|=============================================================================|
|  PID: 0x1C21 (7201)                       DSM-CC U-N (The Digital Network)  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: . 5,032,038 b/s  Packets: ........ 13,900  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ........ 11  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ... 1,077  |
|=============================================================================|
|  PID: 0x1C33 (7219)                                             DSM-CC U-N  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  Single Service PID        Transport:                Discontinuities:       |
|  Bitrate: .... 27,513 b/s  Packets: ............ 76  Expected: ......... 0  |
|  Access: .......... Clear  Adapt.F.: ............ 0  Unexpect: ......... 0  |
|                            Duplicated: .......... 0  Sections:              |
|                            PCR: ................. 0  Unit start: ...... 36  |
===============================================================================


===============================================================================
|  TABLES & SECTIONS ANALYSIS REPORT                                          |
|=============================================================================|
|  PID: 0x0000 (0)                                                       PAT  |
|-----------------------------------------------------------------------------|
|  0x00 (0, PAT), TID ext: 0x1044 (4164)                                      |
|      Repetition: ...... 18  ms  Section cnt: ...... 227                     |
|      Min repet.: ....... 8  ms  Table cnt: ........ 227                     |
|      Max repet.: ...... 24  ms  Version: ............ 7                     |
|=============================================================================|
|  PID: 0x0011 (17)                                                  SDT/BAT  |
|-----------------------------------------------------------------------------|
|  0x42 (66, SDT Actual), TID ext: 0x1044 (4164)                              |
|      Repetition: ...... 18  ms  Section cnt: ...... 220                     |
|      Min repet.: ....... 0  ms  Table cnt: ........ 220                     |
|      Max repet.: ..... 231  ms  Version: ........... 20                     |
|=============================================================================|
|  PID: 0x0014 (20)                                                  TDT/TOT  |
|-----------------------------------------------------------------------------|
|  0x70 (112, TDT)                                                            |
|      Repetition: ..... 180  ms  Section cnt: ....... 23                     |
|      Min repet.: ..... 125  ms                                              |
|      Max repet.: ..... 239  ms                                              |
|-----------------------------------------------------------------------------|
|  0x73 (115, TOT)                                                            |
|      Repetition: ..... 184  ms  Section cnt: ....... 23                     |
|      Min repet.: ..... 142  ms                                              |
|      Max repet.: ..... 240  ms                                              |
|=============================================================================|
|  PID: 0x0064 (100)                                                     PMT  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  0x02 (2, PMT), TID ext: 0x1044 (4164)                                      |
|      Repetition: ...... 18  ms  Section cnt: ...... 227                     |
|      Min repet.: ...... 13  ms  Table cnt: ........ 227                     |
|      Max repet.: ...... 24  ms  Version: ............ 7                     |
|=============================================================================|
|  PID: 0x1BBF (7103)                          MPEG-2 Private sections (AIT)  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  0x74 (116, AIT), TID ext: 0x0010 (16)                                      |
|      Repetition: ..... 183  ms  Section cnt: ....... 23                     |
|      Min repet.: ..... 139  ms  Table cnt: ......... 23                     |
|      Max repet.: ..... 241  ms  Version: ............ 1                     |
|=============================================================================|
|  PID: 0x1BC1 (7105)                                MPEG-2 Private sections  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  0x74 (116, AIT), TID ext: 0x0010 (16)                                      |
|      Repetition: ..... 183  ms  Section cnt: ....... 22                     |
|      Min repet.: ..... 140  ms  Table cnt: ......... 22                     |
|      Max repet.: ..... 240  ms  Version: ............ 1                     |
|=============================================================================|
|  PID: 0x1C21 (7201)                       DSM-CC U-N (The Digital Network)  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0001 (1)                                 |
|      Repetition: ..... 166  ms  Section cnt: ....... 24                     |
|      Min repet.: ...... 99  ms  Table cnt: ......... 24                     |
|      Max repet.: ..... 246  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0004 (4)                                 |
|      Repetition: ...... 81  ms  Section cnt: ....... 43                     |
|      Min repet.: ...... 30  ms  Table cnt: ......... 43                     |
|      Max repet.: ..... 743  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0005 (5)                                 |
|      Repetition: ..... 256  ms  Section cnt: ....... 17                     |
|      Min repet.: ...... 56  ms  Table cnt: ......... 17                     |
|      Max repet.: .... 2220  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0009 (9)                                 |
|      Repetition: ...... 69  ms  Section cnt: ....... 60                     |
|      Min repet.: ...... 30  ms  Table cnt: ......... 60                     |
|      Max repet.: ..... 133  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x000B (11)                                |
|      Repetition: ...... 69  ms  Section cnt: ....... 60                     |
|      Min repet.: ...... 30  ms  Table cnt: ......... 60                     |
|      Max repet.: ..... 133  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x000C (12)                                |
|      Repetition: ..... 235  ms  Section cnt: ....... 18                     |
|      Min repet.: ..... 104  ms  Table cnt: ......... 18                     |
|      Max repet.: ..... 904  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x000D (13)                                |
|      Repetition: ..... 634  ms  Section cnt: ........ 6                     |
|      Min repet.: ..... 174  ms  Table cnt: .......... 6                     |
|      Max repet.: .... 2370  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x000E (14)                                |
|      Repetition: ..... 166  ms  Section cnt: ....... 24                     |
|      Min repet.: ...... 99  ms  Table cnt: ......... 24                     |
|      Max repet.: ..... 246  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0023 (35)                                |
|      Repetition: ..... 549  ms  Section cnt: ........ 7                     |
|      Min repet.: ..... 498  ms  Table cnt: .......... 7                     |
|      Max repet.: ..... 706  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0024 (36)                                |
|      Repetition: ..... 708  ms  Section cnt: ........ 6                     |
|      Min repet.: ..... 599  ms  Table cnt: .......... 6                     |
|      Max repet.: ..... 981  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0027 (39)                                |
|      Repetition: ..... 710  ms  Section cnt: ........ 6                     |
|      Min repet.: ..... 599  ms  Table cnt: .......... 6                     |
|      Max repet.: ..... 980  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0029 (41)                                |
|      Repetition: ..... 846  ms  Section cnt: ........ 4                     |
|      Min repet.: ..... 749  ms  Table cnt: .......... 4                     |
|      Max repet.: ..... 996  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x002A (42)                                |
|      Repetition: ..... 708  ms  Section cnt: ........ 6                     |
|      Min repet.: ..... 614  ms  Table cnt: .......... 6                     |
|      Max repet.: ..... 966  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x002C (44)                                |
|      Repetition: ..... 842  ms  Section cnt: ........ 4                     |
|      Min repet.: ..... 753  ms  Table cnt: .......... 4                     |
|      Max repet.: ..... 997  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x002E (46)                                |
|      Repetition: ..... 705  ms  Section cnt: ........ 6                     |
|      Min repet.: ..... 614  ms  Table cnt: .......... 6                     |
|      Max repet.: ..... 966  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0002 (2)                                 |
|      Repetition: .... 1572  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1432  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1713  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0003 (3)                                 |
|      Repetition: .... 1559  ms  Section cnt: ........ 3  First version  29  |
|      Min repet.: .... 1525  ms  Table cnt: .......... 3  Last version:  31  |
|      Max repet.: .... 1594  ms  Versions: ...... 29, 31                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0004 (4)                                 |
|      Repetition: .... 1564  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1505  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1623  ms  Version: ............ 3                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0005 (5)                                 |
|      Repetition: ..... 472  ms  Section cnt: ....... 39                     |
|      Min repet.: ..... 329  ms  Table cnt: .......... 9                     |
|      Max repet.: ..... 981  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0006 (6)                                 |
|      Repetition: ..... 406  ms  Section cnt: ....... 28                     |
|      Min repet.: ..... 348  ms  Table cnt: .......... 9                     |
|      Max repet.: ..... 465  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0007 (7)                                 |
|      Repetition: ..... 405  ms  Section cnt: ....... 38                     |
|      Min repet.: ..... 343  ms  Table cnt: .......... 9                     |
|      Max repet.: ..... 467  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0008 (8)                                 |
|      Repetition: ..... 420  ms  Section cnt: ....... 40                     |
|      Min repet.: ..... 334  ms  Table cnt: ......... 10                     |
|      Max repet.: ..... 535  ms  Version: ............ 3                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0009 (9)                                 |
|      Repetition: ..... 729  ms  Section cnt: ....... 11                     |
|      Min repet.: ..... 686  ms  Table cnt: .......... 5                     |
|      Max repet.: ..... 764  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x000A (10)                                |
|      Repetition: .... 1649  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1590  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1709  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x000B (11)                                |
|      Repetition: .... 1434  ms  Section cnt: ........ 9                     |
|      Min repet.: .... 1253  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1616  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x000C (12)                                |
|      Repetition: .... 1355  ms  Section cnt: ....... 21                     |
|      Min repet.: .... 1351  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1359  ms  Version: ............ 9                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x000D (13)                                |
|      Repetition: .... 1347  ms  Section cnt: ....... 18                     |
|      Min repet.: .... 1316  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1377  ms  Version: ............ 9                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x000E (14)                                |
|      Repetition: .... 1572  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1464  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1680  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x000F (15)                                |
|      Repetition: ....... 0  ms  Section cnt: ....... 14                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0010 (16)                                |
|      Repetition: ....... 0  ms  Section cnt: ....... 13                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0011 (17)                                |
|      Repetition: .... 1584  ms  Section cnt: ....... 13                     |
|      Min repet.: .... 1584  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1584  ms  Version: ............ 3                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0012 (18)                                |
|      Repetition: ....... 0  ms  Section cnt: ....... 10                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0013 (19)                                |
|      Repetition: .... 1032  ms  Section cnt: ........ 8                     |
|      Min repet.: ..... 909  ms  Table cnt: .......... 4                     |
|      Max repet.: .... 1143  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0014 (20)                                |
|      Repetition: .... 2466  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2466  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2466  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0015 (21)                                |
|      Repetition: .... 2348  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2348  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2348  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0016 (22)                                |
|      Repetition: ..... 418  ms  Section cnt: ....... 89                     |
|      Min repet.: ..... 330  ms  Table cnt: ......... 10                     |
|      Max repet.: ..... 510  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0017 (23)                                |
|      Repetition: ..... 418  ms  Section cnt: ....... 50                     |
|      Min repet.: ..... 335  ms  Table cnt: ......... 10                     |
|      Max repet.: ..... 510  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0024 (36)                                |
|      Repetition: ..... 504  ms  Section cnt: ........ 8                     |
|      Min repet.: ..... 432  ms  Table cnt: .......... 8                     |
|      Max repet.: ..... 621  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0025 (37)                                |
|      Repetition: .... 1562  ms  Section cnt: ....... 11                     |
|      Min repet.: .... 1076  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 2048  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0026 (38)                                |
|      Repetition: .... 1042  ms  Section cnt: ....... 11                     |
|      Min repet.: ..... 889  ms  Table cnt: .......... 4                     |
|      Max repet.: .... 1151  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0027 (39)                                |
|      Repetition: ..... 208  ms  Section cnt: ....... 20                     |
|      Min repet.: ..... 134  ms  Table cnt: ......... 20                     |
|      Max repet.: ..... 290  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0028 (40)                                |
|      Repetition: .... 1036  ms  Section cnt: ........ 8                     |
|      Min repet.: ..... 909  ms  Table cnt: .......... 4                     |
|      Max repet.: .... 1152  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0029 (41)                                |
|      Repetition: .... 1040  ms  Section cnt: ....... 12                     |
|      Min repet.: ..... 876  ms  Table cnt: .......... 4                     |
|      Max repet.: .... 1165  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x002A (42)                                |
|      Repetition: ..... 977  ms  Section cnt: ........ 7                     |
|      Min repet.: ..... 924  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1030  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x002B (43)                                |
|      Repetition: .... 1041  ms  Section cnt: ....... 12                     |
|      Min repet.: ..... 888  ms  Table cnt: .......... 4                     |
|      Max repet.: .... 1156  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x002C (44)                                |
|      Repetition: ..... 977  ms  Section cnt: ........ 7                     |
|      Min repet.: ..... 916  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1038  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x002D (45)                                |
|      Repetition: .... 2349  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2349  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2349  ms  Version: ............ 3                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x002E (46)                                |
|      Repetition: ..... 503  ms  Section cnt: ........ 8                     |
|      Min repet.: ..... 432  ms  Table cnt: .......... 8                     |
|      Max repet.: ..... 628  ms  Version: ............ 4                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x002F (47)                                |
|      Repetition: ..... 516  ms  Section cnt: ....... 16                     |
|      Min repet.: ..... 420  ms  Table cnt: .......... 8                     |
|      Max repet.: ..... 653  ms  Version: ............ 7                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0030 (48)                                |
|      Repetition: ..... 499  ms  Section cnt: ........ 8                     |
|      Min repet.: ..... 437  ms  Table cnt: .......... 8                     |
|      Max repet.: ..... 608  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0031 (49)                                |
|      Repetition: .... 1559  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1509  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1610  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0032 (50)                                |
|      Repetition: .... 1564  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1498  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1629  ms  Version: ........... 28                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0033 (51)                                |
|      Repetition: .... 1564  ms  Section cnt: ........ 3  First version  15  |
|      Min repet.: .... 1479  ms  Table cnt: .......... 3  Last version:  16  |
|      Max repet.: .... 1649  ms  Versions: ...... 15, 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0034 (52)                                |
|      Repetition: .... 1572  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1403  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1741  ms  Version: ........... 20                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0035 (53)                                |
|      Repetition: .... 1647  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1624  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1671  ms  Version: ........... 31                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0036 (54)                                |
|      Repetition: .... 1669  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1625  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1713  ms  Version: ........... 20                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0037 (55)                                |
|      Repetition: .... 1576  ms  Section cnt: ........ 3  First version  15  |
|      Min repet.: .... 1438  ms  Table cnt: .......... 3  Last version:  16  |
|      Max repet.: .... 1713  ms  Versions: ...... 15, 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0038 (56)                                |
|      Repetition: .... 1559  ms  Section cnt: ........ 3  First version  30  |
|      Min repet.: .... 1517  ms  Table cnt: .......... 3  Last version:  31  |
|      Max repet.: .... 1602  ms  Versions: ...... 30, 31                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0039 (57)                                |
|      Repetition: .... 1566  ms  Section cnt: ........ 3  First version  24  |
|      Min repet.: .... 1419  ms  Table cnt: .......... 3  Last version:  25  |
|      Max repet.: .... 1712  ms  Versions: ...... 24, 25                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x003A (58)                                |
|      Repetition: .... 1568  ms  Section cnt: ........ 3  First version  24  |
|      Min repet.: .... 1549  ms  Table cnt: .......... 3  Last version:  25  |
|      Max repet.: .... 1586  ms  Versions: ...... 24, 25                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x003B (59)                                |
|      Repetition: .... 1564  ms  Section cnt: ........ 3  First version  29  |
|      Min repet.: .... 1479  ms  Table cnt: .......... 3  Last version:  30  |
|      Max repet.: .... 1649  ms  Versions: ...... 29, 30                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x003C (60)                                |
|      Repetition: .... 1657  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1635  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1679  ms  Version: ........... 19                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x003D (61)                                |
|      Repetition: .... 1568  ms  Section cnt: ........ 3  First version  23  |
|      Min repet.: .... 1428  ms  Table cnt: .......... 3  Last version:  24  |
|      Max repet.: .... 1707  ms  Versions: ...... 23, 24                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x003E (62)                                |
|      Repetition: .... 1555  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1518  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1593  ms  Version: ........... 24                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x003F (63)                                |
|      Repetition: .... 1674  ms  Section cnt: ........ 3  First version  18  |
|      Min repet.: .... 1634  ms  Table cnt: .......... 3  Last version:  19  |
|      Max repet.: .... 1713  ms  Versions: ...... 18, 19                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0040 (64)                                |
|      Repetition: .... 1570  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1422  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1718  ms  Version: ............ 6                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0041 (65)                                |
|      Repetition: .... 1568  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1549  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1586  ms  Version: ........... 21                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0042 (66)                                |
|      Repetition: .... 1561  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1467  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1656  ms  Version: ........... 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0043 (67)                                |
|      Repetition: .... 1643  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1634  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1652  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0044 (68)                                |
|      Repetition: .... 1647  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1624  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1671  ms  Version: ........... 10                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0045 (69)                                |
|      Repetition: .... 1576  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1467  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1686  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0046 (70)                                |
|      Repetition: ..... 765  ms  Section cnt: ........ 5                     |
|      Min repet.: ..... 714  ms  Table cnt: .......... 5                     |
|      Max repet.: ..... 790  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0058 (88)                                |
|      Repetition: .... 1528  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 1528  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1528  ms  Version: ........... 21                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0059 (89)                                |
|      Repetition: .... 1528  ms  Section cnt: ........ 5                     |
|      Min repet.: .... 1489  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1568  ms  Version: ........... 28                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x005A (90)                                |
|      Repetition: .... 1673  ms  Section cnt: ........ 5                     |
|      Min repet.: .... 1587  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1760  ms  Version: ........... 18                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x005B (91)                                |
|      Repetition: .... 1583  ms  Section cnt: ........ 5                     |
|      Min repet.: .... 1537  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1630  ms  Version: ........... 14                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x005C (92)                                |
|      Repetition: .... 1550  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1550  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1550  ms  Version: ........... 11                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x005D (93)                                |
|      Repetition: .... 1499  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1417  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1582  ms  Version: ........... 24                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x005E (94)                                |
|      Repetition: .... 1442  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1329  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1554  ms  Version: ............ 8                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x005F (95)                                |
|      Repetition: .... 1547  ms  Section cnt: ........ 7                     |
|      Min repet.: .... 1547  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1547  ms  Version: ........... 31                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0060 (96)                                |
|      Repetition: .... 1555  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1555  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1555  ms  Version: ........... 29                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0061 (97)                                |
|      Repetition: .... 1561  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1523  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1600  ms  Version: ........... 22                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0062 (98)                                |
|      Repetition: .... 1674  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1635  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1713  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0063 (99)                                |
|      Repetition: .... 1557  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1557  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1557  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0064 (100)                               |
|      Repetition: .... 1568  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1525  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1611  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0065 (101)                               |
|      Repetition: .... 1553  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1553  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1553  ms  Version: ........... 21                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0066 (102)                               |
|      Repetition: .... 1567  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1567  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1567  ms  Version: ........... 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0067 (103)                               |
|      Repetition: .... 1677  ms  Section cnt: ........ 5                     |
|      Min repet.: .... 1564  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1790  ms  Version: ............ 3                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0068 (104)                               |
|      Repetition: .... 1674  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1635  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1713  ms  Version: ............ 7                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0069 (105)                               |
|      Repetition: .... 1628  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 1628  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1628  ms  Version: ........... 24                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x006A (106)                               |
|      Repetition: .... 1548  ms  Section cnt: ........ 5                     |
|      Min repet.: .... 1548  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1548  ms  Version: ........... 21                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x006B (107)                               |
|      Repetition: .... 1560  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 1504  ms  Table cnt: .......... 3                     |
|      Max repet.: .... 1616  ms  Version: ........... 15                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x006C (108)                               |
|      Repetition: .... 1699  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 1699  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1699  ms  Version: ............ 8                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x006D (109)                               |
|      Repetition: .... 1562  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 1562  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1562  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x006E (110)                               |
|      Repetition: .... 1551  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1551  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1551  ms  Version: ........... 19                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x006F (111)                               |
|      Repetition: .... 3113  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 3113  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 3113  ms  Version: ............ 9                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0070 (112)                               |
|      Repetition: .... 2448  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2448  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2448  ms  Version: ............ 5                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0071 (113)                               |
|      Repetition: .... 1947  ms  Section cnt: ........ 6                     |
|      Min repet.: .... 1947  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1947  ms  Version: ............ 8                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0072 (114)                               |
|      Repetition: .... 1970  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1970  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1970  ms  Version: ........... 20                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0073 (115)                               |
|      Repetition: .... 1833  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 1833  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1833  ms  Version: ............ 1                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0074 (116)                               |
|      Repetition: .... 1986  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1986  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1986  ms  Version: ........... 22                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0075 (117)                               |
|      Repetition: .... 2070  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 2070  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2070  ms  Version: ............ 9                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0076 (118)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0077 (119)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0078 (120)                               |
|      Repetition: .... 1981  ms  Section cnt: ........ 6                     |
|      Min repet.: .... 1981  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1981  ms  Version: ............ 7                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0079 (121)                               |
|      Repetition: .... 2205  ms  Section cnt: ........ 6                     |
|      Min repet.: .... 2205  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2205  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x007A (122)                               |
|      Repetition: .... 2075  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 2075  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2075  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x007B (123)                               |
|      Repetition: .... 1952  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 1952  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1952  ms  Version: ........... 25                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x007C (124)                               |
|      Repetition: .... 2056  ms  Section cnt: ........ 6                     |
|      Min repet.: .... 2056  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2056  ms  Version: ........... 20                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x007D (125)                               |
|      Repetition: .... 2253  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2253  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2253  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x007E (126)                               |
|      Repetition: .... 1978  ms  Section cnt: ........ 6                     |
|      Min repet.: .... 1978  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1978  ms  Version: ............ 1                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x007F (127)                               |
|      Repetition: .... 2497  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2497  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2497  ms  Version: ........... 27                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0080 (128)                               |
|      Repetition: .... 2073  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 2073  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2073  ms  Version: ............ 7                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0081 (129)                               |
|      Repetition: .... 1879  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 1879  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1879  ms  Version: ........... 17                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0082 (130)                               |
|      Repetition: .... 1978  ms  Section cnt: ........ 8                     |
|      Min repet.: .... 1978  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1978  ms  Version: ........... 26                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0083 (131)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 24                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0084 (132)                               |
|      Repetition: .... 2339  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2339  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2339  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0085 (133)                               |
|      Repetition: .... 2472  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2472  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2472  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0086 (134)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0087 (135)                               |
|      Repetition: .... 2466  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2466  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2466  ms  Version: ........... 11                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0088 (136)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ............ 4                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0089 (137)                               |
|      Repetition: .... 2348  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2348  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2348  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x008A (138)                               |
|      Repetition: .... 2496  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2496  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2496  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x008B (139)                               |
|      Repetition: .... 2072  ms  Section cnt: ........ 4                     |
|      Min repet.: .... 2072  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2072  ms  Version: ........... 21                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x008C (140)                               |
|      Repetition: .... 2257  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2257  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2257  ms  Version: ........... 25                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x008D (141)                               |
|      Repetition: .... 2267  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2267  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2267  ms  Version: ........... 23                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x008E (142)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x008F (143)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 19                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0090 (144)                               |
|      Repetition: .... 2462  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2462  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2462  ms  Version: ........... 24                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0091 (145)                               |
|      Repetition: .... 2506  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2506  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2506  ms  Version: ........... 25                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0092 (146)                               |
|      Repetition: .... 2267  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2267  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2267  ms  Version: ........... 16                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0093 (147)                               |
|      Repetition: .... 2350  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2350  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2350  ms  Version: ........... 26                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0094 (148)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 13                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0095 (149)                               |
|      Repetition: .... 2341  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2341  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2341  ms  Version: ............ 8                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0096 (150)                               |
|      Repetition: .... 2328  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2328  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2328  ms  Version: ........... 10                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0097 (151)                               |
|      Repetition: .... 2256  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2256  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2256  ms  Version: ........... 12                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0098 (152)                               |
|      Repetition: .... 2328  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2328  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2328  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0099 (153)                               |
|      Repetition: .... 1821  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 1821  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1821  ms  Version: ............ 3                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x009A (154)                               |
|      Repetition: .... 1987  ms  Section cnt: ........ 6                     |
|      Min repet.: .... 1987  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 1987  ms  Version: ........... 13                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x009B (155)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 1                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 11                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x009C (156)                               |
|      Repetition: .... 2497  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 2497  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2497  ms  Version: ............ 2                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x009D (157)                               |
|      Repetition: ....... 0  ms  Section cnt: ........ 4                     |
|      Min repet.: ....... 0  ms  Table cnt: .......... 1                     |
|      Max repet.: ....... 0  ms  Version: ........... 29                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x009E (158)                               |
|      Repetition: .... 2477  ms  Section cnt: ........ 3                     |
|      Min repet.: .... 2477  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2477  ms  Version: ............ 9                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x009F (159)                               |
|      Repetition: .... 2466  ms  Section cnt: ........ 2                     |
|      Min repet.: .... 2466  ms  Table cnt: .......... 2                     |
|      Max repet.: .... 2466  ms  Version: ........... 27                     |
|=============================================================================|
|  PID: 0x1C33 (7219)                                             DSM-CC U-N  |
|  Service: 0x1044 (4164) BBC ONE Lon                                         |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0001 (1)                                 |
|      Repetition: ..... 879  ms  Section cnt: ........ 4                     |
|      Min repet.: ..... 826  ms  Table cnt: .......... 4                     |
|      Max repet.: ..... 932  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3B (59, DSM-CC UNM), TID ext: 0x0014 (20)                                |
|      Repetition: ..... 665  ms  Section cnt: ........ 6                     |
|      Min repet.: ..... 414  ms  Table cnt: .......... 6                     |
|      Max repet.: ..... 913  ms  Version: ............ 0                     |
|-----------------------------------------------------------------------------|
|  0x3C (60, DSM-CC DDM), TID ext: 0x0049 (73)                                |
|      Repetition: ..... 130  ms  Section cnt: ....... 32                     |
|      Min repet.: ...... 85  ms  Table cnt: ......... 32                     |
|      Max repet.: ..... 203  ms  Version: ............ 2                     |
===============================================================================

@oviano
Copy link
Contributor

oviano commented Feb 2, 2019

Sorry I don't know why the formatting is like that, I just copied and pasted plain text and I can't seem to turn off that bold and sizing. When I edit, it doesn't appear like that.

I think the bottom line is that this device, Hauppauge WinTV-soloHD DVBT Tuner (DVB-T), is working ok with TSDuck.

@lelegard
Copy link
Member Author

lelegard commented Feb 2, 2019

Sorry I don't know why the formatting is like that

I just fixed it. GitGHub markdown is documented here.

I think the bottom line is that this device, Hauppauge WinTV-soloHD DVBT Tuner (DVB-T), is working ok with TSDuck.

Thanks a lot. Is this on Windows or Linux?

@oviano
Copy link
Contributor

oviano commented Feb 2, 2019

Thank you - yes that is on Windows 10 Pro 64-bit Release 1809.

@lelegard
Copy link
Member Author

lelegard commented Feb 2, 2019

Could you please post the output of tslsdvb? I am curious if DVB-T/T2 and DVB-C are seen as two tuners or one.

@oviano
Copy link
Contributor

oviano commented Feb 2, 2019

It's seen as one:

tslsdvb
0: "Hauppauge WinTV-soloHD DVBT Tuner" (DVB-T)

Full spec of the device

http://www.hauppauge.co.uk/site/products/data_solohd.html

@oviano
Copy link
Contributor

oviano commented Feb 2, 2019

The other feedback I have is that tsscan took nearly 2 hours to complete, whereas a channel scan with the supplied WinTV software took far less time (maybe 10 minutes).

I don't know if that is significant or expected, but I thought I should mention it.

@lelegard
Copy link
Member Author

lelegard commented Feb 2, 2019

It depends on which type of scan you select. On DVB-T, the default UHF-band scan tries all channels from 21 to 69 and then scans all offsets around each channel. If you do not care about offsets, use option --no-offset to speed up the process. The option --verbose displays which channels and offsets are scanned.

@oviano
Copy link
Contributor

oviano commented Feb 2, 2019

Ok, maybe that's the reason then. I'm going too read up on what the offsets mean. I only started trying to learn how these capture cards work a couple of days ago!

@oviano
Copy link
Contributor

oviano commented Feb 2, 2019

Actually there was one other thing relating to the tsscan - it's very hard to get it to respond to control+c to interrupt it. I've only succeeded once or twice. It seems to lock up the command prompt - once I had to reboot as I couldn't even force quit the command prompt.

Also, if you do manage to break into it with control + c, then it doesn't seem to clean up correctly - subsequent attempts result in error message about the directshow graph not being available.

@skunge2000
Copy link

skunge2000 commented Feb 3, 2019

Here's the output for the Raspberry Pi Foundation TV uHAT.

This a GBP £20 DVB-T/T2 tuner in a new uHat format about the same footprint as a Raspberry Pi Zero.
It connects to the Pi via the 40-pin GPIO connector, and uses SPI to send the transport stream from the demodulator to the Pi. I2C is used - as with all HATs - to signal the presence of the uHAT to the host computer, signalling to Raspbian that the TV Hat is present and available as a DVB frontend.

The Linux drivers appear to have had a lot of input from Sony (Sony manufacture Raspberry Pis in the UK) according to the Linux TV mailing lists.

It works fine in tsduck using tsscan etc. for DVB-T stuff, but the DVB-T2 demodulation doesn't seem to be used? (Does tsduck support DVB-T2 as an input source via the DVB plugin? I can't see support for 32k carriers as a supported transmission mode alongside 2k and 8k?)

/dev/dvb/adapter0 (Sony CXD2880, DVB-T, DVB-T2)

tslsdvb: ioctl FE_READ_BER on /dev/dvb/adapter0/frontend0: Resource temporarily unavailable
tslsdvb: ioctl FE_READ_SNR on /dev/dvb/adapter0/frontend0: Resource temporarily unavailable
tslsdvb: ioctl FE_READ_SIGNAL_STRENGTH on /dev/dvb/adapter0/frontend0: Resource temporarily unavailable
tslsdvb: ioctl FE_READ_UNCORRECTED_BLOCKS on /dev/dvb/adapter0/frontend0: Resource temporarily unavailable
  Status: 

  Bit error rate ................................. 0 (0%)
  Signal/noise ratio ............................. 0 (0%)
  Signal strength ................................ 0 (0%)
  Uncorrected blocks ............................. 0 
  Frequencies:
    Current ...................................... 0 Hz
    Min ................................ 174,000,000 Hz
    Max ................................ 862,000,000 Hz
    Step ..................................... 1,000 Hz
    Tolerance .................................... 0 Hz
  Spectral inversion ........................... off 
  Bandwidth ................................... auto 
  FEC(high priority) .......................... none 
  FEC(low priority) ........................... none 
  Constellation ............................... QPSK 
  Transmission mode ............................. 2K 
  Guard interval .............................. 1/32 
  Hierarchy ................................... none 

  Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 4/5, FEC 5/6,
    FEC 7/8, FEC auto, QPSK, 16-QAM, 32-QAM, 64-QAM, 128-QAM, 256-QAM,
    QAM auto, transmission mode auto, guard interval auto, 2nd generation,
    recover, mute TS 

Is the verbose output of tslsdvb when the tuner is idle.

When scanning with tsscan :

/dev/dvb/adapter0 (Sony CXD2880, DVB-T, DVB-T2)

tslsdvb: ioctl FE_READ_SNR on /dev/dvb/adapter0/frontend0: Resource temporarily unavailable
tslsdvb: ioctl FE_READ_UNCORRECTED_BLOCKS on /dev/dvb/adapter0/frontend0: Resource temporarily unavailable
Status: 

Bit error rate ................................. 0 (0%)
Signal/noise ratio ............................. 0 (0%)
Signal strength ........................... 43,362 (66%)
Uncorrected blocks ............................. 0 
Frequencies:
  Current ............................ 481,833,334 Hz
  UHF channel ................................. 22 
  Min ................................ 174,000,000 Hz
  Max ................................ 862,000,000 Hz
  Step ..................................... 1,000 Hz
  Tolerance .................................... 0 Hz
Spectral inversion ........................... off 
Bandwidth .................................. 8-MHz 
FEC(high priority) .......................... none 
FEC(low priority) ........................... none 
Constellation ............................... QPSK 
Transmission mode ............................. 2K 
Guard interval .............................. 1/32 
Hierarchy ................................... none 
  Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 4/5, FEC 5/6,
    FEC 7/8, FEC auto, QPSK, 16-QAM, 32-QAM, 64-QAM, 128-QAM, 256-QAM,
    QAM auto, transmission mode auto, guard interval auto, 2nd generation,
    recover, mute TS

@samuraibrian
Copy link

'Generic' device, allegedly "DVB-T/T2/C+FM+DAB".
Working ok with tsp in Ubuntu 18.04 on UK DVB-T muxes, but unable to lock to DVB-T2 muxes:

tslsdvb: /dev/dvb/adapter0 (Realtek RTL2832 (DVB-T), DVB-T)
Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 5/6, FEC 7/8, FEC auto, QPSK, 16-QAM, 64-QAM, QAM auto, transmission mode auto, guard interval auto, hierarchy auto, recover, mute TS

  • which would explain why it can't see the (256-QAM) UK DVB-T2 muxes!

@oviano
Copy link
Contributor

oviano commented Mar 14, 2019

PCTV 292e/461e BDA 28179 TVTuner S ("WinTV Nova-S2 - Model 01677" on Amazon UK)

This one seems to work on Windows.

tslsdvb.txt

astra_10847000000_vertical.txt

@lelegard
Copy link
Member Author

PCTV 292e/461e BDA 28179 TVTuner S ("WinTV Nova-S2 - Model 01677" on Amazon UK)

Are you sure? WinTV Nova are Hauppauge devices while PCTV (formerly Pinnacle) is another brand.

I used to have one PCTV 461e stick but I dropped it. It worked on Windows only (unreliable behaviour on Linux) and it dropped all null packets. As a consequence, the captured stream is missing the stuffing PID, computed bitrates are incorrect and it is not possible to cleanly reprocess and reinject the stream in a modulator. In your capture, I can see that the stuffing PID is missing as well. I also have a recent DVB-T2 tuner from PCTV with the same issue (no stuffing PID). So, I assume that this is an engineering choice from PCTV. It is true that we do not need the stuffing PID to watch TV but we, the DTV engineers, need it.

@oviano
Copy link
Contributor

oviano commented Mar 14, 2019

Yes I’m sure, it came in a Hauppauge box and instructions to install WinTV.

That is the name that shows up in tslsdvb.

Perhaps Hauppauge acquires them or something.

@oviano
Copy link
Contributor

oviano commented Mar 14, 2019

“Hauppauge Computer Works is a division of Hauppauge Digital Inc. In December of 2008, Hauppauge Digital Inc. acquired the Pinnacle PCTV product line from Avid, and now runs PCTV tuner products as a separate division.”

http://www.hauppauge.com/pages/about/about.html

@lelegard
Copy link
Member Author

You are probably right about the acquisition. PCTV products are now described on the Hauppauge site : http://www.hauppauge.co.uk/pctv/en/prods.html

But, on this page, I see this:
image

So, PCTV 292e and 461e look like different products. Which one is yours? Mine is the bottom one, 461e. In all cases, yours and mine seem unable to get the stuffing PID.

@oviano
Copy link
Contributor

oviano commented Mar 14, 2019

@lelegard lelegard pinned this issue Jan 19, 2020
@lelegard lelegard changed the title Looking for feedbacks on DVB tuners - Linux or Windows Looking for feedbacks on DVB/ATSC/ISDB tuners - Linux or Windows Apr 4, 2020
@lelegard lelegard changed the title Looking for feedbacks on DVB/ATSC/ISDB tuners - Linux or Windows Looking for feedbacks on tuners - Linux or Windows Apr 4, 2020
@lelegard
Copy link
Member Author

lelegard commented Apr 5, 2020

First tested ISDB-T tuners: A user from Japan reported that the following two tuners work on Linux and Windows: MyGica S270 and PLEX PX-S1UD. They are internally identical.

@piotrserafin
Copy link
Contributor

Brand: TBS
Model: TBS5580
Modulation support (DVB-T, DVB-S, etc.):
DVB-T/T2/C/C2/ISDB-T, DVB-T, DVB-T2, ISDB-T, DVB-C,DVB-S/S2/S2X, DVB-S, DVB-S2, DSS
Bus (USB, PCIe, etc.): USB
Tested systems (Linux, Windows): Linux, Windows, Raspberry PI 3+ (Raspabian)

Output of tslsdvb:

For Frontend 0:

tslsdvb -d /dev/dvb/adapter0:0 -v
/dev/dvb/adapter0 (TBS 5580 CI USB2.0 DVB-T/T2/C/C2/ISDB-T, DVB-T, DVB-T2, ISDB-T, DVB-C, 2)

tslsdvb: error reading status on /dev/dvb/adapter0/frontend0: Resource temporarily unavailable
  Delivery system ............................ DVB-T
  Frequencies:
    Current ............................ 498,000,000 Hz
    UHF channel ................................. 24
    Min ................................ 174,000,000 Hz
    Max ................................ 862,000,000 Hz
    Step ................................... 250,000 Hz
    Tolerance .................................... 0 Hz
  Spectral inversion .......................... auto
  Modulation ................................ 64-QAM
  Bandwidth .................................. 8-MHz
  FEC(high priority) .......................... auto
  FEC(low priority) ........................... auto
  Transmission mode ............................. 8K
  Guard interval .............................. 1/32
  Hierarchy ................................... none

  Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 5/6, FEC 7/8,
    FEC auto, QPSK, 16-QAM, 32-QAM, 64-QAM, 128-QAM, 256-QAM, QAM auto,
    transmission mode auto, guard interval auto, hierarchy auto, multistream,
    2nd generation, mute TS

For Frontend 1:

tslsdvb -d /dev/dvb/adapter0:1 -v
/dev/dvb/adapter0:1 (TBS 5580 CI USB2.0 DVB-S/S2/S2X, DVB-S, DVB-S2, DSS)

tslsdvb: error reading status on /dev/dvb/adapter0/frontend1: Resource temporarily unavailable
  Delivery system ............................ DVB-S
  Frequencies:
    Min ................................ 850,000,000 Hz
    Max .............................. 2,300,000,000 Hz
    Step ......................................... 0 Hz
    Tolerance .................................... 0 Hz
  Symbol rates:
    Min .................................. 1,000,000 sym/s
    Max ................................. 45,000,000 sym/s
    Tolerance .................................... 0 sym/s
  Spectral inversion ........................... off
  FEC(inner) .................................. auto
  Modulation .................................. QPSK

  Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 5/6, FEC 7/8,
    FEC auto, QPSK, 16-QAM, 32-QAM, 64-QAM, 128-QAM, 256-QAM, QAM auto,
    transmission mode auto, guard interval auto, hierarchy auto, multistream,
    2nd generation, mute TS

@lelegard
Copy link
Member Author

Model: TBS5580
Modulation support (DVB-T, DVB-S, etc.):
DVB-T/T2/C/C2/ISDB-T, DVB-T, DVB-T2, ISDB-T, DVB-C,DVB-S/S2/S2X, DVB-S, DVB-S2, DSS

Wow, that is quite a beast !

I couldn't find it yet on Amazon but, for $120 on TBS site, it looks quite a good investment. Is it a new device? Are you satisfied with it?

@piotr-serafin-red
Copy link

piotr-serafin-red commented Apr 13, 2020

Depends on the use case, currently I'm using it with Raspberry PI 3B+ (with headless Raspbian Lite installed) as a streaming/dev server. I'm playing a lot with TS manipulation.

For Windows 10 it is working fine but not checked with high number of DVB Players/Software, working definitely with TSDuck.

For Linux, checked on Debian based systems (mainly Ubuntu and it's flavors) and on Arch, there was a lack of driver support for newer kernels, and still installation requires some manual work (compiling, moving FW binaries) but it works fine. Checked with TSDuck as well:)

Raspberry PI was a pain, there was no driver support for ARM targets but at the beginning of 2020 they shared on TBS forum new drivers archive with support for ARM. It is working but it seems that driver has an issue with signal strength for DVB-T FE. On My TV set it shows >50%, on dvb-fe-tool, and tsscan it shows <10% do there are some issues with this driver.

From mechanical perspective, the device is very soli, enclosed in metal casing.

It can get quite hot when used but entire case is big radiator.

Device is not new, bought it ~2y ago.

@EricBerendsen
Copy link

Got some tuners that work with TSDuck;

All tested using Windows 10, all using USB.

Brand: Technotrend

Model: TT-connect CT-3650 CI

Modulation: DVB-C, DVB-T

Works with DVB-C, not tested with DVB-T (not available any more). Does not work with DVB-T2 (not to be expected for a device from 2008). tslsdvb incorrectly says DVB-T2

tslsdvb output:
0: "USB 2.0 BDA DVB-T Tuner" (DVB-T, DVB-T2)
1: "USB 2.0 BDA DVB-C Tuner" (ATSC, DVB-C, DVB-C/C)

Brand: Hauppage

Model: WinTV-HVR-935

Modulation: DVB-C, DVB-T2

tslsdvb output:
0: "Hauppauge Cx23100 BDA DVBC Tuner" (ATSC, DVB-C, DVB-C/C)
1: "Hauppauge Cx23100 BDA DVBT Tuner" (DVB-T, DVB-T2)

Brand: Hauppauge

Model: WinTV-dualHD

Modulation: DVB-C, DVB-T2

Warning: This tuner discards all null packets (PID 0x1FFF), for both DVB-C and DVB-T2. So not to be used for bitrate measurements etc.

tslsdvb output:
0: "Hauppauge WinTV-dualHD DVBC Tuner" (ATSC, DVB-C, DVB-C/C)
1: "Hauppauge WinTV-dualHD DVBT Tuner 2" (DVB-T, DVB-T2)
2: "Hauppauge WinTV-dualHD DVBT Tuner" (DVB-T, DVB-T2)
3: "Hauppauge WinTV-dualHD DVBC Tuner 2" (ATSC, DVB-C, DVB-C/C)

@lelegard
Copy link
Member Author

@EricBerendsen, thanks for your feedback.

Does not work with DVB-T2 (not to be expected for a device from 2008). tslsdvb incorrectly says DVB-T2

This is unfortunately a limitation of Windows. DirectShow is, as far as I know, unable to report specific DVB-T2 support in addition to DVB-T. So, if DirectShow reports DVB-T support, TSDuck assumes DVB-T2 as well. Of course, tuning to DVB-T2 on a tuner which does not support it will fail. But it is better than TSDuck not supporting DVB-T2 on a tuner which supports it. The same problem exists with DVB-S vs. S2.

There is no such problem on Linux where the driver reports the exact capabilities of the tuner.

Warning: This tuner discards all null packets (PID 0x1FFF), for both DVB-C and DVB-T2. So not to be used for bitrate measurements etc.

This is a problem I also got with some PCTV tuners. This is really a pain when transforming a TS on the fly before re-injecting it into a modulator.

@nstuardod
Copy link
Contributor

Hi

After patching the Siano driver to make it report the modulation parameters for ISDB-T broadcasts, I noticed that tsscan fails to report layer parameters.

After scanning a few frequencies with dvbv5-scan using the following command:

$ dvbv5-scan -C CL -G <some channel list in dvbv5 format>

I get something like this:

[Canal 13 HD]
    SERVICE_ID = 42016
    NETWORK_ID = 1313
    TRANSPORT_ID = 1313
    VIDEO_PID = 811
    AUDIO_PID = 812
    FREQUENCY = 527142857
    BANDWIDTH_HZ = 6000000
    INVERSION = AUTO
    GUARD_INTERVAL = 1/8
    TRANSMISSION_MODE = 8K
    ISDBT_LAYER_ENABLED = 3
    ISDBT_PARTIAL_RECEPTION = 1
    ISDBT_SOUND_BROADCASTING = 0
    ISDBT_SB_SUBCHANNEL_ID = 0
    ISDBT_SB_SEGMENT_IDX = 0
    ISDBT_SB_SEGMENT_COUNT = 0
    ISDBT_LAYERA_FEC = 2/3
    ISDBT_LAYERA_MODULATION = QPSK
    ISDBT_LAYERA_SEGMENT_COUNT = 1
    ISDBT_LAYERA_TIME_INTERLEAVING = 4
    ISDBT_LAYERB_FEC = 3/4
    ISDBT_LAYERB_MODULATION = QAM/64
    ISDBT_LAYERB_SEGMENT_COUNT = 12
    ISDBT_LAYERB_TIME_INTERLEAVING = 2
    ISDBT_LAYERC_FEC = AUTO
    ISDBT_LAYERC_MODULATION = QAM/AUTO
    ISDBT_LAYERC_SEGMENT_COUNT = 0
    ISDBT_LAYERC_TIME_INTERLEAVING = 0
    COUNTRY = CL
    DELIVERY_SYSTEM = ISDBT

Guard intervals, transmission mode, per layer FEC and time interleaving are reported correctly. However, when I do a scan with tsscan using the following command line:

$ tsscan --brazil -l -u --show-modulation --first-channel 23 --last-channel 23

I get this:

* UHF channel 23 (527.142 MHz)
  Transport stream id: 1313, 0x0521
  Carrier frequency: 527,142,857 Hz
  Guard interval: 1/32
  Bandwidth: 6-MHz
  Transmission mode: 8K
  Layers: ABC
  Partial reception: on
  Layers A segment count: 255
  Layers A time interleaving: 255
  Layers B segment count: 255
  Layers B time interleaving: 255
  Layers C segment count: 255
  Layers C time interleaving: 255

  Name           Provider ServId TSId   ONetId Type PMTPID
  -------------- -------- ------ ------ ------ ---- ------
  Canal 13 HD    Harmonic 0xA420 0x0521 0x0521 0x01 0x032A
  13 .2          Harmonic 0xA421 0x0521 0x0521 0x01 0x0334
  Canal 13 Movil Harmonic 0xA438 0x0521 0x0521 0xC0 0x1FC8

Although guard intervals and transmission mode are reported and match with the dvbv5-scan output but no layer information is shown. Driver bug or tsduck bug?

@lelegard
Copy link
Member Author

Driver bug or tsduck bug?

Most probably a TSDuck bug since it works with dvbv5-scan. That's the problem with modulations for which I have no network to test. I cannot make sure by myself that it works. I will have a look but I will have to ask you to test afterwards.

I hope that your patch of the Siano driver will be merged in the kernel.

@lelegard
Copy link
Member Author

lelegard commented Dec 22, 2020

Hi @nicst35,

Only looking at the code, there is no obvious problem. So, this is the kind of problem that should be debugged under real conditions, either using a debugger or traces. As already mentioned, I cannot do anything on this because of the lack of actual ISDB-T network. Do you have the environment to do this?

The function that reads tuning information from the driver is ts::Tuner::Guts::getCurrentTuning(), starting line 623 of file src/libtsduck/dtv/linux/tsTunerGuts.cpp

Reading ISDB-T parameters starts at line 807.

If you can debug this, please submit a pull request.

Sorry for not being able to actually work on this. Life would be easier if the whole world used DVB 😄

@jof-cw
Copy link

jof-cw commented Feb 25, 2021

Hello this is Jesus.

I'm using a Raspberry Pi TV HAT on a Raspberry 3B+ I tested on DVB-T and T2 multiplex and work fine. I'm using Raspbian Lite with TVHeadend.

0: /dev/dvb/adapter0 ("Sony CXD2880", DVB-T, DVB-T2)
Device: /dev/dvb/adapter0/frontend0

Status:

Delivery system ............................ DVB-T
Frequencies:
Current ............................ 546,000,000 Hz
Min ................................ 174,000,000 Hz
Max ................................ 862,000,000 Hz
Step ..................................... 1,000 Hz
Tolerance .................................... 0 Hz
Spectral inversion ........................... off
Modulation .................................. QPSK
Bandwidth .............................. 8,000,000 Hz
FEC(high priority) .......................... none
FEC(low priority) ........................... none
Transmission mode ............................. 2K
Guard interval .............................. 1/32
Hierarchy ................................... none

Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 4/5, FEC 5/6,
FEC 7/8, FEC auto, QPSK, 16-QAM, 32-QAM, 64-QAM, 128-QAM, 256-QAM,
QAM auto, transmission mode auto, guard interval auto, 2nd generation,
recover, mute TS

Best regards.

@lelegard
Copy link
Member Author

Hi @jof-cw,
Thanks for the feedback. This looks like a very cost-effective solution for DVB processing!

@rphanikrishna
Copy link

rphanikrishna commented Jul 27, 2021

Brand: HanfTek (https://www.amazon.in/gp/product/B071WFJKNY/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1)
Model: ID 15f4:0131 HanfTek
Modulation support (DVB-T, DVB-S, etc.): DVB-T, DVB-T2,DVB-C
Bus (USB, PCIe, etc.): USB
Tested systems (Linux, Windows): Raspberry PI 3+ (Raspberry pi os 5.10.17-v8+)

Output of tslsdvb:
For Frontend 0:

tslsdvb -d /dev/dvb/adapter0:0 -v
/dev/dvb/adapter0 ("Realtek RTL2832 (DVB-T)", DVB-T)
Device: /dev/dvb/adapter0/frontend0

Status:

Delivery system ............................ DVB-T
Frequencies:
Min ................................ 174,000,000 Hz
Max ................................ 862,000,000 Hz
Step ................................... 166,667 Hz
Tolerance .................................... 0 Hz
Spectral inversion ........................... off
Modulation ................................... QAM
Bandwidth ...................................... 0 Hz
FEC(high priority) .......................... auto
FEC(low priority) ........................... auto
Transmission mode ........................... auto
Guard interval .............................. auto
Hierarchy ................................... auto

Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 5/6, FEC 7/8,
FEC auto, QPSK, 16-QAM, 64-QAM, QAM auto, transmission mode auto,
guard interval auto, hierarchy auto, recover, mute TS

For Frontend 1:

tslsdvb -d /dev/dvb/adapter0:1 -v
/dev/dvb/adapter0:1:1:1 ("Panasonic MN88473", DVB-T, DVB-T2, DVB-C)
Device: /dev/dvb/adapter0/frontend1

tslsdvb: error reading status on /dev/dvb/adapter0/frontend1: Resource temporarily unavailable
Delivery system ............................ DVB-T
Frequencies:
Min ................................. 42,000,000 Hz
Max .............................. 1,002,000,000 Hz
Step ......................................... 0 Hz
Tolerance .................................... 0 Hz
Spectral inversion ........................... off
Modulation ................................... QAM
Bandwidth ...................................... 0 Hz
FEC(high priority) .......................... auto
FEC(low priority) ........................... auto
Transmission mode ........................... auto
Guard interval .............................. auto
Hierarchy ................................... auto

Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 5/6, FEC 7/8,
FEC auto, QPSK, 16-QAM, 32-QAM, 64-QAM, 128-QAM, 256-QAM, QAM auto,
transmission mode auto, guard interval auto, hierarchy auto, multistream,
2nd generation, mute TS

Will try recording and analysing few Streams from Indian DVB-C 64-QAM and 256-QAM soon.

EDIT Added on 30July 2021

wget http://palosaari.fi/linux/v4l-dvb/firmware/MN88473/01/latest/dvb-demod-mn88473-01.fw
sudo cp dvb-demod-mn88473-01.fw /lib/firmware

the above firmware is required to use this device and it works now I have executed below to analyse one stream

tsp -v -I dvb --device-name /dev/dvb/adapter0:1:0:0 --delivery-system DVB-C/B --modulation 64-QAM --frequency 386000000 --symbol-rate 6,900,000 --fec-inner none -P until -s 10 -P analyze -O drop

I can confirm that this is the cheapest setup to analyse the DVB-C streams in India total cost of the setup including the raspberryPi Zero will be under 5000 rupees (68USD today)

@lelegard
Copy link
Member Author

lelegard commented Aug 1, 2021

Hi @rphanikrishna

Thanks for the feedback. It seems that the actual brand is Artek but is also referenced as HanfTek or Astrometa on some Linux sites.

The firmware dvb-demod-mn88473-01.fw is already part of the OpenELEC package which can be installed using the command tsconfig --install-dvb-firmware in the latest version of TSDuck (previously, there was in a dedicated script in the build subdirectory).

@EnoSat
Copy link

EnoSat commented Oct 30, 2021

Brand: TBS - https://www.tbsdtv.com/products/tbs5520se_multi-standard_tv_tuner_usb_box.html
Model: TBS5520SE - https://www.tbsdtv.com/download/index.html?path=4&id=43
Modulation support: DVB-S/S2/S2X/T/T2/C/C2/ISDB-T
Bus: USB
Tested systems: Windows11

Output of tslsdvb:
set as DVB-T/T2

e:\TV\TSDuckBeta\bin>tslsdvb --debug=1 -v
tslsdvb: Debug: debug level set to 1
tslsdvb: Debug: ====> tslsdvb --debug=1 -v
tslsdvb: Debug: found tuner filter "TBS 5520 BDA Tuner"
tslsdvb: Debug: tuner device path: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
tslsdvb: Debug: DirectShowGraph init, graph build is valid: true, media control is valid: true
tslsdvb: Debug: adding filter "NetworkProvider", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tuner", graph valid: true, filter not null: true
tslsdvb: Debug: initializing tuning space "TSDuck DVB-T Tuning Space"
tslsdvb: error setting UniqueName on TSDuck DVB-T Tuning Space: The specified object is too large.
tslsdvb: error setting FriendlyName on TSDuck DVB-T Tuning Space: The specified object is too large.
tslsdvb: Debug: user-specified receiver filter name: ""
tslsdvb: Debug: trying direct connection from tuner (no receiver)
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: failed to connect pins: Žiadna kombinácia filtrov pre prepojenie sa nedala nájsť.
tslsdvb: Debug: failed to connect filters
tslsdvb: Debug: trying receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: adding filter "Receiver", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Sink/Capture", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Demux", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "TIF", graph valid: true, filter not null: true
tslsdvb: Debug: using receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: IBDA_DigitalDemodulator in tuner: 7
tslsdvb: Debug: IBDA_DigitalDemodulator2 in tuner: 7
tslsdvb: Debug: IBDA_SignalStatistics in tuner: 7
tslsdvb: Debug: IKsPropertySet in tuner: 2
tslsdvb: Debug: found tuner device "TBS 5520 BDA Tuner"
0: "TBS 5520 BDA Tuner" (DVB-T, DVB-T2)
   Device: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
     Signal locked:    yes
     Signal strength:  0 dB

set as DVB-S/S2

e:\TV\TSDuckBeta\bin>tslsdvb --debug=1 -v
tslsdvb: Debug: debug level set to 1
tslsdvb: Debug: ====> tslsdvb --debug=1 -v
tslsdvb: Debug: found tuner filter "TBS 5520 BDA Tuner"
tslsdvb: Debug: tuner device path: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
tslsdvb: Debug: DirectShowGraph init, graph build is valid: true, media control is valid: true
tslsdvb: Debug: adding filter "NetworkProvider", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tuner", graph valid: true, filter not null: true
tslsdvb: Debug: initializing tuning space "TSDuck DVB-S Tuning Space"
tslsdvb: Debug: user-specified receiver filter name: ""
tslsdvb: Debug: trying direct connection from tuner (no receiver)
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: failed to connect pins: Žiadna kombinácia filtrov pre prepojenie sa nedala nájsť.
tslsdvb: Debug: failed to connect filters
tslsdvb: Debug: trying receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: adding filter "Receiver", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Sink/Capture", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Demux", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "TIF", graph valid: true, filter not null: true
tslsdvb: Debug: using receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: IBDA_DigitalDemodulator in tuner: 2
tslsdvb: Debug: IBDA_DigitalDemodulator2 in tuner: 2
tslsdvb: Debug: IBDA_SignalStatistics in tuner: 2
tslsdvb: Debug: IKsPropertySet in tuner: 2
tslsdvb: Debug: found tuner device "TBS 5520 BDA Tuner"
0: "TBS 5520 BDA Tuner" (DVB-S, DVB-S2)
   Device: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
     Signal locked:    yes
     Signal strength:  10 dB

set as DVB-C

e:\TV\TSDuckBeta\bin>tslsdvb --debug=1 -v
tslsdvb: Debug: debug level set to 1
tslsdvb: Debug: ====> tslsdvb --debug=1 -v
tslsdvb: Debug: found tuner filter "TBS 5520 BDA Tuner"
tslsdvb: Debug: tuner device path: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
tslsdvb: Debug: DirectShowGraph init, graph build is valid: true, media control is valid: true
tslsdvb: Debug: adding filter "NetworkProvider", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tuner", graph valid: true, filter not null: true
tslsdvb: Debug: failed to set network type DIGITAL_CABLE_NETWORK_TYPE
tslsdvb: Debug: initializing tuning space "TSDuck DVB-C Tuning Space"
tslsdvb: Debug: user-specified receiver filter name: ""
tslsdvb: Debug: trying direct connection from tuner (no receiver)
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: failed to connect pins: Žiadna kombinácia filtrov pre prepojenie sa nedala nájsť.
tslsdvb: Debug: failed to connect filters
tslsdvb: Debug: trying receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: adding filter "Receiver", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Sink/Capture", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Demux", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "TIF", graph valid: true, filter not null: true
tslsdvb: Debug: using receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: IBDA_DigitalDemodulator in tuner: 2
tslsdvb: Debug: IBDA_DigitalDemodulator2 in tuner: 2
tslsdvb: Debug: IBDA_SignalStatistics in tuner: 2
tslsdvb: Debug: IKsPropertySet in tuner: 2
tslsdvb: Debug: found tuner device "TBS 5520 BDA Tuner"
0: "TBS 5520 BDA Tuner" (DVB-C, DVB-C/C)
   Device: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
     Signal locked:    no
     Signal strength:  0 dB

set as DVB-C2

e:\TV\TSDuckBeta\bin>tslsdvb` --debug=1 -v
tslsdvb: Debug: debug level set to 1
tslsdvb: Debug: ====> tslsdvb --debug=1 -v
tslsdvb: Debug: found tuner filter "TBS 5520 BDA Tuner"
tslsdvb: Debug: tuner device path: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
tslsdvb: Debug: DirectShowGraph init, graph build is valid: true, media control is valid: true
tslsdvb: Debug: adding filter "NetworkProvider", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tuner", graph valid: true, filter not null: true
tslsdvb: Debug: initializing tuning space "TSDuck DVB-T Tuning Space"
tslsdvb: error setting UniqueName on TSDuck DVB-T Tuning Space: The specified object is too large.
tslsdvb: error setting FriendlyName on TSDuck DVB-T Tuning Space: The specified object is too large.
tslsdvb: Debug: user-specified receiver filter name: ""
tslsdvb: Debug: trying direct connection from tuner (no receiver)
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: failed to connect pins: Žiadna kombinácia filtrov pre prepojenie sa nedala nájsť.
tslsdvb: Debug: failed to connect filters
tslsdvb: Debug: trying receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: adding filter "Receiver", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Tee", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Sink/Capture", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "Demux", graph valid: true, filter not null: true
tslsdvb: Debug: adding filter "TIF", graph valid: true, filter not null: true
tslsdvb: Debug: using receiver filter "TBS 5520 BDA Capture"
tslsdvb: Debug: IBDA_DigitalDemodulator in tuner: 7
tslsdvb: Debug: IBDA_DigitalDemodulator2 in tuner: 7
tslsdvb: Debug: IBDA_SignalStatistics in tuner: 7
tslsdvb: Debug: IKsPropertySet in tuner: 2
tslsdvb: Debug: found tuner device "TBS 5520 BDA Tuner"
0: "TBS 5520 BDA Tuner" (DVB-T, DVB-T2)
   Device: @device:pnp:\\?\usb#vid_734c&pid_5521#5&44cb01&0&4#{71985f48-1ca1-11d3-9cc8-00c04f7971e0}\{b45b50ff-2d09-4bf2-a87c-ee4a7ef00857}
     Signal locked:    no
     Signal strength:  0 dB

result: occasional system freeze

@lelegard
Copy link
Member Author

Thanks @EnoSat. Quite an impressive list of demods for one single device.

  • How do you switch from one mode to another?
  • In C2 mode, it appears as T/T2?
  • Did you try it on Linux? Linux is much better to handle multi-standard demods.

@EnoSat
Copy link

EnoSat commented Oct 30, 2021

small windows utility for change mode , real test C2 not possible , no try :(
capture_001_30102021_211022
capture_002_30102021_211027
capture_003_30102021_211032

@EvariSTC
Copy link

EvariSTC commented Oct 27, 2022

USB dongle MyGica T230C, support for DVB-T & DVB-T2, tested on Windows 10
Output of tslsdvb: "Digital TV" (DVB-T, DVB-T2)
Bought on Amazon.it: https://www.amazon.it/dp/B01BU4UIOW

tsp -I dvb -a 0 --uhf-channel 34 -P until --second 1 -P analyze -O drop

===============================================================================
|  TRANSPORT STREAM ANALYSIS REPORT                                           |
|=============================================================================|
|  Transport Stream Id: ....... 8192 (0x2000)  |  Services: ............. 20  |
|  Bytes: ........................ 11,208,748  |  PID's: Total: ......... 75  |
|  TS packets: ....................... 59,621  |         Clear: ......... 75  |
|     With invalid sync: .................. 0  |         Scrambled: ...... 0  |
|     With transport error: ............... 0  |         With PCR's: .... 20  |
|     Suspect and ignored: ................ 0  |         Unreferenced: ... 0  |
|-----------------------------------------------------------------------------|
|  Transport stream bitrate, based on ....... 188 bytes/pkt    204 bytes/pkt  |
|  User-specified: ......................... 22,394,133 b/s   24,300,017 b/s  |
|  Estimated based on PCR's: ............... 22,394,133 b/s   24,300,017 b/s  |
|  Selected reference bitrate: ............. 22,394,133 b/s   24,300,017 b/s  |
|-----------------------------------------------------------------------------|
|  Broadcast time: ..................................... 4 sec (0 min 4 sec)  |
|-----------------------------------------------------------------------------|
|  Srv Id  Service Name                              Access          Bitrate  |
|  0x0016  Telelombardia HD. ............................ C    1,602,344 b/s  |
|  0x0017  TopCalcio24 HD. .............................. C    1,615,866 b/s  |
|  0x0018  Antenna 3 HD. ................................ C    1,603,471 b/s  |
|  0x0019  TELECOLOR. ................................... C    1,323,267 b/s  |
|  0x001A  CREMONA1 ..................................... C    1,588,447 b/s  |
|  0x001B  TELENOVA HD .................................. C    1,603,096 b/s  |
|  0x001C  UNICA LECCO .................................. C    1,091,517 b/s  |
|  0x001D  TELELIBERTA' ................................. C    1,347,682 b/s  |
|  0x001E  TeleBoario ................................... C    1,082,503 b/s  |
|  0x001F  Milano Pavia TV .............................. C    1,058,839 b/s  |
|  0x0020  TELEREPORTER ................................. C      804,928 b/s  |
|  0x0022  Antenna 2 .................................... C      836,855 b/s  |
|  0x0023  TRS .......................................... C      798,543 b/s  |
|  0x0024  STUDIO1 ...................................... C    1,082,503 b/s  |
|  0x0025  TVS Televallassina ........................... C      845,494 b/s  |
|  0x0026  NBC MILANO ................................... C      798,919 b/s  |
|  0x0027  LOMBARDIA TV 80 .............................. C      763,987 b/s  |
|  0x0028  MILANOW. ..................................... C      582,944 b/s  |
|  0x007D  Primantenna .................................. C      810,187 b/s  |
|  0x0094  ITALIA 8 PRESTIGE ............................ C      806,055 b/s  |
|                                                                             |
|  Note 1: C=Clear, S=Scrambled                                               |
|  Note 2: Unless specified otherwise, bitrates are based on 188 bytes/pkt    |
===============================================================================


===============================================================================
|  SERVICES ANALYSIS REPORT                                                   |
|=============================================================================|
|  Global PID's                                                               |
|  TS packets: 923, PID's: 6 (clear: 6, scrambled: 0)                         |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Global PID's ................................. C      346,686 b/s  |
|   Subt.  Global PSI/SI PID's (0x00-0x1F) .............. C       45,449 b/s  |
|  0x0000  PAT .......................................... C        7,512 b/s  |
|  0x0010  NIT .......................................... C        1,502 b/s  |
|  0x0011  SDT/BAT ...................................... C       30,049 b/s  |
|  0x0012  EIT .......................................... C        4,132 b/s  |
|  0x0015  Network Synchronization ...................... C        2,254 b/s  |
|  0x1FFF  Stuffing ..................................... C      301,238 b/s  |
|=============================================================================|
|  Service: 0x0016 (22), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: Telelombardia HD., provider: Rai Way                         |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 4,266, PID's: 5 (clear: 5, scrambled: 0)                       |
|  PMT PID: 0x00DE (222), PCR PID: 0x01A6 (422)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,602,344 b/s  |
|  0x00DE  PMT .......................................... C        7,512 b/s  |
|  0x01A6  AVC video (1920x1080, high profile, level 4.0  C    1,439,706 b/s  |
|  0x026E  MPEG-1 Audio (ita, Audio layer II, 128 kb/s,   C      135,219 b/s  |
|  0x04C6  Teletext (ITA, Initial Teletext page) ........ C       16,902 b/s  |
|  0x07E6  MPEG-2 Private sections (AIT) ................ C        3,005 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0017 (23), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TopCalcio24 HD., provider: Rai Way                           |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 4,302, PID's: 4 (clear: 4, scrambled: 0)                       |
|  PMT PID: 0x00DF (223), PCR PID: 0x01A7 (423)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,615,866 b/s  |
|  0x00DF  PMT .......................................... C        7,512 b/s  |
|  0x01A7  AVC video (1920x1080, high profile, level 4.0  C    1,469,755 b/s  |
|  0x026F  MPEG-1 Audio (ita, Audio layer II, 128 kb/s,   C      135,595 b/s  |
|  0x07E7  MPEG-2 Private sections (AIT) ................ C        3,005 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0018 (24), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: Antenna 3 HD., provider: Rai Way                             |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 4,269, PID's: 5 (clear: 5, scrambled: 0)                       |
|  PMT PID: 0x00E0 (224), PCR PID: 0x01A8 (424)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,603,471 b/s  |
|  0x00E0  PMT .......................................... C        7,512 b/s  |
|  0x01A8  AVC video (1920x1080, high profile, level 4.0  C    1,439,706 b/s  |
|  0x0270  MPEG-1 Audio (ita, Audio layer II, 128 kb/s,   C      136,346 b/s  |
|  0x04C8  Teletext (ITA, Initial Teletext page) ........ C       16,902 b/s  |
|  0x07E8  MPEG-2 Private sections (AIT) ................ C        3,005 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0019 (25), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TELECOLOR., provider: Rai Way                                |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 3,523, PID's: 4 (clear: 4, scrambled: 0)                       |
|  PMT PID: 0x00E1 (225), PCR PID: 0x01A9 (425)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,323,267 b/s  |
|  0x00E1  PMT .......................................... C        7,512 b/s  |
|  0x01A9  AVC video (960x1080, high profile, level 3.2,  C    1,209,834 b/s  |
|  0x0271  MPEG-1 Audio (ita, Audio layer II, 96 kb/s, @  C      104,419 b/s  |
|  0x07E9  MPEG-2 Private sections (AIT) ................ C        1,502 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x001A (26), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: CREMONA1, provider: Rai Way                                  |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 4,229, PID's: 4 (clear: 4, scrambled: 0)                       |
|  PMT PID: 0x00E2 (226), PCR PID: 0x01AA (426)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,588,447 b/s  |
|  0x00E2  PMT .......................................... C        7,512 b/s  |
|  0x01AA  AVC video (720x576, high profile, level 3.0,   C    1,440,082 b/s  |
|  0x0272  MPEG-1 Audio (ita, Audio layer II, 128 kb/s,   C      137,848 b/s  |
|  0x07EA  MPEG-2 Private sections (AIT) ................ C        3,005 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x001B (27), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TELENOVA HD, provider: Rai Way                               |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 4,268, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00E3 (227), PCR PID: 0x01AB (427)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,603,096 b/s  |
|  0x00E3  PMT .......................................... C        7,512 b/s  |
|  0x01AB  AVC video (1920x1080, high profile, level 4.0  C    1,459,238 b/s  |
|  0x0273  MPEG-1 Audio (ita, Audio layer II, 128 kb/s,   C      136,346 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x001C (28), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: UNICA LECCO, provider: Rai Way                               |
|  Service type: 0x16 (Advanced codec SD digital television service)          |
|  TS packets: 2,906, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00E4 (228), PCR PID: 0x01AC (428)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Advanced codec SD digital television service . C    1,091,517 b/s  |
|  0x00E4  PMT .......................................... C        7,512 b/s  |
|  0x01AC  AVC video (720x576, high profile, level 3.0,   C      979,586 b/s  |
|  0x0274  MPEG-1 Audio (ita, Audio layer II, 96 kb/s, @  C      104,419 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x001D (29), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TELELIBERTA', provider: Rai Way                              |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 3,588, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00E5 (229), PCR PID: 0x01AD (429)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,347,682 b/s  |
|  0x00E5  PMT .......................................... C        7,512 b/s  |
|  0x01AD  AVC video (720x576, high profile, level 3.0,   C    1,202,322 b/s  |
|  0x0275  MPEG-1 Audio (ita, Audio layer II, 128 kb/s,   C      137,848 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x001E (30), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TeleBoario, provider: Rai Way                                |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 2,882, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00E6 (230), PCR PID: 0x01AE (430)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,082,503 b/s  |
|  0x00E6  PMT .......................................... C        7,512 b/s  |
|  0x01AE  AVC video (720x576, high profile, level 3.0,   C      999,493 b/s  |
|  0x0276  MPEG-1 Audio (ita, Audio layer II, 64 kb/s, @  C       75,497 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x001F (31), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: Milano Pavia TV, provider: Rai Way                           |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 2,819, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00E7 (231), PCR PID: 0x01AF (431)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,058,839 b/s  |
|  0x00E7  PMT .......................................... C        7,512 b/s  |
|  0x01AF  AVC video (720x576, main profile, level 3.0,   C      943,152 b/s  |
|  0x0277  MPEG-1 Audio (ita, Audio layer II, 96 kb/s, @  C      108,175 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0020 (32), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TELEREPORTER, provider: Rai Way                              |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 2,143, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00E8 (232), PCR PID: 0x01B0 (432)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C      804,928 b/s  |
|  0x00E8  PMT .......................................... C        7,512 b/s  |
|  0x01B0  AVC video (720x576, main profile, level 3.0,   C      724,548 b/s  |
|  0x0278  MPEG-1 Audio (ita, Audio layer II, 64 kb/s, @  C       72,868 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0022 (34), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: Antenna 2, provider: Rai Way                                 |
|  Service type: 0x16 (Advanced codec SD digital television service)          |
|  TS packets: 2,228, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00EA (234), PCR PID: 0x01B2 (434)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Advanced codec SD digital television service . C      836,855 b/s  |
|  0x00EA  PMT .......................................... C        7,512 b/s  |
|  0x01B2  AVC video (720x576, high profile, level 3.0,   C      759,855 b/s  |
|  0x027A  MPEG-1 Audio (ita, Audio layer II, 64 kb/s, @  C       69,488 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0023 (35), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TRS, provider: Rai Way                                       |
|  Service type: 0x16 (Advanced codec SD digital television service)          |
|  TS packets: 2,126, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00EB (235), PCR PID: 0x01B3 (435)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Advanced codec SD digital television service . C      798,543 b/s  |
|  0x00EB  PMT .......................................... C        7,512 b/s  |
|  0x01B3  AVC video (720x576, high profile, level 3.0,   C      721,168 b/s  |
|  0x027B  MPEG-1 Audio (ita, Audio layer II, 64 kb/s, @  C       69,863 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0024 (36), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: STUDIO1, provider: Rai Way                                   |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 2,882, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00EC (236), PCR PID: 0x01B4 (436)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C    1,082,503 b/s  |
|  0x00EC  PMT .......................................... C        7,512 b/s  |
|  0x01B4  AVC video (720x576, high profile, level 3.0,   C      999,869 b/s  |
|  0x027C  MPEG-1 Audio (ita, Audio layer II, 64 kb/s, @  C       75,122 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0025 (37), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: TVS Televallassina, provider: Rai Way                        |
|  Service type: 0x16 (Advanced codec SD digital television service)          |
|  TS packets: 2,251, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00ED (237), PCR PID: 0x01B5 (437)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Advanced codec SD digital television service . C      845,494 b/s  |
|  0x00ED  PMT .......................................... C        7,512 b/s  |
|  0x01B5  AVC video (720x576, high profile, level 3.0,   C      772,250 b/s  |
|  0x027D  MPEG-1 Audio (ita) ........................... C       65,731 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0026 (38), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: NBC MILANO, provider: Rai Way                                |
|  Service type: 0x16 (Advanced codec SD digital television service)          |
|  TS packets: 2,127, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x00EE (238), PCR PID: 0x01B6 (438)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Advanced codec SD digital television service . C      798,919 b/s  |
|  0x00EE  PMT .......................................... C        7,512 b/s  |
|  0x01B6  AVC video (720x576, high profile, level 3.0,   C      720,792 b/s  |
|  0x027E  MPEG-2 AAC Audio (ita) ....................... C       70,614 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0027 (39), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: LOMBARDIA TV 80, provider: Rai Way                           |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 2,034, PID's: 4 (clear: 4, scrambled: 0)                       |
|  PMT PID: 0x00EF (239), PCR PID: 0x01B7 (439)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C      763,987 b/s  |
|  0x00EF  PMT .......................................... C        7,512 b/s  |
|  0x01B7  AVC video (720x576, main profile, level 3.0,   C      677,973 b/s  |
|  0x027F  MPEG-2 Audio (Audio layer II, 64 kb/s, @48,00  C       75,122 b/s  |
|  0x07F7  MPEG-2 Private sections (AIT) ................ C        3,380 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0028 (40), TS: 0x2000 (8192), Original Netw: 0x217C (8572)      |
|  Service name: MILANOW., provider: Rai Way                                  |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 1,552, PID's: 4 (clear: 4, scrambled: 0)                       |
|  PMT PID: 0x00F0 (240), PCR PID: 0x01B8 (440)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C      582,944 b/s  |
|  0x00F0  PMT .......................................... C        7,512 b/s  |
|  0x01B8  AVC video (704x480, high profile, level 3.0,   C      499,559 b/s  |
|  0x0280  MPEG-1 Audio (ita, Audio layer II, 64 kb/s, @  C       72,868 b/s  |
|  0x07F8  MPEG-2 Private sections (AIT) ................ C        3,005 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x007D (125), TS: 0x2000 (8192), Original Netw: 0x217C (8572)     |
|  Service name: Primantenna, provider: Rai Way                               |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 2,157, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x0145 (325), PCR PID: 0x020D (525)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C      810,187 b/s  |
|  0x0145  PMT .......................................... C        7,512 b/s  |
|  0x020D  AVC video (960x1080, high profile, level 4.0,  C      729,431 b/s  |
|  0x02D5  MPEG-1 Audio (ita, Audio layer II, 64 kb/s, @  C       73,244 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
|=============================================================================|
|  Service: 0x0094 (148), TS: 0x2000 (8192), Original Netw: 0x217C (8572)     |
|  Service name: ITALIA 8 PRESTIGE, provider: Rai Way                         |
|  Service type: 0x01 (Digital television service)                            |
|  TS packets: 2,146, PID's: 3 (clear: 3, scrambled: 0)                       |
|  PMT PID: 0x015C (348), PCR PID: 0x0224 (548)                               |
|-----------------------------------------------------------------------------|
|     PID  Usage                                     Access          Bitrate  |
|   Total  Digital television service ................... C      806,055 b/s  |
|  0x015C  PMT .......................................... C        7,512 b/s  |
|  0x0224  AVC video (720x576, main profile, level 3.0,   C      724,924 b/s  |
|  0x02EC  MPEG-1 Audio (Audio layer II, 64 kb/s, @48,00  C       73,619 b/s  |
|          (C=Clear, S=Scrambled, +=Shared)                                   |
===============================================================================
[snip]

@lelegard
Copy link
Member Author

Thanks @EvariSTC. I have added it in the list of tested devices in the user's guide.

@jof-cw
Copy link

jof-cw commented Jan 7, 2023

Hello all and happy new year :) This is Jesus

I just tested in my Raspberry 3B+ a USB dongle MyGica T230C like the one @EvariSTC have 3, and those are the results:


Raspbian Bullseye

uname -a
Linux Raspberry 5.15.76-v7+ #1597 SMP Fri Nov 4 12:13:17 GMT 2022 armv7l GNU/Linux


tslsdvb

0: /dev/dvb/adapter0 ("Sony CXD2880", DVB-T, DVB-T2)
1: /dev/dvb/adapter1 ("Silicon Labs Si2168", DVB-T, DVB-T2, DVB-C)


tslsdvb -v (I omited the adapter 0)

1: /dev/dvb/adapter1 ("Silicon Labs Si2168", DVB-T, DVB-T2, DVB-C)
Device: /dev/dvb/adapter1/frontend0

tslsdvb: error reading status on /dev/dvb/adapter1/frontend0: Resource temporarily unavailable
tslsdvb: error reading status on /dev/dvb/adapter1/frontend0: Resource temporarily unavailable
Signal: locked: no, strength: -36 dB, SNR: 38.5 dB, BER: 1%

 Delivery system ........................... DVB-T2
 Frequencies:
   Current ............................ 690,000,000 Hz
   Min ................................. 48,000,000 Hz
   Max ................................ 870,000,000 Hz
   Step .................................... 62,500 Hz
   Tolerance .................................... 0 Hz
 Spectral inversion ............................ on
 Modulation ............................... 256-QAM
 Bandwidth .............................. 8,000,000 Hz
 FEC(high priority) .......................... auto
 FEC(low priority) ........................... auto
 Transmission mode ............................. 8K
 Guard interval ............................. 1/128
 Hierarchy ................................... none

 Capabilities: inversion auto, FEC 1/2, FEC 2/3, FEC 3/4, FEC 5/6, FEC 7/8,
   FEC auto, QPSK, 16-QAM, 32-QAM, 64-QAM, 128-QAM, 256-QAM, QAM auto,
   transmission mode auto, guard interval auto, hierarchy auto,
   multistream, 2nd generation, mute TS

tsp --verbose -I dvb -a 1 -u 48 --delivery-system DVB-T2 --modulation 256-QAM --guard-interval 1/128 -P until --seconds 30 -P analyze -O drop

  • dvb: using /dev/dvb/adapter1 (DVB-T, DVB-T2, DVB-C)
  • dvb: tuned to transponder --delivery-system DVB-T2 --frequency 690,000,000 --modulation 256-QAM --high-priority-fec auto --low-priority-fec auto --bandwidth 8,000,000 --transmission-mode 8K --guard-interval 1/128 --hierarchy none
  • dvb: locked: yes, SNR: 37 dB, BER: 1%
  • dvb: initial input bitrate is 33,358,077 b/s

===============================================================================
| TRANSPORT STREAM ANALYSIS REPORT |
|=============================================================================|
| Transport Stream Id: ......... 10 (0x000A) | Services: .............. 2 |
| Bytes: ....................... 133,721,204 | PID's: Total: ......... 15 |
| TS packets: ...................... 711,283 | Clear: ......... 15 |
| With invalid sync: .................. 0 | Scrambled: ...... 0 |
| With transport error: ............... 0 | With PCR's: ..... 2 |
| Suspect and ignored: ................ 0 | Unreferenced: ... 0 |
|-----------------------------------------------------------------------------|
| Transport stream bitrate, based on ....... 188 bytes/pkt 204 bytes/pkt |
| User-specified: ......................... 33,354,323 b/s 36,192,989 b/s |
| Estimated based on PCR's: ............... 33,354,230 b/s 36,192,888 b/s |
| Selected reference bitrate: ............. 33,354,230 b/s 36,192,888 b/s |
|-----------------------------------------------------------------------------|
| Broadcast time: ................................... 32 sec (0 min 32 sec) |
| First TDT UTC time stamp: ........................... 2023/01/06 22:36:09 |
| Last TDT UTC time stamp: ............................ 2023/01/06 22:36:38 |
| First TOT local time stamp: ......................... 2023/01/06 23:36:15 |
| Last TOT local time stamp: .......................... 2023/01/06 23:36:33 |
| TOT country code: ................................................... ESP |
|-----------------------------------------------------------------------------|
| Srv Id Service Name Access Bitrate |
| 0x30D5 UHD-1 ........................................ C 14,988,285 b/s |
| 0x30D6 UHD-2 ........................................ C 11,168,799 b/s |
| |
| Note 1: C=Clear, S=Scrambled |
| Note 2: Unless specified otherwise, bitrates are based on 188 bytes/pkt |

===============================================================================
| SERVICES ANALYSIS REPORT |
|=============================================================================|
| Global PID's |

TS packets: 153,480, PID's: 7 (clear: 7, scrambled: 0)
PID Usage Access Bitrate
Total Global PID's ................................. C 7,197,145 b/s
Subt. Global PSI/SI PID's (0x00-0x1F) .............. C 87,596 b/s
0x0000 PAT .......................................... C 15,053 b/s
0x0001 CAT .......................................... C 15,053 b/s
0x0010 NIT .......................................... C 328 b/s
0x0011 SDT/BAT ...................................... C 1,501 b/s
0x0012 EIT .......................................... C 55,428 b/s
0x0014 TDT/TOT ...................................... C 234 b/s
0x1FFF Stuffing ..................................... C 7,109,549 b/s
=============================================================================
Service: 0x30D5 (12501), TS: 0x000A (10), Original Netw: 0x22D4 (8916)
Service name: UHD-1, provider: UHD Spain
Service type: 0x1F (HEVC digital television service)
TS packets: 319,627, PID's: 4 (clear: 4, scrambled: 0)
PMT PID: 0x0020 (32), PCR PID: 0x0100 (256)
-----------------------------------------------------------------------------
PID Usage Access Bitrate
Total HEVC digital television service . C 14,988,285 b/s
0x0020 PMT .......................................... C 15,053 b/s
0x0100 HEVC video (3840x2160, main 10 profile, level C 14,644,934 b/s
0x0101 MPEG-1 Audio (spa, Audio layer II, 256 kb/s, C 313,246 b/s
0x0103 MPEG-2 Private sections (AIT) ................ C 15,053 b/s
(C=Clear, S=Scrambled, +=Shared)
=============================================================================
Service: 0x30D6 (12502), TS: 0x000A (10), Original Netw: 0x22D4 (8916)
Service name: UHD-2, provider: UHD Spain
Service type: 0x1F (HEVC digital television service)
TS packets: 238,176, PID's: 4 (clear: 4, scrambled: 0)
PMT PID: 0x0030 (48), PCR PID: 0x0200 (512)
-----------------------------------------------------------------------------
PID Usage Access Bitrate
Total HEVC digital television service . C 11,168,799 b/s
0x0030 PMT .......................................... C 15,006 b/s
0x0200 HEVC video (3840x2160, main 10 profile, level C 10,825,495 b/s
0x0201 MPEG-1 Audio (spa, Audio layer II, 256 kb/s, C 313,246 b/s
0x0203 MPEG-2 Private sections (AIT) ................ C 15,053 b/s
(C=Clear, S=Scrambled, +=Shared)
===============================================================================

===============================================================================
| PIDS ANALYSIS REPORT |
|=============================================================================|

PID: 0x0000 (0) PAT
Global PID Transport: Discontinuities:
Bitrate: .... 15,053 b/s Packets: ........... 321 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ..... 321
=============================================================================
PID: 0x0001 (1) CAT
-----------------------------------------------------------------------------
Global PID Transport: Discontinuities:
Bitrate: .... 15,053 b/s Packets: ........... 321 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ..... 321
=============================================================================
PID: 0x0010 (16) NIT
-----------------------------------------------------------------------------
Global PID Transport: Discontinuities:
Bitrate: ....... 328 b/s Packets: ............. 7 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ....... 7
=============================================================================
PID: 0x0011 (17) SDT/BAT
-----------------------------------------------------------------------------
Global PID Transport: Discontinuities:
Bitrate: ..... 1,501 b/s Packets: ............ 32 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ...... 32
=============================================================================
PID: 0x0012 (18) EIT
-----------------------------------------------------------------------------
Global PID Transport: Discontinuities:
Bitrate: .... 55,428 b/s Packets: ......... 1,182 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ..... 507
=============================================================================
PID: 0x0014 (20) TDT/TOT
-----------------------------------------------------------------------------
Global PID Transport: Discontinuities:
Bitrate: ....... 234 b/s Packets: ............. 5 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ....... 5
=============================================================================
PID: 0x0020 (32) PMT
Service: 0x30D5 (12501) UHD-1
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: .... 15,053 b/s Packets: ........... 321 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ..... 321
=============================================================================
PID: 0x0030 (48) PMT
Service: 0x30D6 (12502) UHD-2
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: .... 15,006 b/s Packets: ........... 320 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ..... 320
=============================================================================
PID: 0x0100 (256) HEVC video
PES stream id: 0xE0 (Video 0)
3840x2160, main 10 profile, level 5.1, 4:2:0
Service: 0x30D5 (12501) UHD-1
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: 14,644,934 b/s Packets: ....... 312,305 Expected: ......... 0
Access: .......... Clear Adapt.F.: ........ 2,550 Unexpect: ......... 0
Duplicated: .......... 0 PES:
PCR: ............... 944 Packets: ...... 1,606
TSrate: . 33,354,204 b/s Inv.Start: ........ 0
=============================================================================
PID: 0x0101 (257) MPEG-1 Audio (spa)
PES stream id: 0xC0 (Audio 0)
Audio layer II, 256 kb/s, @48,000 Hz, stereo
Service: 0x30D5 (12501) UHD-1
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: ... 313,246 b/s Packets: ......... 6,680 Expected: ......... 0
Access: .......... Clear Adapt.F.: ........ 1,336 Unexpect: ......... 0
Duplicated: .......... 0 PES:
PCR: ................. 0 Packets: ...... 1,336
Inv.Start: ........ 0
=============================================================================
PID: 0x0103 (259) MPEG-2 Private sections (AIT)
Service: 0x30D5 (12501) UHD-1
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: .... 15,053 b/s Packets: ........... 321 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ..... 321
=============================================================================
PID: 0x0200 (512) HEVC video
PES stream id: 0xE0 (Video 0)
3840x2160, main 10 profile, level 5.1, 4:2:0
Service: 0x30D6 (12502) UHD-2
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: 10,825,495 b/s Packets: ....... 230,855 Expected: ......... 0
Access: .......... Clear Adapt.F.: ........ 2,508 Unexpect: ......... 0
Duplicated: .......... 0 PES:
PCR: ............... 911 Packets: ...... 1,604
TSrate: . 33,354,257 b/s Inv.Start: ........ 0
=============================================================================
PID: 0x0201 (513) MPEG-1 Audio (spa)
PES stream id: 0xC0 (Audio 0)
Audio layer II, 256 kb/s, @48,000 Hz, stereo
Service: 0x30D6 (12502) UHD-2
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: ... 313,246 b/s Packets: ......... 6,680 Expected: ......... 0
Access: .......... Clear Adapt.F.: ........ 1,336 Unexpect: ......... 0
Duplicated: .......... 0 PES:
PCR: ................. 0 Packets: ...... 1,336
Inv.Start: ........ 0
=============================================================================
PID: 0x0203 (515) MPEG-2 Private sections (AIT)
Service: 0x30D6 (12502) UHD-2
-----------------------------------------------------------------------------
Single Service PID Transport: Discontinuities:
Bitrate: .... 15,053 b/s Packets: ........... 321 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ..... 321
=============================================================================
PID: 0x1FFF (8191) Stuffing
-----------------------------------------------------------------------------
Global PID Transport: Discontinuities:
Bitrate: . 7,109,549 b/s Packets: ....... 151,612 Expected: ......... 0
Access: .......... Clear Adapt.F.: ............ 0 Unexpect: ......... 0
Duplicated: .......... 0 Sections:
PCR: ................. 0 Unit start: ....... 0
===============================================================================

===============================================================================
| TABLES & SECTIONS ANALYSIS REPORT |
|=============================================================================|

PID: 0x0000 (0) PAT
0x00 (0, PAT), TID ext: 0x000A (10)
Repetition: ..... 100 ms Section cnt: ...... 321
Min repet.: ...... 99 ms Table cnt: ........ 321
Max repet.: ..... 101 ms Version: ............ 4
=============================================================================
PID: 0x0001 (1) CAT
-----------------------------------------------------------------------------
0x01 (1, CAT), TID ext: 0xFFFF (65535)
Repetition: ..... 100 ms Section cnt: ...... 321
Min repet.: ..... 100 ms Table cnt: ........ 321
Max repet.: ..... 100 ms Version: ............ 1
=============================================================================
PID: 0x0010 (16) NIT
-----------------------------------------------------------------------------
0x40 (64, NIT Actual), TID ext: 0x3108 (12552)
Repetition: .... 5000 ms Section cnt: ........ 7
Min repet.: .... 5000 ms Table cnt: .......... 7
Max repet.: .... 5000 ms Version: ............ 1
=============================================================================
PID: 0x0011 (17) SDT/BAT
-----------------------------------------------------------------------------
0x42 (66, SDT Actual), TID ext: 0x000A (10)
Repetition: .... 1000 ms Section cnt: ....... 32
Min repet.: .... 1000 ms Table cnt: ......... 32
Max repet.: .... 1000 ms Version: ........... 16
=============================================================================
PID: 0x0012 (18) EIT
-----------------------------------------------------------------------------
0x4E (78, EIT p/f Actual), TID ext: 0x30D5 (12501)
Repetition: .... 1200 ms Section cnt: ....... 54
Min repet.: .... 1023 ms Table cnt: ......... 27
Max repet.: .... 1312 ms Version: ........... 19
-----------------------------------------------------------------------------
0x4E (78, EIT p/f Actual), TID ext: 0x30D6 (12502)
Repetition: .... 1200 ms Section cnt: ....... 54
Min repet.: .... 1195 ms Table cnt: ......... 27
Max repet.: .... 1205 ms Version: ............ 5
-----------------------------------------------------------------------------
0x50 (80, EIT schedule Actual), TID ext: 0x30D5 (12501)
Repetition: .... 9000 ms Section cnt: ...... 103
Min repet.: .... 9000 ms Table cnt: .......... 3
Max repet.: .... 9001 ms Version: ........... 20
-----------------------------------------------------------------------------
0x50 (80, EIT schedule Actual), TID ext: 0x30D6 (12502)
Repetition: .... 9000 ms Section cnt: ...... 108
Min repet.: .... 9000 ms Table cnt: .......... 4
Max repet.: .... 9001 ms Version: ........... 14
-----------------------------------------------------------------------------
0x51 (81, EIT schedule Actual), TID ext: 0x30D5 (12501)
Repetition: .... 9000 ms Section cnt: ....... 96
Min repet.: .... 9000 ms Table cnt: .......... 4
Max repet.: .... 9000 ms Version: ........... 20
-----------------------------------------------------------------------------
0x51 (81, EIT schedule Actual), TID ext: 0x30D6 (12502)
Repetition: .... 9000 ms Section cnt: ....... 92
Min repet.: .... 9000 ms Table cnt: .......... 3
Max repet.: .... 9000 ms Version: ........... 14
=============================================================================
PID: 0x0014 (20) TDT/TOT
-----------------------------------------------------------------------------
0x70 (112, TDT)
Repetition: ... 29000 ms Section cnt: ........ 2
Min repet.: ... 29000 ms
Max repet.: ... 29000 ms
-----------------------------------------------------------------------------
0x73 (115, TOT)
Repetition: .... 9000 ms Section cnt: ........ 3
Min repet.: .... 9000 ms
Max repet.: .... 9000 ms
=============================================================================
PID: 0x0020 (32) PMT
Service: 0x30D5 (12501) UHD-1
-----------------------------------------------------------------------------
0x02 (2, PMT), TID ext: 0x30D5 (12501)
Repetition: ..... 100 ms Section cnt: ...... 321
Min repet.: ...... 97 ms Table cnt: ........ 321
Max repet.: ..... 103 ms Version: ........... 19
=============================================================================
PID: 0x0030 (48) PMT
Service: 0x30D6 (12502) UHD-2
-----------------------------------------------------------------------------
0x02 (2, PMT), TID ext: 0x30D6 (12502)
Repetition: ..... 100 ms Section cnt: ...... 320
Min repet.: ..... 100 ms Table cnt: ........ 320
Max repet.: ..... 100 ms Version: ........... 24
=============================================================================
PID: 0x0103 (259) MPEG-2 Private sections (AIT)
Service: 0x30D5 (12501) UHD-1
-----------------------------------------------------------------------------
0x74 (116, AIT), TID ext: 0x0010 (16)
Repetition: ..... 100 ms Section cnt: ...... 320
Min repet.: ...... 99 ms Table cnt: ........ 320
Max repet.: ..... 101 ms Version: ............ 3
=============================================================================
PID: 0x0203 (515) MPEG-2 Private sections (AIT)
Service: 0x30D6 (12502) UHD-2
-----------------------------------------------------------------------------
0x74 (116, AIT), TID ext: 0x0010 (16)
Repetition: ..... 100 ms Section cnt: ...... 320
Min repet.: ...... 99 ms Table cnt: ........ 320
Max repet.: ..... 101 ms Version: ............ 0
===============================================================================

To use this USB tuner on a Raspberry Pi, I only needed to copy the next drivers at /usr/lib/firmware:
dvb-demod-si2168-d60-01.fw
dvb-tuner-si2141-a10-01.fw

 Download them from https://github.com/osmc/dvb-firmware-osmc

P.S. Avoid to record a DVB-T2 multiplex on to your Raspberry because the writting speed on the SD card is insufficient and you will find a file with thousands of Continuity Count errors. 👯

@EvariSTC
Copy link

EvariSTC commented Feb 7, 2023

There is a USB dongle with support for DVB-S & DVB-S2?

@lelegard
Copy link
Member Author

lelegard commented Feb 8, 2023

Hi @EvariSTC

There is a USB dongle with support for DVB-S & DVB-S2?

I used a DVBSky S960 which was quite reliable, Linux or Windows. Not really a "dongle", more like a small box with auxiliary power supply. But definitely a USB interface and it works well.

In a "dongle" shape, I also tested the PCTV DVB-S2 Stick 461e a long time ago. But it was not stable. I do not recommend it.

@EvariSTC
Copy link

EvariSTC commented Feb 8, 2023

@lelegard do you happen to have a link to a store because it's not available on Amazon?

@lelegard
Copy link
Member Author

lelegard commented Feb 8, 2023

I had purchased mine years ago on Amazon. Maybe it is no longer available. I cannot make any commercial advice for any retailer, sorry.

@EvariSTC
Copy link

There is a PCI-e card with support for DVB-s & DVB-S2 still available?

@EvariSTC
Copy link

@oviano you posted in 2019 the tslsdvb of your "PCTV 292e/461e BDA 28179 TVTuner S", I opened the file and it says: PCTV 292e/461e BDA 28179 TVTuner S" (DVB-S). It only tunes DVB-S or even DVB-s2?
I ask you this information because I'm looking for a usb sat decoder compatible with Windows and I saw your post.
Thank you very much.

@stulluk
Copy link

stulluk commented Oct 28, 2023

Before damaging my TBS5530 ( Where I think its firmware got damaged somehow so it does not get detected by kernel anymore), I confirm it worked perfectly with tsduck.

@EvariSTC
Copy link

EvariSTC commented May 3, 2024

USB dongle MyGica PT362, support for DVB-T & DVB-T2, tested on Windows 11
Output of tslsdvb: "Digital TV" (DVB-T, DVB-T2)
Bought on Amazon.it: https://www.amazon.it/Geniatech-MyGica-PT362-DVB-T2-Ricevitore/dp/B095KD5L3N/
Driver of MyGica T230A to be downloaded from Geniatech website.

tsp -I dvb -a 0 --uhf-channel 42 -P until --second 1 -P analyze -O drop

===============================================================================
|  TRANSPORT STREAM ANALYSIS REPORT                                           |
|=============================================================================|
|  Transport Stream Id: ...... 10252 (0x280C)  |  Services: ............. 11  |
|  Bytes: ........................ 11,396,748  |  PID's: Total: ......... 53  |
|  TS packets: ....................... 60,621  |         Clear: ......... 53  |
|     With invalid sync: .................. 0  |         Scrambled: ...... 0  |
|     With transport error: ............... 0  |         With PCR's: .... 10  |
|     Suspect and ignored: ................ 0  |         Unreferenced: ... 0  |
|-----------------------------------------------------------------------------|
|  Transport stream bitrate, based on ....... 188 bytes/pkt    204 bytes/pkt  |
|  User-specified: ......................... 24,882,355 b/s   27,000,003 b/s  |
|  Estimated based on PCR's: ............... 24,882,356 b/s   27,000,003 b/s  |
|  Selected reference bitrate: ............. 24,882,356 b/s   27,000,003 b/s  |
|-----------------------------------------------------------------------------|
|  Broadcast time: ..................................... 3 sec (0 min 3 sec)  |
|-----------------------------------------------------------------------------|
|  Srv Id  Service Name                              Access          Bitrate  |
|  0x0028  RAS ZDF Neo HD ............................... C    2,072,811 b/s  |
|  0x0029  RAS ORF Sport+ HD ............................ C    3,613,669 b/s  |
|  0x002B  RAS ServusTV HD Oesterreich .................. C    2,049,005 b/s  |
|  0x002C  TV33 BZ ...................................... C    2,832,979 b/s  |
|  0x002D  Kronplatz - Plan de Corones .................. C    2,350,691 b/s  |
|  0x002E  Peer.tv Südtirol ............................. C    2,125,760 b/s  |
|  0x002F  RTTR ......................................... C    1,190,327 b/s  |
|  0x0030  ALTO ADIGE TV ................................ C    2,541,144 b/s  |
|  0x0031  CANALE ITALIA ................................ C    2,666,744 b/s  |
|  0x0032  TRENTINO TV HD ............................... C    2,706,558 b/s  |
|  0x003A  CANALE ITALIA ................................ C    2,667,154 b/s  |
|                                                                             |
|  Note 1: C=Clear, S=Scrambled                                               |
|  Note 2: Unless specified otherwise, bitrates are based on 188 bytes/pkt    |
===============================================================================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests