You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DVB inspector comes in a single .zip file. It contains all necessary files for running DVB inspector.
14
14
15
-
Unzip DVBinspector-1.15.0-dist.zip to a directory of your choice. It will create the following directory structure;
15
+
Unzip DVBinspector-1.16.0-dist.zip to a directory of your choice. It will create the following directory structure;
16
16
17
17
### Directory structure
18
18
@@ -24,13 +24,13 @@ Unzip DVBinspector-1.15.0-dist.zip to a directory of your choice. It will create
24
24
* dvb.bat Dos command script that starts the program. Can be modified if libraries are placed in a different location than default.
25
25
* dvb.sh Bash script to start the program using Linux.
26
26
* DVBInspector.jar contains the classes for the main program. Can be executed using the dvb.bat or dvb.sh script.
27
-
* DVBinspector-1.15.0.jar. Self contained jar that contains all resources and libs. To execute just double click.
27
+
* DVBinspector-1.16.0.jar. Self contained jar that contains all resources and libs. To execute just double click.
28
28
29
29
## Usage
30
30
31
-
### DVBinspector-1.15.0.jar
31
+
### DVBinspector-1.16.0.jar
32
32
33
-
There are two ways to start DVBInspector. The easiest is to use DVBinspector-1.15.0.jar. This jar contains everything DVBInspector needs (apart from java), so there is no need to set class-paths, etc. On windows just double-click. Or from command line type "DVBinspector-1.15.0.jar" (without the quotes). If you want more control (to set heap size), and see some debug information you can use "java -jar DVBinspector-1.15.0.jar".
33
+
There are two ways to start DVBInspector. The easiest is to use DVBinspector-1.16.0.jar. This jar contains everything DVBInspector needs (apart from java), so there is no need to set class-paths, etc. On windows just double-click. Or from command line type "DVBinspector-1.16.0.jar" (without the quotes). If you want more control (to set heap size), and see some debug information you can use "java -jar DVBinspector-1.16.0.jar".
34
34
35
35
### dvb.bat
36
36
@@ -48,6 +48,21 @@ See the [manual](http://www.digitalekabeltelevisie.nl/dvb_inspector/usermanual.s
48
48
49
49
List of the most important changes between releases.
50
50
51
+
### Release 1.16.0
52
+
Release date: 23/01/2022
53
+
54
+
* added: interpreting PSI tables based on tableID
55
+
* added: support for stuffing sections
56
+
* added: support for TSDT (Transport stream description table)
57
+
* added: DTG ServiceAttributeDescriptor
58
+
* added: ServiceAvailabilityDescriptor
59
+
* added: Option to show timestamps as seconds.uuu instead of hh:mm:ss.uuu
60
+
* updated: dependencies like opencsv, jfreechart, etc.
61
+
* fixed: bug in original network id of the TransportProtocolDescriptor
62
+
* fixed: bug when getting the objectInfo data in BIOPFileMessage
63
+
* fixed: missing fields in TerrestrialDeliverySystemDescriptor
0 commit comments